0 Replies Latest reply on Jul 9, 2005 7:38 PM by uwejanner

    Remote Access to java:comp/env/security

    uwejanner

      I use an external Tomcat instance (because this eases development of the web tier alot) to call into ejb's in jboss. authentication within tomcat has to be done with the JBossSecurityMgrRealm, but this needs access to the jboss security context (under java:comp/env/security); but java:comp is not visible for remote clients ("NameNotFoundException: comp not bound");

      i found the following post from scott stark from 2001:
      "The default bundled JBossSecurityMgrRealm integrates based on a special JNDI context(java:comp/env/security). This could be remote enabled so that an external Tomcat instance could use the JBossSecurityMgrRealm..."
      but HOW can i 'remote enable' this entry?

      thanks in advance for any help, uwe.