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
t of compilation options. The page mentioned for the binaries is here: http://www.goldhahn.info/pmwiki.php/Software/TomcatBinaries I downloaded tomcat6_64bit.exe and tomcat6w_64bit.exe, copied them to the bin directory, renamed them to tomcat6.exe and tomcat6w.exe, did the service install, and

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

2009-10-28 Thread Alan Kennedy
[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 the bug does NOT appear >>> when Tom

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

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

2009-10-19 Thread Len Popp
On Mon, Oct 19, 2009 at 12:40, Alan Kennedy wrote: > Thanks for the suggestion Markus, it was a good one. > > Unfortunately, it did not solve the problem: the behaviour is exactly > the same when running under my own account: the bug still occurs. > > Regards, > > Alan. Besides the user account,

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

2009-10-19 Thread Peter Crowther
2009/10/19 Markus Schönhaber > Alan Kennedy: > > > Unfortunately, it did not solve the problem: the behaviour is exactly > > the same when running under my own account: the bug still occurs. > > Well, that seems to rule out any permission problems - and leaves me > pretty much out of ideas. > Th

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

2009-10-19 Thread Markus Schönhaber
Alan Kennedy: > Unfortunately, it did not solve the problem: the behaviour is exactly > the same when running under my own account: the bug still occurs. Well, that seems to rule out any permission problems - and leaves me pretty much out of ideas. One thing, though: do you run Tomcat in both cas

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

2009-10-19 Thread Alan Kennedy
[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 the bug does NOT appear >> when Tomcat 6

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

2009-10-19 Thread Markus Schönhaber
Alan Kennedy: > 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 the bug does NOT appear > when Tomcat

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

2009-10-19 Thread Alan Kennedy
Hi all, 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 the bug does NOT appear when Tomcat 6 is run from the