hi,
I want to cache some files, retrieved from a database on harddisk somewhere
beneath my webapplication directory. I don't want to use an absolute path,
because my webapplication should run anywhere.

In this mailinglist I found something about retrieving resources with
ServletContext.getResource("myContextRelativePath/file") but I can't find
anything about 
writing to files in a similar manner?
In the JavaDoc of the Class ServletContext I found only that some
ServletContainers may allow
to write to the URL I retrieve with ServletContext.getResource(...), but
Tomcat seems not allow this...
thanks in Advance for any help

Bernhard

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to