| Author |
JVM query in WAS
|
Gaurav Jain
Ranch Hand
Joined: Mar 11, 2004
Posts: 108
|
|
|
Are there 2 seperate jvm's in WAS..to explain further if i am deploying my ear file in WAS then will the call to ejb be local or remote? Are their seperate web and ejb container and do they run on seperate jvm's?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
No. Unless you are talking about a WebSphere cluster. [ March 07, 2005: Message edited by: Paul Sturrock ]
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Gaurav Jain
Ranch Hand
Joined: Mar 11, 2004
Posts: 108
|
|
|
What happens in the case of a WAS cluster?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Cluster == multiple server instance, and there for multiple JVMs. Still though deployed on one server, classes in an EAR and a WAR will run in the same JVM.
|
 |
 |
|
|
subject: JVM query in WAS
|
|
|