I was working on a Web App project in NetBeans and I decided to move the location of my JSPs. I moved each
JSP and remapped all of the links, however, it cannot invoke
servlets even though the web.xml is correctly configured.
Is this a bug in Netbeans? I've tried changing web servers from
tomcat to glassfish and same result.
I've attached the code for my servlet, the web.xml and link in jsp page. Basically, I'm trying to simply forward the user to another jsp page through a servlet. Please let me know any ideas or suggestions. Thanks, in advance.
Here is the link I'm using in my JSP to invoke the NewPoam servlet:
<a href='NewPoam'>New POAM</a>