When using JavaMail with the Java WebServer, I get an AccessControlException. How do I disable the security checks to permit this?
Location: http://www.jguru.com/faq/view.jsp?EID=117574 Created: Aug 2, 2000 Modified: 2000-08-13 16:29:50.283 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Assuming you really want to disable the security checks for ALL your servlets, you need to edit the server.properties file and set server.security=false.
Related Questions
- Todays browsers can let the users enable/disable Java 2 security restrictions like file or clipboard access. How can an Applet (JApplet) check if it can access to the file system or clipboard?
- When using JavaMail with the Java WebServer, I get an AccessControlException. How do I disable the security checks to permit this?
- How do I disable Java plugin caching on a Solaris / Linux platform?