Re: What is the difference between running Tomcat 6 as a Windows Service vs. running from the command line?

2009-11-04 Thread Earl Tom
Alan Kennedy-13 wrote: > > [Alan] I need to find out what is the difference between running Tomcat 6 as a Windows Service and running it from the command line. The reason is that I'm getting a bizarre bug when a jython based servlet is run under Tomcat6-as-Service. But t

Re: What is the difference between running Tomcat 6 as a Windows Service vs. running from the command line?

2009-10-27 Thread Earl Tom
s" -Djava.endorsed.dirs="C:\Tomcat\endorsed" -classpath "C:\Tomcat\bin\bootstrap.jar" -Dcatalina.base="C:\Tomcat" -Dcatalina.home="C:\Tomcat" -Djava.io.tmpdir="C:\Tomcat\temp" org.apache.catalina.startup.Bootstrap start Is there something I can do