Re: Main class used to start and stop the geronimo server?

2008-05-29 Thread Moni
I am using the following command to start the geronimo server.  /usr/local/jrockit-R27.5.0-jdk1.6.0_03/jre/bin/java -javaagent:/usr/local/geronimo/bin/jpa.jar -Dorg.apache.geronimo.base.dir=/usr/local/geronimo

Re: Main class used to start and stop the geronimo server?

2008-05-28 Thread Moni
I am using the Java Service Wrapper and followed all the instructions listed at http://cwiki.apache.org/GMOxDOC21/configuring-geronimo-as-a-windows-service.html However when I use the wrapper to start the server I get the following error:   STATUS | wrapper  | 2008/05/27 14:59:44 | -- Wrapper

Re: starting geronimo automatically on fedora linux

2008-02-07 Thread Moni
, you need to specify the NamingPort+PortOffset used, such as for PortOffset=1: deploy -port 1100 list-modules ANY INPUTS WILL BE MUCH APPRECIATED. Thanks, Moni - Original Message From: David Jencks [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: Tuesday, February 5, 2008 4:21:07

Can you bind 2 separate geronimo server instances to 2 different ip addresses?

2008-02-07 Thread Moni
) Start the server. To deploy applications to the new server instance, you need to specify the NamingPort+PortOffset used, such as for PortOffset=1: deploy -port 1100 list-modules Thanks, Moni Never miss

Re: Can you bind 2 separate geronimo server instances to 2 different ip addresses?

2008-02-07 Thread Moni
I have running on the box is apache httpd server and the 2 geronimo instances. Thanks, Moni - Original Message From: David Jencks [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: Thursday, February 7, 2008 2:58:27 PM Subject: Re: Can you bind 2 separate geronimo server instances to 2

Re: Can you bind 2 separate geronimo server instances to 2 different ip addresses?

2008-02-07 Thread Moni
of geronimo? Is this a known issue? Is there a way to fix this? Thanks, Moni - Original Message From: Donald Woods [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: Thursday, February 7, 2008 12:33:28 PM Subject: Re: Can you bind 2 separate geronimo server instances to 2 different ip

starting geronimo automatically on fedora linux

2008-02-05 Thread Moni
Does anyone know how to set up geronimo to start up automatically on Fedora Linux. Any inputs will be much appreciated. Thanks, Manisha Looking for last minute shopping deals? Find them fast with

Re: database pool url for geronimo

2007-12-07 Thread Moni
Thanks Jay. That worked perfectly. Regards, Manisha - Original Message From: Jay D. McHugh [EMAIL PROTECTED] To: user@geronimo.apache.org Sent: Thursday, December 6, 2007 12:52:17 PM Subject: Re: database pool url for geronimo Manisha, Sorry, I misunderstood the context of your

Re: database pool url for geronimo

2007-12-06 Thread Moni
I know it works with the url jdbc:jtds:sqlserver://server:1433/WEBDB;user=abcpassword=DB_PASS When you use the above mentioned url you are connecting to the DB directly without going through the database pool on geronimo. What is the purpose of the database pool in geronimo then? The