On Sun, May 17, 2009 at 6:33 AM, André Warnier wrote:
> You are missing a "-" before the "server", so java thinks this is the
> argument (the name of the class to run), not a switch as it should be.
Yes indeedy, that was exactly the problem. Reminds me of looking for a
problem in my C code, back
w...@serensoft.com wrote:
First, I appreciate your responses and your help. Thanks! Here's my
new question:
Short version:
We find what the launch-tomcat command is from the startup.bat and
catalina.bat files, and paste that in directly at the command line,
only to get:
"Exception in thread "ma
On Sat, May 16, 2009 at 7:30 PM, Caldarale, Charles R
wrote:
> Looks like you have set JAVA_OPTS or CATALINA_OPTS to "server" - which is
> incorrect. When used, it should be "-server"; however, since you're on a
> 64-bit JVM, it's always in server mode, and the option is not needed.
>
>> start
> From: trill...@gmail.com [mailto:trill...@gmail.com] On Behalf Of
> w...@serensoft.com
> Subject: startup.bat and catalina.bat -> NoClassDefFoundError: server
>
> We find what the launch-tomcat command is from the startup.bat and
> catalina.bat files, and paste that in directly at the command li