Note that in order to run tomcat as a NT service, it provides service.bat in bin directory to install the service automatically. To install, just run:
service install
And, to uninstall:
service remove
After that, I am able to start it by running "net start Tomcat".
No comments:
Post a Comment