Best practice on how to link tomcat to my application using install4j
I am trying to create an installer using install4j for my application. I have a requirement when I need to send tomcat with it, for example tomcat can be installed as a service after the application is installed. Please can someone suggest a better way to do the same.
+3
vinsjee
source
to share
1 answer
You can just add tomcat files to the mailing tree.
As for the service, you will have to create a generated launcher that mimics the behavior of catalina.bat.
+1
Ingo kegel
source
to share