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

http://issues.apache.org/bugzilla/show_bug.cgi?id=27916

context.xml in war appears to require a docBase





------- Additional Comments From [EMAIL PROTECTED]  2004-07-29 14:30 -------
Here's our current approach (Martin, please correct me if I am wrong).

1) In the source, the docBase attribute is not present. This allows us to share
context.xml in CVS. context.xml is placed under <docBase>/META-INF

2) At build time, we insert docBase with absolute value to context.xml in the
"build" directory. The disadvantage of this is that the build products (war
file) are not transferable to another machine - that's what we'd like to fix.

3) We use manager to deploy the application directly from the "build" directory,
without copying it under <catalina_base>/webapps, which saves time when
(re)deploying.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to