aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Accessing an ejb in weblogic from tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Accessing an ejb in weblogic from tomcat" Watch "Accessing an ejb in weblogic from tomcat" New topic
Author

Accessing an ejb in weblogic from tomcat

Sethu V
Greenhorn

Joined: Aug 06, 2002
Posts: 10
How do i access an ejb deployed in Weblogic server 7.0 from a servlet in a war deployed in Tomcat 4.1(The same war when deployed in weblogic is able to access the bean).
Val Pecaoco
Ranch Hand

Joined: Dec 05, 2001
Posts: 156
Hi Sethu,
this article may be of help, particularly this page. It uses JDeveloper but you could do adjustments to suit you up.
GL
Ex Animo Java!
-- Val


"Knowledge is power, but enthusiasm is the key." -- Lavern Barn
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Accessing an ejb in weblogic from tomcat
 
Similar Threads
JSP & EJB's
Call EJB3.1 using Local interface
How to access an ejb in an ear from a different war file ?
Tomcat JNDI Help Needed
EJB in WAR Accessible from Components in Other Modules?