|
|
Browse by Tags
All Tags » Java » .yap file (RSS)
-
Hi,
I've developed a flex application with a java backend (blazeds with remote objects). The backend runs the db4o. It works fine, except that the yap-file gets stored in the bin-Folder of the Tomcat. The application is located in tomcat/webapps/dbtest, though and the java classes are located in the tomcat/webapps/dbtest/WEB-INF/classes folder. I ...
-
I tried it with
permission java.util.PropertyPermission ''java.fullversion'', ''read''; permission java.io.FilePermission ''/path/to/database/*'', ''read, write'';
but then I get a DatabaseFileLockedException
with
permission java.security.AllPermission;
it works of course...
|
|
|