Romain Manni-Bucau created TOMEE-400:
----------------------------------------

             Summary: provide a LazyRealm to be able to instantiate realm from 
the webapp
                 Key: TOMEE-400
                 URL: https://issues.apache.org/jira/browse/TOMEE-400
             Project: TomEE
          Issue Type: New Feature
            Reporter: Romain Manni-Bucau
             Fix For: 1.1.0


can be put in META-INF/context.xml:

<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/my-app">
 <Realm className="org.apache.tomee.catalina.realm.LazyRealm" 
realmClass="org.superbiz.foo.MyRealm"
        properties="
                attr1=v1
                attr2=v2" />
</Context>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to