Mladen,

On 12/18/20 15:10, Mladen Turk wrote:
We use Procrun from Apache Commons Daemon project
as a service wrapper for Apache Tomcat for quite some time.
There are many problems with that package.
I have created a project named SvcBatch
https://github.com/mturk/svcbatch

It can be used for various deployments.
Apache Tomcat can use catalina.bat directly
for running service ... more details at
https://github.com/mturk/svcbatch/blob/master/docs/examples/apachetomcat.md


I'd love to get some feedback from folks
that are using Apache Tomcat on Windows platform.
I don't generally use Windows, so I don't have a horse in this race, but 
I'm curious as to the complaints against procrun versus what SvcBatch 
provides. Can you give some examples of problems that SvcBatch solves?
It's been a while since I configured a Tomcat on Windows, but it 
generally ends up being something like:
SERVICE.BAT install MyTomcatInstanceName

When you need to specify custom JVM options you mostly use the GUI to change them after the fact, but you can use %JvmArgs% to specify them, too. You can also use %JAVA_HOME%, %CATALINA_HOME%, and %CATALINA_BASE% if necessary.
The process for SvcBatch seems to be fairly similar to that of procrun.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to