I have my website running on Tomcat. When I try to access one of my pages to do a status check, it checks on a particular JAR file. On Red Hat 5, but not on Windows, I get the following error:
I am trying to push json data from a servlet deployed in Tomcat to my Android app. I\'ve already checked out the C2DM but I think it requires me to have a working internet connection because the dat
I created a ne开发者_StackOverflow社区w web project,and deployed it in the tomcat 6.0 in Myeclipse,but it showed\"An existing resource has been found at location D:\\Tomcat\\webapps\\my_project\",what
I use jenkins to build my gwt app, now I want to run a tomcat:deploy on that built project so that it can deploy the built war to tomcat.
I have a Java web application that serves up VXML pages to a VXML interpreter. Under sustained traffic conditions in a test lab, Tomcat (6.0.32) appears to be occasionally selecting the wrong servlet
I follow several direction and none of them seems to be working.Here are my specific question. 1.What jars to include in lib directory?
According to the Tomcat7 docs, I can add a valve to prevent access to the Tomcat Manager app except from localhost:
I am running the mvn tomcat:run-war target, and get a directory structure that has a logs directory. But alas, no log. I would just replace this with log4j logging, but this has proven difficult for a
I\'d like to know if there is a way to filter/supress entries from getting logged in the access log in Tomcat 7. Our logfile is groing rapitly and we\'d like to know if we can filter out entries so th
Trying to determine where/how to place style sheets in web app deployed to Tomcat 6 so that the styles.css can be resolved.