Caldarale, Charles R wrote:
From: David kerber [mailto:dcker...@verizon.net]
Subject: Re: TC 5.5 with java -server mode in windows service
I was just surprised the thread dump didn't say "Server mode"
instead of "Mixed mode".
Note that it says "Server VM&quo
> From: David kerber [mailto:dcker...@verizon.net]
> Subject: Re: TC 5.5 with java -server mode in windows service
>
> I was just surprised the thread dump didn't say "Server mode"
> instead of "Mixed mode".
Note that it says "Server VM"; run
George Sexton wrote:
Are you running under 64 bit windows?
No, 32-bit.
I noticed that the 64 bit server DLLs were not installed.
I noticed this because the registry entries the installer created
still point to them.
Look for
Program Files\Java\[java version]\bin\server\jvm.dll
If that's t
Are you running under 64 bit windows?
I noticed that the 64 bit server DLLs were not installed.
I noticed this because the registry entries the installer created still
point to them.
Look for
Program Files\Java\[java version]\bin\server\jvm.dll
David kerber wrote:
How do I set the jvm to
> From: David kerber [mailto:dcker...@verizon.net]
> Subject: TC 5.5 with java -server mode in windows service
>
> Do I just specify the full path to the
> \Program Files\Java\jdk1.5.0_17\jre\bin\server\jvm.dll in the jvm box?
Yes, that's the proper way to do it.
> [200
How do I set the jvm to -server mode when running as a windows service?
In tomcat5w.exe, if I put -server in the java options box, tomcat
doesn't start. Do I just specify the full path to the \Program
Files\Java\jdk1.5.0_17\jre\bin\server\jvm.dll in the jvm box? That's
what I have now, but I