Adapter for Enterprise JavaBeans 6.5 SP3 | webMethods Adapter for Enterprise JavaBeans Documentation | webMethods Adapter for Enterprise JavaBeans Installation and User’s Documentation | Overview of webMethods Adapter for Enterprise JavaBeans | Adapter Connections | JNDI Properties File | Required Properties and Values
 
Required Properties and Values
An adapter connection requires that values be set in the JNDI properties file for the following standard JNDI properties. The values for these properties are specific to each application server:
Required JNDI Property
Application Server and Value
java.naming.factory.initial
For WebLogic, specify:
weblogic.jndi.WLInitialContextFactory
For WebSphere, specify:
com.ibm.websphere.naming.WsnInitialContextFactory
For JBoss, specify:
org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs
For JBoss only, specify:
org.jboss.naming:org.jnp.interfaces
java.naming.provider.url
For WebLogic:
*If using T3 (non-SSL) protocol, specify:
t3://WebLogic_server:port_number
*If using T3S protocol, specify:
t3s://WebLogic_server:port_number
*If using HTTP protocol, specify:
http://WebLogic_server:port_number
*If using HTTPS protocol, specify:
https://WebLogic_server:port_number
Note:
For additional information about SSL and encryption with WebLogic, see Encryption.
For WebSphere, specify:
iiop://WebSphere_server:port_number
For JBoss, specify:
jnp://JBoss_server:port_number
Some supported application servers may require that additional properties be defined, or may allow other properties for optional use. For more information about JNDI properties, see Application Server Configuration Notes, and see the section for your application server.