Hi, When I start slide (tomcat) using the startup command, everything works fine and I'm able to see the directories and files etc, but when I start the slide (tomcat) as a service, I'm not able to see the directories and files. Any tips?
I'm using the following command line to set Tomcat as a service tomcat.exe -install "TomCat Slide" %JAVA_HOME%\jre\bin\server\jvm.dll "-Djava.class.path=%CATALINA_HOME_SLIDE%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar" "-Dcatalina.home=%CATALINA_HOME_SLIDE%" -server -Xms128m -Xmx128m -Xrs -start org.apache.catalina.startup.BootstrapService -params start -stop org.apache.catalina.startup.BootstrapService -params stop -out "%CATALINA_HOME_SLIDE%\logs\stdout.log" -err "%CATALINA_HOME_SLIDE%\logs\stderr.log" Thanks Claudio.
