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 single value don't contain spaces. For paths, use DOS 8.3 names if necessary.
Cheers, Larry > -----Original Message----- > From: Maur�cio [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 7:05 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3.1a - NoClassDefFoundError using service > > > 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 Windows service (configured with > jk_nt_service.exe), I get > the following in the log: > > java.lang.NoClassDefFoundError: $(wrapper/jvm/options) Exception in > thread "main" > > What does that means? What can I do? Is anything missing on > wrapper.properties? > > Thanks, > Maur�cio > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
