The problem is with the url-pattern.

According to the error message, clicking on the "submit" button requests a 
resource named "/pnp/PnpAuth".  But the url-pattern identifies a resource whose 
name would be "/pnp/mmmi_pnp.jsp".  Change your url-pattern to "/PnpAuth" (the 
prefix "/pnp" is assumed based on your war file name).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950138#3950138

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950138


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to