0 Replies Latest reply on May 23, 2002 3:22 PM by jrookie

    java.policy

      JBoss seems ignoring java.policy. Here's my problem:

      One of my EJBs needs permmision to open a server socket and read/write access to home dir. Therefore, I made and put my custom java.policy in
      %JAVA_HOME%\jre\lib\security directory. But JBoss didn't pick it up. It still threw exception:
      java.security.AccessControlException: access denied (java.net.SocketPermission ...)

      Could somebody tell me how to make JBoss take my java.policy?

      thanks,
      - jrookie