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/12/01 20:41:17 UTC

DO NOT REPLY [Bug 25120] - docBase in config file not ignored when war attribute provided using catalina ant deploy tasks

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=25120>.
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=25120

docBase in config file not ignored when war attribute provided using catalina ant deploy tasks





------- Additional Comments From hoju@visi.com  2003-12-01 19:41 -------
Sorry for the quick update, but I just realized what might be happening.  "war"
cannot point to a directory, but "localWar" can.  It seems to me that the "war"
attribute probably will override the "docBase" attribute in the config file, but
the "localWar" attribute won't.  That is what this bug is.  "localWar" should
override the config file's "docBase" attribute just like the "war" attribute
does currently.

So, this needs to be able to work...

    <catalina-deploy ...
        config="${app.war.ccf.url}"
        localWar="${app.war.url.dir}" />

Where "docBase" in ${app.war.ccf.url} is something like "myapp.war".


Jake

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