We are moving from Sun appserver to tomcat 6.X server.
In Sun application server we had the ability to register an object
configured in an external jndi resource repositories in the local appserver
jndi using

external-jndi-resource elements in the application server config file
(domain.xml).

Eg:
" jndi-name="localJNDIName" object-type="user"
res-type="javax.naming.ldap.LdapContext">
      
      
      "/>
      "/>


Is there an equivalent feature in tomcat?

If yes, please can u elaborate how to use it.

The intent is to bind an external jndi repository's resource as a Tomcat
JNDI's resource.
The webapps eployed within tomcat needs to just refer tomcat's JNDI to
access all objects


Regds,
Chiths

 

-- 
View this message in context: 
http://old.nabble.com/Tomcat-Resources%3A-Configuring-external-jndi-repository%27s-resource-in-tomcat-tp27777046p27777046.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

Reply via email to