Tomcat As A Service

2006-09-26 Thread Douglas Ferguson
I have a few questions about tomcat as an NT service. 1) I found this page, http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html. It talks about how to set all the settings, but is there a way to view the settings? 2) When JVM is set to auto what does it use?

Tomcat 5.5.9 not undeploying

2006-09-20 Thread Douglas Ferguson
Sometimes when I use the manager (via cargo) to undeploy and deploy, my webapp won't actually undeploy. What happens is that it leaves behind a jar file in the WEB-INF/lib dir. At first I thought this was a resource leak in my app, but the jar file is not always the same. Is there anything I

Eclipse: Deploying To Tomcat

2006-08-29 Thread Douglas Ferguson
Anybody know of a good guide to using WTP to deploy to tomcat? I'm current replacing my ant scripts with maven and have lost the ability to do a file deploy, i.e. just jsps and not entire war file. - To start a new topic,

debugging tomcat with eclipse

2006-08-23 Thread Douglas Ferguson
I have found various different examples, just curious what folks are find to be the best practice? D-