Hi, does anybody know, hot to run tomcat with jetspeed as win service? I've tried to use tomcat.exe -install jetspeed ... Servise is succesfully installed, but when I want to start this service, it appears warning windows with massage, that "Windows cannot start this service. The service did not return an error. This could be an internal WIndows error or an interval service error. ..."
My command line is: ..\bin\tomcat.exe -install jetspeed C:\Java\j2sdk1.4.1\jre\bin\server\jvm.dll -Djava.endorsed.dirs="..\bin;..\common\endorsed" -classpath "C:\Java\j2sdk1.4.1\lib\tools.jar;..\bin\bootstrap.jar" -Dcatalina.base=".." -Dcatalina.home=".." -Djava.io.tmpdir="..\temp" -start org.apache.catalina.startup.Bootstrap -params start -stop org.apache.catalina.startup.Bootstrap -params stop -out ..\logs\stdout-service.log -err ..\logs\stderr-service.log -current ..\service I use Tomcat 4.1.12, Jetspeed 1.4b4, w2k pro SP3, JDK 1.4.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
