--- Manveen Kaur <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have a web-app that looks up a properties file.
> 
> I'm getting a java.util.MissingResourceException on
> ResourceBundle.getBundle(..);
> The jar containg the properties file is in WEB-INF/lib.
> 

Could you post the code snippet that tries to load this properties file ?
I don't have access to my code right now, but I think I've written something
like 
-- quote --
ResourceBundle.getBundle("dbconnection");

-- end quote --
> Is this a classpath issue? Is there a workaround?
> 
I don't think this is a classpath issue.
I do this for two web-apps and it works just fine on Tomcat 4.1.12.


> Any help would be greatly appreciated.
> 
> thanks
> Manveen
> 
-- Sriram



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to