This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: When is JBoss/Tomcat 4.01 going to be fixed?adrian.brock Jan 10, 2002 1:32 PM (in response to bradsimonin)Have you tried 
 http://localhost:8080/jboss
 If you don't like having no root context have a look at
 http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/ vote is for putting Tomcat's kludge into
 JBoss that says something like
 if (context.equals("ROOT"))
 context = "";
 just to avoid the ugly .war trick
 Regards,
 Adrian
- 
        2. Re: When is JBoss/Tomcat 4.01 going to be fixed?bradsimonin Jan 10, 2002 3:33 PM (in response to bradsimonin)Well. I got my first Servlet to talk to an EJB. Thanks to WombatICE's comments in the following thread: 
 http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/
- 
        3. Re: When is JBoss/Tomcat 4.01 going to be fixed?adrian.brock Jan 10, 2002 3:57 PM (in response to bradsimonin)Looks like a duplicate post on my part. 
 Still I don't pay for the disk space :-)
 Regards,
 Adrian
 
    