You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Koes, Derrick" <De...@Smith-Nephew.com> on 2002/07/09 23:23:21 UTC

resource bundle question

Where should resource bundles (properties files) go in my war file?

 


Re: resource bundle question

Posted by Will Hartung <wi...@msoft.com>.
They should be fine in the classes directory, as it will be placed on your
CLASSPATH appropriately. Use the ClassLoader.getResource methods to find
them.

Regards,

Will Hartung
(willh@msoft.com)

----- Original Message -----
From: "Koes, Derrick" <De...@Smith-Nephew.com>
To: <to...@jakarta.apache.org>
Sent: Tuesday, July 09, 2002 2:23 PM
Subject: resource bundle question


> Where should resource bundles (properties files) go in my war file?
>
>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>