Um, you pulled this from default tomcat\conf\web.xml? Because
application's web.xml is processed before default web.xml, you had to
explicitly process your JSPs before actions?
Why don't you just change your Struts action mapping to something like
controller
*.do
so Struts would receive ca
I found that by placing a direct jsp mapping to Tomcat's JSP servlet, I could
accomplish what I needed, so long as the URL is longer than the catch-all
mapping as per the servlet spec.
jsp
org.apache.jasper.servlet.JspServlet
fork
false
2 matches
Mail list logo