I saw an example of jndi.properties file for JBoss Server
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=localhost
What changes should I make here so that it works for Websphere 8.5 ?
I am using this tutorial for reference
https://www.tutorialspoint.com/ejb/ejb_create_application.htm
Here is a snippet of code with the properties that work in my Websphere 8.5 environment: