I am editing JSP files which are residing directly inside tomcat/webapps/myapp/WEB-INF, but to see the changes, I have to restart the server. As far as I know, JSP changes don\'t require you to restar
I have set up Tomcat to use a connection pool yet after the MySQL timeout on connections the connections previously open in the pool are not opened. Here is what my context.xml file looks like:
I would like to profile an application that runs on Tomcat with the VisualVM tool.Unfortunately, when I tell VisualVM to profile Tomcat, Tomcat prints out a couple of messages indicating it is connect
I can\'t find my tomcat.conf, I have looked in /etc/tomcat6, but it\'s not th开发者_Python百科ere, nor is it in /usr/share/tomcat6.
I have seen many questions about the above topics but none that address this. I am trying to use log4j to log to a custom file in $CATALINA_BASE/logs/ directory.
So I\'ve been having issues with the MySQL Connector/J driver not correctly loading in a Java Web Start application that is running on Tomcat 6.0.20.I\'ve copied the MySQL connector JAR file into the
I\'m tryin to change the path of a deployed war file in Tomcat. Reading the documentation I can\'t figure out if this is possible without moving the context-file开发者_高级运维 to the /conf directory.
The RUNNING.txt that comes with tomcat distribution indicates the use of CATALINA_BASE variable to enable multiple tomcat instance. But how can I set the CATALINA_BASE environment variable for e开发者
I am trying to make servlet. I have installed tomcat6 on ubuntu with admin examples and docs. I am able to run the examples provided. But when i try to make my own servlet it doesnt work.
I\'m someone that used to do some J2EE coding in the past and I\'m coming back into the fold to work on a new J2EE project. A lot has changed since 2001, so I need to ask this very basic question.