Re: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-19 Thread Bill Barker
I'm not really a Windows user, but I believe that you want to use 'wrapper.jvm.options' in place of 'wrapper/jvm/options' in your wrapper.properties file. Maurício [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have a problem running Tomcat 3.3.1a with JavaSDK1.3. When I

RE: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-19 Thread Larry Isaacs
This typically happens when the value for one of the parameters, such as wrapper.java_home, contains a space. The parsing of this file always assumes a space separates individual values, and surrounding the parameter value with quotes isn't supported. Make sure the parameters that specify a

RE: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-19 Thread Larry Isaacs
To: Tomcat Users List Subject: RE: Tomcat 3.3.1a - NoClassDefFoundError using service This typically happens when the value for one of the parameters, such as wrapper.java_home, contains a space. The parsing of this file always assumes a space separates individual values, and surrounding

Re: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-18 Thread Kurt Overberg
Looks like its having trouble finding your classpath. Try setting it in the Windows System Environment Variables. /kurt Maurício wrote: Hi, I have a problem running Tomcat 3.3.1a with JavaSDK1.3. When I start Tomcat manually, everything works well. However, when I try to start Tomcat as a

Re: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-18 Thread Maurício
What should I set classpath to? Sorry, I'm really beggining. Maurício Kurt Overberg wrote: Looks like its having trouble finding your classpath. Try setting it in the Windows System Environment Variables. /kurt Maurício wrote: Hi, I have a problem running Tomcat 3.3.1a with