Mapping for a normal servlet? Mandatory in struts?
Timothy Sam
Ranch Hand
Joined: Sep 18, 2005
Posts: 746
posted
0
Is it mandatory that I place another servlet mapping in web.xml if I wanted to make a Servlet(a normal servlet) that doesn't extend Struts Action class? Or does the mapping
If you want to run another servlet in your Struts application, you will have to provide another entry for both the servlet and it's path in your web.xml file. The path for your other servlet is going to have to be something other than *.do.