forest park

Greenhorn
+ Follow
since Aug 17, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by forest park

You can use the jmx console that comes with JBoss.

http://localhost:8080/jmx-console
[ August 19, 2005: Message edited by: forest park ]
18 years ago
Hi there, thanks for the post. Actually i did it the same way but its not working. I get the following exception.

- Failed to connect to localhost:1099
javax.naming.CommunicationException: Failed to retrieve stub from server localhost:1099 [Root exception is java.io.EOFException]

I am able to access the same EJB successfully from the Tomcat instance thats running within JBOss. Its only for external clients that its failing
I have an EJB deployed on JBoss 3.07 server which I need to access from a servlet running on a Tomcat engine on another machine. But when i try to do it, I get a lookup failure on the jndi name. I have set the InitialContext as it should be. Any idea what it could be due to. Is there any other setting required in tomcat to access EJBs.

(The same EJB when accessed from the embedded servlet engine in JBoss works fine)