This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Accessing servlets via http://.../servlet/... does not wvincev Oct 12, 2002 8:22 PM (in response to vincev)attaching helloWorld.ear did not work... sorry 
- 
        2. Re: Accessing servlets via http://.../servlet/... does not wvincev Oct 13, 2002 7:49 PM (in response to vincev)I managed to solve the problem on my own. :) 
 The "<servlet-mapping>" in %JBOSS_HOME%/tomcat4.1.12/conf/web.xml for the servlet "invoker" was commented out. This servlet loads other servlets and is by default mapped to "/servlet/*" on Tomcat4 (without jboss). Now it's working and it invokes my servlets...
