Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Tomcat service


2 replies to this topic

hrms

hrms
  • Full Members
  • 25 posts

Posted 05 July 2010 - 15:30

Hello,
I have to create and configure a Tomcat 6 service through InstallScript.
I can create it, but I have problems to set all the parameters and properties (e.g. JVM options) of the service correctly.

Can somebody help me? Dose anybody have an example? If not for a Tomcat service, then does somebody have at least an example for a different service?

Thanks a lot in advance!!!

phood

phood
  • Full Members
  • 37 posts

Posted 14 July 2010 - 20:05

Hello,

This is what you want:

http://forge.ow2.org...ts/javaservice/

I use it to deploy Jboss as a service.

Pat

hrms

hrms
  • Full Members
  • 25 posts

Posted 19 July 2010 - 09:33

Thanks Pat!

The easiest way I found to install and configure a Tomcat service is to let InstallShield invoke a modified version of the 'service.bat' in the Tomcat's 'bin' directory. It even works under Windows 7.