There is a single WAR file being deployed under tomcat 4+.
The WAR contains several .jar files as resources
The .jar files contain code and images
The WAR contains subdirectories with images
I am looking for a method that will load .gif images from any/all of the
above locations. class.getResource is returning URL's of null.
Please provide help if you can.
Thank you.
|