I am trying to add the jspCompilerPlugin initialization parameter to my jsp
container. I adding this in conf/web.xml, but this did nothing. After reading
the e-mail entitled Re:web.xml, which states that the conf/web.xml file is no
longer read in the 3.2.1, I proceeded to add the jsp servlet and its corresponding
mappings to my applicaitons web.xml. Now, when I try to hit a jsp, I get a 404
file not found. Before making this change I could at least activate the jsp's.
In the start up log, I'm getting the following message:
001-03-09 01:16:23 - Ctx( /MyApp ): Removing duplicate *.jsp ->
jsp(org.apache.jasper.servlet.JspServlet/null)
This message leads me to believe that Tomcat is reading the conf/web.xml and it's
clashing with the my applications set up.
Any suggestions?
Thanks,
Paolo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]