Service automatically shuts down on Windows Server 2003

2005-02-25 Thread Scott Sauyet
I apologize for not doing as much homework as usual before posting a 
question.  Google turned up nothing helpful, the mailing list archive 
search isn't working right now, and we're (of course) in a hurry.

We've had Tomcat 5.0.19 working on a number of Windows machines for a 
while, running on Win2K and WinXP under j2sdk1.4.2_04  Yesterday we had 
to install it on a Windows Server 2003 machine, and it's not working as 
a service.  If we run it from the shell, it works fine, but when we try 
to start it as a service, it starts up and shuts right back down with a 
Windows message that some services don't stay running if they have no 
work to do.

Is there something obvious I should be doing?  Or something less than 
obvious?  Even something obscure?  :-)  I've never had any Tomcat 
problems; it's a great tool that has always just worked for me.  But 
that means I don't really even know where to begin looking to solve this.

Are others successfully running Tomcat on Windows Server 2003?
Thanks,
  -- Scott Sauyet
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Service automatically shuts down on Windows Server 2003

2005-02-25 Thread Scott Sauyet
Jason Bainbridge wrote:
On Fri, 25 Feb 2005 09:23:29 -0500, Scott Sauyet [EMAIL PROTECTED] wrote:
We've had Tomcat 5.0.19 working on a number of Windows machines for a
while, running on Win2K and WinXP under j2sdk1.4.2_04  Yesterday we had
to install it on a Windows Server 2003 machine, and it's not working as
a service.  If we run it from the shell, it works fine, but when we try
to start it as a service, it starts up and shuts right back down with a
Windows message that some services don't stay running if they have no
work to do.
That usually happens when there is something wrong with the directory
paths, there could be a space somewhere causing problems or something
similar so have a look at the properties of the service and se eif
it's pointing to the right spot.
Thanks, but that doesn't seem to be it.   The service is looking at
C:\Program Files\Apache Software Foundation\Tomcat 
5.0\bin\tomcat.exe //RS//Tomcat5

which is correct.  I don't know what the parameter //RS//Tomcat5 is 
for but it matches what's working on other machines.  Also the JAVA_HOME 
and CATALINA_HOME enviroment variables are correct.  The actual text of 
the error message is

The Apache Tomcat service on Local Computer started and then
stopped.  Some services stop automatically if they have no work
to do, for example, the Performace Logs and Alerts service.
I'm not finding anything in the Tomcat logs, which makes me suspect that 
Tomcat is not in fact actually starting, but I don't know how to tell 
for sure.

Cheers,
  -- Scott
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Service automatically shuts down on Windows Server 2003

2005-02-25 Thread Scott Sauyet
Mladen Turk wrote:
Scott Sauyet wrote:
The Apache Tomcat service on Local Computer started and then
stopped.  Some services stop automatically if they have no work
to do, for example, the Performace Logs and Alerts service.
I'm not finding anything in the Tomcat logs, which makes me suspect 
that Tomcat is not in fact actually starting, but I don't know how to 
tell for sure.

Yes, the Tomcat was not started.
There can be two reasons.
Java is wrongly installed (missing jre from Registry?)
Account used for running Tomcat as service has no access
to Tomcat folder.
Java seems to be okay.  I'm going to have some network folks check out 
the latter.  Thanks for your help.

  -- Scott
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Service automatically shuts down on Windows Server 2003

2005-02-25 Thread Scott Sauyet
John Najarian wrote:
   I had a similar problem on winblows 2000 server a while ago, I had installed 
tomcat to ...\Tomcat 4.1\ and I had to reinstall it to ...\Tomcat_4.1\ and all 
worked fine.  On winblows, spaces in variables in CLASSPATH, PATH... tend to 
cause problems and the killer is, not on every installation of the same version 
of winblows.  Try reinstalling to a path containing no spaces and reset your 
env vars.  Like the following:
Instead of your path:
  C:\Program Files\Apache Software Foundation\Tomcat 5.0\bin\tomcat.exe
try something like:
  C:\Program Files\Apache_Software_Foundation\Tomcat 5.0\bin\tomcat.exe
Okay, thanks.  We'll try that too...
Who am I kidding?  We'll try *anything*!  :-)
Thank you for your help.
  -- Scott
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [Fwd: Your Harvard Business Review Customer Service Request]

2005-02-25 Thread Scott Sauyet
Jeanne Case wrote:
This is the spam I keep getting. It happens whenever I post. Is there 
something the keepers of the list can do about this?
I suspect it's just someone's out-of-office message.  Presumably someone 
can shut down that account temporarily.  Or permanently.

  -- Scott
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]