The web-inf directory are all in upper case. Otherwise my class files will not work right?
The log files only give the same missing resource exception that i see in the browser. Putting the .properties file in the %CATALINA_HOME%\classes directory will solve the problem but that means the webappx class loader is not trying to get the resource from the classes directory of the relevant webapp. Why? Christopher ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 3:00 AM Subject: Re: Can't find bundle for base name WEB > > > > > > > "Christopher Chan" <[EMAIL PROTECTED]> on 01/16/2002 10:24:23 PM > > Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > cc: > > Subject: Can't find bundle for base name WEB > > Hello all, > > I have this funny problem. > > I have some webapps running together on tomcat 4.0.1 > > One of them has no problems accessing its name.properties files in its > classes directory and another cannot find them at all unless I add the > classes directory of that webapp into the classpath... > > Why is tomcat not checking the web-inf classes directory for this one > webapp? > > Checking th log files would be a good idea. Also make sure that "WEB-INF" > is all uppercase. > > > Christopher > > Hope this helps. > Thanks. > RS > > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
