In web.xml you can specify env-entry that will be bound to components env 
context in JNDI 


  | <!--
  | The env-entry element contains the declaration of an
  | application's environment entry. This element is required to be
  | honored on in J2EE compliant servlet containers.
  | -->
  | 
  | <!ELEMENT env-entry (description?, env-entry-name, env-entry-value?,
  | env-entry-type)>
  | 

You could also load a normal properties file that you package with your war 
from the thread context class loader

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902154#3902154

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902154


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to