I have simple web server and i'm running it in /myHome/serverHome directory. All code(classes) running on my JVM can read files in /myHome/serverHome and its sub directories. But i want to limit file reads of myHome/serverHome/conf directory to only signed code. If i used java security manager it allows all code to read all files in sub directories. Is there any way we can block this. Any help appriciate.
Thanks.