As described above, you're trying to use an illegal URL, which goes above the top of the webapp's namespace. You'll need to use absolute "file:" or "http:" type URLs, or provide your own EntityResolver that does whatever you want it to do.


The only way to developpers and admins to have it works in both case is to set the current directory when web.xml is parsed to WEB-INF/.

Ok, it seems to works for external entities inside the webapp, I wonder what was damaged in my previous tests ?

BTW, I think I could use the multiples configuration offered by TC 5 :


$CATALINA_HOME/conf/[enginename]/[hostname]/ directory



<Context ...> <Parameter name="companyName" value="My Company, Incorporated" override="false"/> </Context>


Did the server.xml could use external entities using the relative tweak and if so what the currentDir at server.xml parsing time ?




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



Reply via email to