Thanks.. Sorry, but you are loosing me a bit here...
I installed tomcat with the binary for windows.. jakarta-tomcat-4.1.18.exe and it installed the "service".. (can I assume it installed it correctly..??) I also tested this running tomcat from the command line (using the standard "startup.bat" file.. ..same problem.. ..so where does that leave me...??? John.. --- In [EMAIL PROTECTED], Jacob Kjome <[EMAIL PROTECTED]> wrote: > > Do you have stdout specified for the service? Here is how I would install > the 4.1.xx service... > > %CATALINA4_HOME%\bin\tomcat.exe -install Apache-Catalina4 > %JAVA_HOME%\jre\bin\server\jvm.dll > -Djava.class.path=%CATALINA4_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar > -Dcatalina.home=%CATALINA4_HOME% %CATALINA_OPTS% -Xrs -start > org.apache.catalina.startup.Bootstrap -params start -stop > org.apache.catalina.startup.Bootstrap -params stop -out > %CATALINA4_HOME%\logs\stdout.log -err %CATALINA4_HOME%\logs\stderr.log > > For Tomcat5, just use "%CATALINA_HOME%\bin.\service.bat install" > > After you can start seeing System.out.println() statements, then you can > use log4j.debug=true to see what is actually going on. > > Jake --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
