I believe that org.apache.tomcat.startup.Main now requires a task to be specified. It no longer defaults to starting. Include "start" or "-start" (without quotes) as an argument to the Main class.
Cheers, Larry > -----Original Message----- > From: Mario Felarca [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 5:48 PM > To: Tomcat Users List > Subject: RE: servlet.jar and 3.3 > > > At 05:36 PM 02/07/2002 -0500, you wrote: > >I haven't used JavaService.exe. What are the other "java startup" > >arguments and parameters being specified. Having just > >tomcat.jar for the classpath should be fine. > > The other parameters relevant to tomcat are: > > -Dtomcat.home, the value is the Tomcat directory. > The start class is or.apache.tomcat.startup.Main. > The start method is main. > The start param is -config > The config value is the location for my server.xml file. > > Thanks, > > Mario- > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
