You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Hernan Cunico <hc...@gmail.com> on 2007/05/10 17:40:46 UTC

Java Service Wrapper

Hi folks,
in the past, to run Geronimo as a service, we used to specify something like this in the service wrapper config file. (that is using the one from http://sourceforge.net/projects/wrapper)

wrapper.app.parameter.1=org.apache.geronimo.system.main.Daemon
wrapper.app.parameter.2=0
wrapper.app.parameter.3=org.apache.geronimo.deployment.cli.StopServer
wrapper.app.parameter.4=false
wrapper.app.parameter.5=4
wrapper.app.parameter.6=--user
wrapper.app.parameter.7=system
wrapper.app.parameter.8=--password
wrapper.app.parameter.9=manager



with the refactoring of the different CLIs I haven't figured out yet how to configure the wrapper properly.

has anyone configured Geronimo v2.0 as a windows service so far or know what the correct parameters are?

Cheers!
Hernan