aspose file tools
The moose likes BEA/Weblogic and the fly likes JVM and Local Interfaces Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "JVM and Local Interfaces" Watch "JVM and Local Interfaces" New topic
Author

JVM and Local Interfaces

Cristian Cardenas
Ranch Hand

Joined: Jan 29, 2002
Posts: 50
I'm using Weblogic 6.1 and I wonder if Weblogic runs the servlet container and the ejb container in separate JVMs.
Another question is: Can I use local interfaces in order to access an EJB from a Web App. if both are in the same server?
Thanks in advance.
Cristian.
Cristian Cardenas
Ranch Hand

Joined: Jan 29, 2002
Posts: 50
a
Qintao Zhao
Greenhorn

Joined: Aug 29, 2000
Posts: 2
Answers
(1) 1 JVM
(2) Pack your .war and .jar in a .ear file
Rahul Mahindrakar
Ranch Hand

Joined: Jul 28, 2000
Posts: 1831
Can I use local interfaces in order to access an EJB from a Web App. if both are in the same server?

Thats the very purpose of Local Interfaces. One does not want to make remote calls for invoking beans that exist in the local machine. So the answer is Yes
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JVM and Local Interfaces
 
Similar Threads
Local Interfaces problem
multiple EJB Container on same App Server
Local vs. Remote Interface
CMR in CMP Entity Beans
JVM and Local Interfaces