On Tue, 20 Mar 2001, Mark W. Webb wrote:

> I have placed a prop.properties file in the WEB_INF/lib directory of my 
> tomcat context.  The servlet keep throwing an Exception saying that it cannot 
> find the ResourceBundle.  Where should I place this file?  From what I have 
> read, the prop.properties file should go into the WEB-INF/lib directory.  
> Where exactly should this file go??
> 

I would suggest you place it in WEB-INF/classes instead.  If you want it
in WEB-INF/lib, you will need to put it inside a JAR file instead.

> 
> ....thanks for the help in advance
> 

Craig McClanahan


Reply via email to