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");
Tomcat is installed in directory having spaces (D:\jakarta tomcat5.0\jakarta-tomcat-5.0.28)
Does it work when you install Tomcat in a directory without spaces?
Also, my understanding is that JBoss comes with an embedded Tomcat. You dont have to separately install and use Tomcat. How have you deployed your application?