Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://maven.apache.org

Back to Top

Set the JNDI properties

Open the jndi.properties file located in the <session_home>/jndi directory. Make sure that every property under the JBoss Settings section are uncommented and every property under the Geronimo Settings are commented out.

No Format
borderStylesolid
titlejndi.properties

####################################################################
### JBoss Settings
####################################################################
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=localhost


####################################################################
### Geronimo Settings
####################################################################
#java.naming.factory.initial=org.openejb.client.RemoteInitialContextFactory
#java.naming.provider.url=localhost:4201
#java.naming.security.principal=username
#java.naming.security.credentials=passwd

Back to Top

Modify the WAR files

Back to Top

Build the sample application

...