This tag is in the Jboss App servers Jboss_service.xml
Code:
<!-- ==================================================================== -->
<!-- Deployment Scanning -->
<!-- ==================================================================== -->
<mbean code="org.jboss.naming.ExternalContext"
name="jboss.jndi:service=ExternalContext,jndiName=external/config">
<attribute name="JndiName">deploymentConfig</attribute>
<attribute name="Properties">
java.naming.factory.initial=com.sun.jndi.fscontext.FSContextFactory
java.naming.provider.url=file:///c:/config/
</attribute>
<attribute name="InitialContext">javax.naming.InitialContext</attribute>
</mbean>
This is how i am binding the path with the jndi name which has to be accessed by the application context's PropertyPlaceHolder tag.[code]