Thanks, Paul, I'll have to look at the docs. 

What I'd really like to do is put them in a WAR file
and have the servlet find them in there.  I COULD put
them in WEB-INF/classes, as you've pointed out, but
I'd really rather have them as a resource input stream
that could be discovered anywhere I wanted in the WAR
file.

I really should examine the docs before I ask.  Thanks
- MOD


--- "Lee, Paul                    NYC"
<[EMAIL PROTECTED]> wrote:
> 
> The jvm will look through your classpath for
> resource bundles.  So either
> add the path in your classpath or stick in a place
> already specified in your
> existing classpath.
> 
> -Paul
> 
> -----Original Message-----
> From: Michael Duffy [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 18, 2003 1:46 PM
> To: [EMAIL PROTECTED]
> Subject: Where To Put Resource Bundles?
> 
> 
> I'd like to externalize my exception messages in a
> resource bundle.  Where is the generally-accepted
> place to put them?  Thanks - MOD
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to