Trying to call "/accountlet" will never work because there is no pattern match for it - for security reasons, anonymous servlets are not supported: a servlet is not accessible by its servlet name. A servlet may have zero or more url patterns associated with it. I'm not sure whether the pattern match you are providing is valid either, or at least interpreted in the way you think - that is not a pattern form I've ever tried. In order to test things, I would put a concrete pattern in its place. You can try some fancy stuff later. <url-pattern>/accountlet</url-pattern>
http://localhost:8080/WebModule/accountlet should then work. I would also check http://localhost:8080/web-console to make sure the servlet mapping is as you expect. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831227#3831227 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831227 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
