I have a problem. I have two webapps running on Tomcat.
The first one has no problems reading from its classes directory for resource files like .properties The second one however is throwing missing resource bundle exceptions and insists it cannot find bundle for base name WEB. But I do have a WEB.properties file in the second one's classes directory. The solution? Put the file in the %catalina_home%\classes directory. But when I try to use the WEB.properties file in jsp for the first webapp, it ends up reading the one in the %catalina_home%\classes directory!! Anybody know how to make tomcat get resources for the second webapp from its classes directory and not fall back to reading the %catalina_home%\classes directory? Christopher
