You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ryan Kennedy <rk...@excitecorp.com> on 2001/05/19 10:10:22 UTC

manager application bug

In reading up on the Tomcat Manager Application in the 4.0b5 release, it
mentions a bug that has been around since the milestone 2 release. The bug
has to do with loading/unloading/reloading of an application via a URL (it's
in the documentation for the manager application). Here is the full text of
the bug (in case noone has any idea of what I'm talking about):

WARNING - As of the Tomcat 4.0 milestone 2 release, there is a bug in the
operation of the "deploy" command that prevents deploying, undeploying, and
then redeploying an application from the same URL for a web application
archive (WAR) file. To work around this, either redeploy the application
from a different WAR file URL, or deploy from an unpacked directory (on the
same server that Tomcat is running on).

Are there any immediate plans to fix this bug?

Ryan