I moved the web app directory to be on a different drive; E drive. Hence, I had to change the port number to 8081 to avoid conflicts with 8080.
The tomcat and its program is still located on the C drive.
When I manually double click the startup.bat file on the C driver, the Tomcat starts up nicely and managed to find server.xml file that is located on the E drive. Hence, everything swell.
However, when I start up Tomcat using NT service, it takes the default: port 8080 and ran the server.xml that is located on the C drive. I understand the batch file
run "bootstrap" start command.
Question: What do I need to modify that when Tomcat starts up as an NT service, it uses the server.xml on the E drive.
thank you
~za~
You can't bring back a dead thread!
The tomcat and its program is still located on the C drive.
When I manually double click the startup.bat file on the C driver, the Tomcat starts up nicely and managed to find server.xml file that is located on the E drive. Hence, everything swell.
However, when I start up Tomcat using NT service, it takes the default: port 8080 and ran the server.xml that is located on the C drive. I understand the batch file
run "bootstrap" start command.
Question: What do I need to modify that when Tomcat starts up as an NT service, it uses the server.xml on the E drive.
thank you
~za~
You can't bring back a dead thread!