Can any one explain me what is JNDI.properties file does in Jboss? I'm prefer to know with relate to JBoss AS6 version.
Also what information we can insert and is there any place that we can input the value instead of JNDI.properties file.
Can any one explain me what is JNDI.properties file does in Jboss? I'm prefer to know with relate to JBoss AS6 version.
Also what information we can insert and is there any place that we can input the value instead of JNDI.properties file.
jndi.properties is mainly used for using clustered jndi services. Follow this link for the detailed explanation of having clustered jndi services.
You can also refer to this post
Here you can read about jndi.properties in JBoss AS
BTW: DO NOT EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING :)