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=41447>. 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=41447 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-24 09:03 ------- Works for me. When you're deploying webapps via context files (e.g. conf/Catalina/localhost/contextname.xml) you need to move your war file (or exploded webapp dir) OUTSIDE of the your defined appBase directory or else it won't work properly. You should be able to make you app work by doing the following: - move your war to a location outside of $CATALINA_HOME/webapps (or whatever you have 'appBase' set to) - update your context descriptor to point to /path/to/your/war - restart -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]