[jboss-user] [Beginners Corner] - Re: Load index.jsp as welcome file
francis17101970
do-not-reply at jboss.com
Thu Sep 4 10:45:46 EDT 2008
Hello,
not sure if I have understood clearly, but why do you have your
servlet mapped as "/*" ?
<servlet-mapping>
| <servlet-name>ServletEntrada</servlet-name>
| <url-pattern>/*</url-pattern>
| </servlet-mapping>
|
I think it will intercept all requests this way.....
shouldn't you rather define an endpoint "/myservlet" and recall it from the jsp action ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174322#4174322
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174322
More information about the jboss-user
mailing list