https://issues.apache.org/bugzilla/show_bug.cgi?id=47467

--- Comment #6 from Mark Thomas <ma...@apache.org> 2009-09-27 09:56:30 BST ---
Thanks for the research. It helps enormously to be able to read through your
summary and understand the background to this bug and how we got here.

I think path needs to be removed completely. The only place it is valid to use
it is in server.xml and the manager app doesn't touch server.xml.

The leaves 4 cases:
1. config(no) war(no)
- invalid since nothing to deploy

2. config(yes) war(no)
- valid - copy appname.xml to $CATALINA_BASE/conf/<engine>/<host>

3. config(no) war(yes)
- valid - copy appname.war to Host's appBase

4. config(yes) war(yes)
- valid if appname is same for appname.xml and appname.war
- copy appname.xml to $CATALINA_BASE/conf/<engine>/<host>
- copy appname.war to Host's appBase

Any provide path can be ignored but I'd suggest logging a warning.

It is makes the fix easier, I'd be happy to see all the file URL support
removed as well.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to