You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/10/09 00:43:40 UTC

DO NOT REPLY [Bug 23267] - Manger remove of context deployed as defult webapp gets NPE

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23267>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23267

Manger remove of context deployed as defult webapp  gets NPE

medthomas@ntlworld.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From medthomas@ntlworld.com  2003-10-08 22:43 -------
I am not quite sure why you want to place the context.xml and your war file in 
the webapps directory. Your web app is going to get deployed twice (once with 
a context path of "" and once with a context path of "/infoviabilita"

If you want to deploy your app with a context path of "" either use a context 
file with the docbase somewhere other than the webapps directory or rename 
your war file to ROOT.war and place it in the webapps directory without a 
context file. I have confirmed that both of these options will work without 
error.

Anyway, the NPE has been fixed in TC5 - thanks Remy :) - but the patch does 
not port directly across to TC4. It looks like most/all of the deployer 
changes made to TC5 would have to be ported and this is unlikely to happen 
just to stop this NPE.

I am going to mark this bug as WONTFIX as it was reported against TC4.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org