RE: JSPs, contexts, Tomcat 5.5.16+ and NPEs

2006-04-27 Thread Corey Kaiser
arc Farrow [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 7:30 PM To: Tomcat Users List Subject: Re: JSPs, contexts, Tomcat 5.5.16+ and NPEs I don't have much to add, but I will try to give a suggestion or pointers for you to research. I just wanted to start off by saying (in my op

Re: JSPs, contexts, Tomcat 5.5.16+ and NPEs

2006-04-26 Thread Marc Farrow
I don't have much to add, but I will try to give a suggestion or pointers for you to research. I just wanted to start off by saying (in my opinion) this was an excellent post and it described the problem and situation very clearly. Have you tried getServletContext().getContext("/web/mysite")? Al

JSPs, contexts, Tomcat 5.5.16+ and NPEs

2006-04-26 Thread Corey Kaiser
I've finally nailed down what I think my problem with Tomcat 5.5.16 and greater is, and condensed it into this easy-to-use, FunSize-ed post. I have a webapp that is at the root of my appBase, defined in a Context element in my server.xml, like so: I have a