Is there a reason you are saying to use ClassLoader.getSystemResource(String), which returns a URL incidentally, rather than ResourceBundle.getBundle()?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 5:38 PM To: Tomcat Users List Subject: Re: resource bundle question 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 ([EMAIL PROTECTED]) ----- Original Message ----- From: "Koes, Derrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
