Sanya Kapoor [http://community.jboss.org/people/jbossuser200] created the 
discussion

"Use of admin/web/jmx console to give the path of file through JNDI"

To view the discussion, visit: http://community.jboss.org/message/558055#558055

--------------------------------------------------------------
I am using JBoss 5.1.0 GA. For one properties file I have defined a JNDI name 
like this:

Java:comp/env/pwd.properties

And in web.xml I have entry like this:

<env-entry>
            <env-entry-name>pwd.properties</env-entry-name>
            <env-entry-type>java.lang.String</env-entry-type>
            
<env-entry-value>..\WebContent\WEB-INF\pwd.properties</env-entry-value>
 </env-entry>

My question is that is there a way I can define the path of file in 
admin/web/jmx console of JBoss(either through JNDI, as we do in WebSphere) 
rather that putting in the web.xml file.
Any help is appreciated.

Thanks.

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/558055#558055]

Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to