| Author |
Thread |
| JBoss 3.2.1 and Tomcat 4.1.24 |
|
Posted in tutorial: Building your first Enterprise JavaBean |
· alpine
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
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
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
|