Re: [JBoss-user] finding/accessing properties files inside ear

2003-06-04 Thread Scott M Stark
Just put the file in the root of the ear and access it as a resource. It can also be placed in any nested path and all that changes is the name of the resource. Scott Stark Chief Technology Officer JBoss Group, LLC On Tue, 3 Jun 2003 19:33:37 +01

[JBoss-user] finding/accessing properties files inside ear

2003-06-04 Thread Joao Pedro Clemente
I'm having a hard time with this problem: I have a properties file that I'm accessing hardcoded into the filesystem ("C:\blabla\my.properties") and I would like to pack it inside my ear, to use it with my EJB. Where do I pack it and what do I need to reference it? I'm googling for this for some t