If you change your action to action='control' and change the servlet mapping to:
<Servlet-mapping>
| <Servlet-name>controlservlet</Servlet-name>
| <url-pattern>/control</url-pattern>
| </Servlet-mapping>
does it work? I am suspecting that the .html suffix is messing it up.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068836#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...