>So I'm tryin with JavaService
>(http://www.alexandriasc.com/software/JavaService/).
>I configured the Tomcat Service and it starts but it 
>doesn't works..... If I start Tomcat in the manual mode 
>(and the prompt window appears) it works
>fine....
>I used the bat examples in JavaService that help making 
>tomcat a service....
>I called Tomcatsv.exe the file.
>... do you have any suggestion?????

Try

TomcatService.exe -install Tomcat %JAVA_HOME%\jre\bin\hotspot\jvm.dll -Xms1M -Xmx8M 
-Djava.class.path=%TOMCAT_HOME%\lib\webserver.jar;%TOMCAT_HOME%\lib\jasper.jar;%TOMCAT_HOME%\lib\jaxp.jar;%TOMCAT_HOME%\lib\parser.jar;%TOMCAT_HOME%\lib\servlet.jar;%JAVA_HOME%\lib\tools.jar
 -Dtomcat.home=%TOMCAT_HOME% -start org.apache.tomcat.startup.Tomcat -params -config 
"%TOMCAT_HOME%\conf\server.xml" -stop org.apache.tomcat.startup.Tomcat -params -stop 
-config "%TOMCAT_HOME%\conf\server.xml" -out %TOMCAT_HOME%\logs\stdout.log -err 
%TOMCAT_HOME%\logs\stderr.log

which is what worked for me; the old batch file won't work with 3.2 as the names of 
the startup and shutdown classes have changed...

np: Luke Vibert - I Hear The Drummer (Xen Cuts comp.)

---------------------------------------------------------------------
Sent through MailGateway - http://www.ssw.uni-linz.ac.at:2000/
Send or read your emails anywhere.
---------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to