Félix Pedrera García wrote:
> What has been changed from version 5.5.9 and which is the way to access
> external static resources from a webapp in Tomcat 5.5.25?

The checking for valid context configuration has been tightened.

Adding the following, as contents.xml, to your webapps directory should work

<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="/app/resources" >
</Context>

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to