Re: starting geronimo automatically on fedora linux

2008-02-07 Thread Moni
How do you start up second geronimo instances on linux? I used the following procedure to create the second geronimo instance. I started the server using startup.sh as I always do, but looks like this does not start up the second server instance? But all the modifications and changes were

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

2008-02-07 Thread Moni
Can you bind 2 separate geronimo server instances to 2 different ip addresses? I changed the all IPs and host names in the config-substitutions.properties file for the new instance. I even changed the BASE_DIR to point to the new geronimo installation directory. But when I try to start up

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

2008-02-07 Thread Donald Woods
Any component listening on 0.0.0.0 could be causing this Can you run netstat -a and see if any of the first server instance's ports are still bound to 0.0.0.0 and post the results? It could just be a simple matter of updating config.xml to override some default configuration settings

Re: Geronimo Follow Symbolic Links

2008-02-07 Thread Vamsavardhana Reddy
Does DefaultContext allowLinking=true/ modify the attribute to all applications deployed in tomcat or is it per application? In Geronimo, if we want to control it per application, we will need a new tomcat specific element in geronimo-web.xml (which means a schema change, and I prefer to do it

How to set timeout for stateful session bean?

2008-02-07 Thread SergZ
I could not find this information for neither openejb-jar.xml nor configuring geronimo app server. Is the simple solution instead of described this http://www.nabble.com/Geronimo-2.0:-customize-EJB-Container-settings-td15072400s134.html (looking for it in openejb container source)? -- View this

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

2008-02-07 Thread Moni
The geronimo version is 2.0.2. The ports I changed are as follows: NamingPort=2099 OpenEJBPort=4202 COSNamingPort=1060 COSSunNamingPort=1060 ORBPort=6883 ORBSunPort=6883 ORBSSLPort=2002 ORBSunSSLPort=2002 HTTPPortPrimary=8090 HTTPSPortPrimary=8444 JMXPort=9998 Any inputs will be helpful. All

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

2008-02-07 Thread Moni
I got the 2 server instances running but I had to change quite a few ports in the config-substitutions.properties file. Why is it saying the ports are in use when the 2 servers instances are bound to different IP addresses? I have nothing running on this box except for the 2 instances of

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

2008-02-07 Thread Vamsavardhana Reddy
May not be that important in this context, port conflicts can be avoided by changing PortOffset in config-substitutions.properties instead of changing all individual ports. ++Vamsi On Feb 8, 2008 4:43 AM, Moni [EMAIL PROTECTED] wrote: The geronimo version is 2.0.2. The ports I changed are as

Re: Facing problem in accessing the sample examples running on Apache Geronimo

2008-02-07 Thread YogeshArora
Hi, Thanks a lot for your valuable time ! The problem get resolved. Actually, I was not using the correct URL to access the Service Assembly running on Geronimo. Solution of the Problem http://server_ip:8080/contextName/jbi/yourServiceName For an example to run wsdl-first:

PHP 5.2.5 Integration with Apache Geronimo 2.0.2 in Red Hat Linux version 4

2008-02-07 Thread YogeshArora
Hi, We need to integrate (i.e. run PHP in Apache Geronimo) in the following environment: Environment details = Operation System - Red Hat Linux Enterprise Edition Version 4 PHP - version 5.2.2 JDK - JDK 1.5 App Sever - Apache Geronimo 2.0.2 1. How can we do that? 2. Also, we need

Re: How to set timeout for stateful session bean?

2008-02-07 Thread Manu George
Hi SergZ, What do you want to configure?. The link you provided gives the configuration information. The list of configurable container specific properties for openejb is given below http://openejb.apache.org/example-generated-documentation.html. Thanks to Dain for generating this