Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · ASP.NET Newsletter Application · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : J2EE : JavaBeans/EJB : JBoss 3.2.1 and Tomcat 4.1.24 Signup · Login
Author Thread
JBoss 3.2.1 and Tomcat 4.1.24
Posted in tutorial: Building your first Enterprise JavaBean
·  alpine
User
Joined: 7 Jul 2003
Total Posts: 1

JBoss 3.2.1 and Tomcat 4.1.24

Posted: 7 Jul 2003
This article is excellent and was very helpful in explaining concepts. Unfortunately I tried to use it with the JBoss 3.2.1 and Tomcat 4.1.24 bundle but it didn't work. If you could modify this tutorial to work with the latest release it would be much appreciated. Thanks!!!!!
·  dineshranganathan
User
Joined: 1 Aug 2005
Total Posts: 2
Re:JBoss 3.2.1 and Tomcat 4.1.24
Posted: 1 Aug 2005
I did tried and it is working the only change i did was when i deployed i did it on a different directory...tell me exactly the problem that you face..
·  Beans
User
Joined: 27 Jan 2006
Total Posts: 3
Calling EJB from tomcat
Posted: 27 Jan 2006
Hi
I am having an application using jboss 4.0.3SP1 and tomcat 5.0.28
When i try calling the ejb deployed in jboss using following code
InitialContext jndiContext = new InitialContext();
Object ref = jndiContext.lookup("interest/Interest");

I get error saying --

javax.naming.CommunicationException [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.net.MalformedURLException: no protocol: tomcat5.0/jakarta-tomcat-5.0.28/webapps/servlets-examples/WEB-INF/classes/]


Tomcat is installed in directory having spaces (D:\jakarta tomcat5.0\jakarta-tomcat-5.0.28)

Any help is appreciated
Want to leave a comment? Login or Register for free!

Users Who Have Visited This Thread In Last 24 Hours
1 Visitor

Login to post a comment or start a new thread
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2010 Stardeveloper.com, All Rights Reserved.