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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to