RE: [JBoss-user] res-url and external resources.

2003-04-04 Thread Alastair Rodgers
One option is to store your file URLs, etc., in JNDI. You could write a custom MBean to read the localised properties from a file at system startup and load them into JNDI. Your app then just looks up the values from JNDI at runtime. The service.xml for your MBean might look something like:

Re: [JBoss-user] res-url and external resources.

2003-04-04 Thread Stephen Coy
We use ant to unpack the ear, perform token substitution as needed (driven by a properties file) and reassemble. Steve Coy On Friday, April 4, 2003, at 08:03 PM, Phil Cornelius wrote: I have externalized my resources by using jndi lookups, I have defined resource references in the jboss-web.xm