Can JNDI be used in a Java servlet to access filesystem on the local machine or a remote machine?
I am able to bind local directories/files with it, but not able to find a mechanism(if exists) to read/modify the file's contents.
The files are simple text files.
Please tell me if it is possible, and how?