Views
A number of configuration files must be "on the application server classpath". Depending on the application server you're using, this may be one of a number of locations.
Tomcat 5
CATALINA_HOME/shared/classes
Tomcat 6
CATALINA_HOME/lib
This directory is on the "common" classloader path. Resources placed here will be seen by Tomcat internal classes as well as by all applications running in that instance of Tomcat. Using the Shared loader classpath may be preferred (see below).
JBoss
TBD
