Service on Windows Server 2003

2007-10-24 Thread Dan Armbrust
I have a difficult but severe problem with the tomcat service launcher on windows server 2003. Our application installs itself, tomcat, and a jvm, and then runs a bat file which registers the tomcat server, using our provided jvm. I _know_ this code works fine almost everywhere - it has been in u

Re: Service on Windows Server 2003

2007-10-24 Thread Gabe Wong
if using jdk6, make sure msvcr71.dll is in the path of jvm.dll. The easiest thing to do is to copy msvcr71.dll to the jre directory from the jdk directory like so: copy %JDK_HOME%\bin\msvcr71.dll %JDK_HOME%\jre\bin\server\ Dan Armbrust wrote: I have a difficult but severe problem with the tomca

Re: Service on Windows Server 2003

2007-10-25 Thread Dan Armbrust
I am using this version of java: C:\NetProvision\jre\bin>java -version java version "1.5.0_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode) The jvm.dll version that I am using reports File version: 5.0.70.3 Full

Re: Service on Windows Server 2003

2007-10-25 Thread Dan Armbrust
jvm.cfg contains the following: -client KNOWN -server KNOWN -hotspot ALIASED_TO -client -classic WARN -native ERROR -green ERROR I don't think that there is a JAVA_OPTS variable set, but I will verify that on the problem machine. Thanks, Dan On 10/26/00, [EMAIL PROTECTED] <[EMAIL PROTECTED]>

Re: Service on Windows Server 2003

2007-10-26 Thread Dan Armbrust
Finally - I understand most of what is wrong! I finally got access to the system again, and after pulling off the debug log from the service launcher, things became clear. It turns out that on this system, the command that was actually being run to register the service was: %TOMCAT_HOME%\bin\tom

Manually setting up Tomcat5.0 as service on Windows server 2003 : some questions

2006-01-23 Thread ZedroS Schwart
Hi I'm trying to manually setting up Tomcat5.0 as a service on a Windows Server 2003. I've already set up my JAVA_HOME and CATALINA_HOME variables, as well as updated the PATH with : %JAVA_HOME%;%JAVA_HOME%\jre\bin\client;. My questions are : - should the service launch the startup.bat ? If so,

Re: Manually setting up Tomcat5.0 as service on Windows server 2003 : some questions

2006-01-23 Thread Glen Mazza
ZedroS Schwart wrote: Hi I'm trying to manually setting up Tomcat5.0 as a service on a Windows Server 2003. May I ask why you need to "manually" set it up? You can download the "Windows Executable" version of TC[1] and choose "install as a service" when prompted. Glen [1] http://tomcat

RE: Manually setting up Tomcat5.0 as service on Windows server 2003 : some questions

2006-01-23 Thread Caldarale, Charles R
> From: ZedroS Schwart [mailto:[EMAIL PROTECTED] > Subject: Manually setting up Tomcat5.0 as service on Windows > server 2003 : some questions > > My questions are : > - should the service launch the startup.bat ? No. > If so, what about the console output ? You&#

Re: Manually setting up Tomcat5.0 as service on Windows server 2003 : some questions

2006-01-23 Thread Marc Richards
Wouldn't you find it easier to just install Tomcat with the 'run as a service' option? Then all you have to do is change the service that is created for you to run as a secure user and you're done. -marc --- ZedroS Schwart <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to manually setting up T

Re: Manually setting up Tomcat5.0 as service on Windows server 2003 : some questions [SOLVED]

2006-01-24 Thread ZedroS Schwart
> > > From: ZedroS Schwart [mailto:[EMAIL PROTECTED] > > Subject: Manually setting up Tomcat5.0 as service on Windows > > server 2003 : some questions > > > > My questions are : > > - should the service launch the startup.bat ? > > No. > > >

Mini HOW-TO: Tomcat as a service on Windows Server 2003 64-bit edition

2006-06-05 Thread Richard Mundell
Dear all, While Tomcat will run happily on a 64-bit edition of Windows by running it directly through a 64-bit build of Java, the native Windows "Service" support which is bundled with Tomcat 5.5.x is presently 32-bit only. The reason to run Tomcat in a 64-bit environment is to run with large me

Re: Mini HOW-TO: Tomcat as a service on Windows Server 2003 64-bit edition

2007-10-16 Thread Swapnil.Kale
t5\Parameters\Start] > "Class"="org.apache.catalina.startup.Bootstrap" > "Params"=hex(7):73,00,74,00,61,00,72,00,74,00,00,00,00,00 > "Mode"="jvm" > > [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun > 2.0\Tomcat5\Par

Re: Mini HOW-TO: Tomcat as a service on Windows Server 2003 64-bit edition

2008-04-25 Thread Swapnil.Kale
ware Foundation\Procrun >> 2.0\Tomcat5\Parameters\Log] >> "Path"="C:\\tomcat\\logs" >> "StdError"="auto" >> "StdOutput"="auto" >> "Level"="Error" >> &g