Re: Infinite loop with action mappings

2005-05-06 Thread Michael Jouravlev
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

RE: Infinite loop with action mappings

2005-05-06 Thread Allistair Crossley
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