> From: wille [mailto:[EMAIL PROTECTED] 
> Our webapp had hardcoded paths in it, now we "just" have to grep them
> all and replace them.

Oops :-).

You might like to look at the servlet context's methods for fetching
resources (getResource and getResourceAsStream, I think).  They make the
file locations relative to the servlet, wherever it's deployed.

                - Peter

---------------------------------------------------------------------
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