Error deploying web application under bundled tomcat and standalone tomcat
This may be an old problem obviously.
But, I have no idea to solve the problem anyway.
Everytime I try to deploy an application built wiht netbeans visual webpack, I'm getting this error on the log :
SEVERE: Exception starting filter UploadFilter
java.security.AccessControlException: access denied (java.util.PropertyPermission java.io.tmpdir read)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
at java.security.AccessController.checkPermission(AccessController.java:546)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
at java.lang.System.getProperty(System.java:652)
.....
this could be a permission exception but I don't know how to solve.
Anyone has an idea ?
Thanks

