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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to