I have a scenario where 2 instances of an app server are running on the same JVM. App Server A hosts App A and App Server B hosts App B.
In order for an ejb in App A to invoke a method of an ejb in App B, do I need to use Remote interface or a local interface will do.
-
multiple app server instances in the same jvm (4 messages)
- Posted by: rohini bt
- Posted on: April 04 2003 01:43 EST
Threaded Messages (4)
- multiple app server instances in the same jvm by Rajesh Natarajan on April 04 2003 11:29 EST
- multiple app server instances in the same jvm by rohini bt on April 07 2003 01:43 EDT
- multiple app server instances in the same jvm by Uday Subbarayan on April 08 2003 12:10 EDT
- multiple app server instances in the same jvm by rohini bt on April 07 2003 01:43 EDT
- Why would you want to do this? by Ajit Sagar on April 13 2003 13:31 EDT
-
multiple app server instances in the same jvm[ Go to top ]
- Posted by: Rajesh Natarajan
- Posted on: April 04 2003 11:29 EST
- in response to rohini bt
are u sure you have two servers running on the same JVM, I did not even know that was possible. Which App server is this ?
If the applications are across containers on the server then you'll have to use Remote interfaces. -
multiple app server instances in the same jvm[ Go to top ]
- Posted by: rohini bt
- Posted on: April 07 2003 01:43 EDT
- in response to Rajesh Natarajan
I have to propose various cluster configurations for a client. One of the possibilities is Single CPU shared memory configuration for the 2 instances in the cluster. I have enough RAM and processing ability to support the two instances. Well my question is fictitious :) and arose from the above situation.
And there can be multiple app server instances on the same JVM - Websphere App Server for one, allows this. -
multiple app server instances in the same jvm[ Go to top ]
- Posted by: Uday Subbarayan
- Posted on: April 08 2003 00:10 EDT
- in response to rohini bt
Hi Rohini,
This is the first time,i am also hearing this configuration. If you have some docs/pointer,can you point me to it?
thanks,
udayakumar. -
Why would you want to do this?[ Go to top ]
- Posted by: Ajit Sagar
- Posted on: April 13 2003 13:31 EDT
- in response to rohini bt
Why would you want to deploy two app servers in the same JVM? Would it not be better just to deploy the two apps on the same app server instance?