RE: Geronimo Service

2009-08-31 Thread Russell Collins
ubject: Re: Geronimo Service As an alternative, you can also use Apache Commons Daemon to run Geronimo as a service. See [1]. [1] http://cwiki.apache.org/GMOxDOC22/running-geronimo-as-a-windows-service.html -Jack On Sat, Aug 22, 2009 at 4:25 AM, Jarek Gawor mailto:jga...@gmail.com>> wrote: If the

Re: Geronimo Service

2009-08-25 Thread Jack Cai
As an alternative, you can also use Apache Commons Daemon to run Geronimo as a service. See [1]. [1] http://cwiki.apache.org/GMOxDOC22/running-geronimo-as-a-windows-service.html -Jack On Sat, Aug 22, 2009 at 4:25 AM, Jarek Gawor wrote: > If the debug output is correct, I think JSW is trying to

Re: Geronimo Service

2009-08-21 Thread Jarek Gawor
If the debug output is correct, I think JSW is trying to execute "C:\Java\jrrt-1.6.0\bin" which of course won't work. This probably should be "C:\Java\jrrt-1.6.0\bin\java". I think your configuration might be slightly wrong. Jarek On Fri, Aug 21, 2009 at 12:25 PM, Russell Collins wrote: > I am tr

RE: Geronimo Service

2009-08-21 Thread Russell Collins
M To: user@geronimo.apache.org Subject: Re: Geronimo Service Here are the JavaServiceWrapper parameters you might try setting... # Service execution user wrapper.ntservice.account=domain\user [domain\ is optional] # Service execution password. wrapper.ntservice.password=password On Fri, Aug 21, 2009 a

Re: Geronimo Service

2009-08-21 Thread rpal...@gmail.com
Here are the JavaServiceWrapper parameters you might try setting... # Service execution user wrapper.ntservice.account=domain\user [domain\ is optional] # Service execution password. wrapper.ntservice.password=password On Fri, Aug 21, 2009 at 12:25 PM, Russell Collins < russell.coll...@mclanea

Re: Geronimo Service

2009-08-21 Thread rpal...@gmail.com
Try using the SDK version of java is my thought, and make sure you have the javaservicewrapper permissions set properly. On Fri, Aug 21, 2009 at 12:25 PM, Russell Collins < russell.coll...@mclaneat.com> wrote: > I am trying to install the Geronimo Server on windows vista. I have > gotten the se

Geronimo Service

2009-08-21 Thread Russell Collins
I am trying to install the Geronimo Server on windows vista. I have gotten the service to properly install on Windows XP and Windows 2003 server machines so I do know the procedures. I am getting a permissions denied message when trying to start the service. Here is an excerpt from the log.