Re: startup.bat and catalina.bat -> NoClassDefFoundError: server

2009-05-17 Thread will trillich
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

Re: startup.bat and catalina.bat -> NoClassDefFoundError: server

2009-05-17 Thread André Warnier
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

Re: startup.bat and catalina.bat -> NoClassDefFoundError: server SOLVED

2009-05-16 Thread will trillich
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

RE: startup.bat and catalina.bat -> NoClassDefFoundError: server

2009-05-16 Thread Caldarale, Charles R
> 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