This is related to another thread I started, but it's a different question.

Some experimentation shows that Tomcat.java disables the default
web.xml for a good reason; if I force one back into place, I get a
duplicate name error.

However, whatever it ends up using does not include a servlet named
'jsp', and then

org.apache.catalina.startup.ContextConfig.convertJsps(WebXml)

ends up with an NPE with a webapp (in this case solr) that has any jsp servlets.

I'm continuing to dig.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to