A little question:

if i have a servlet mapping like:

        <servlet-mapping>
                <servlet-name>myservlet</servlet-name>
                <url-pattern>/myservlet/*</url-pattern>
        </servlet-mapping> 

TWhat's the url to access? What variable or constant stores the path, where
you can access to path + "/myservlet" ?

Thanks.
-- 
View this message in context: 
http://n4.nabble.com/REST-implementation-web-xml-configuration-tp1017692p1585470.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to