Best Way to Run in Headless Mode.
What is the best way to run the server in headless mode? A windows service, Task Scheduler, etc? Running just via CMD does not seem logical when operational. thx
Comments
-
Have you considered using the war deployment? Then you could deploy into tomcat and run tomcat as a service.
0 -
This is how I have CTP configured but what launches the Tomcat server? Right now I have a batch file. I would like something that automatically starts on server reboot, and login without cmd windows open. thx
0 -
-
Yes take a look at the link benken_parasoft posted. Its the documentation from tomcat about how to install it as a windows service.
0 -
Looking at tomcat docs I found a couple links
https://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html
https://tomcat.apache.org/tomcat-8.0-doc/windows-service-howto.htmlThose should tell you have to setup tomcat to run as a windows service.
0 -
Looking at tomcat docs I found a couple links
https://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html
https://tomcat.apache.org/tomcat-8.0-doc/windows-service-howto.htmlThose should tell you have to setup tomcat to run as a windows service.
0