I've read about mapping via web.xml, done with the servlet element but without the servlet-mapping element (JSP The complete reference, by Hanna Phil).

<servlet>
    <servlet-name>MyServlet</servlet-name>
    <servlet-class>MyServlet</servlet-class>
</servlet>

This way the servlet is supposed to be mapped to /context/servlet/MyServlet. I cannot reproduce this behavior in a Glassfish 3 that is a container java EE 6 compliant. Is it a not-more available feature? I haven't find info on this feature or of it's removal.
thanks

link|improve this question

53% accept rate
1  
possible duplicate of How to invoke a servlet without mapping in web.xml? – BalusC Jun 20 '11 at 13:31
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.