Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:
jfarcand 2003/05/28 21:13:24
Modified: catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Revert back my latest changes since it did not fix the problem completely.
Don't worry about that IMO. I'll have to rewrite that code for the deployer refactoring I'll do (today).
I hope I'll be done in one day :)
Bonne nouvelle :-)
The problem right now is we ends up with 2 configuration files. If I have under webapps/ a file named test.xml that contains:
<Context path="/test" docBase="../foo/bar/" debug="0"> </Context>
that always work. But if the path is equals to:
<Context path="/test2" docBase="../foo/bar/" debug="0"> </Context>
that will not work (even with my tentative patch). We will ends up with 2 configurations file (test.xml and test2.xml) and the admin tool/HostDeployer will always use webapp/test.xml....
-- Jeanfrancois
Remy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]