Is the difference only between configuration files, or between jar
files also?
I suggest to keep such configuration file outside of webapp - e.g. in
${tomcat}/lib/classes. So you'll have dev tomcat setup, prod tomcat
setup and one war file.
it is only configuration files - no jar changes.
Why not use WEB-INF/lib directory?
quite a long story BUT that locations contains _default_ setting ie
those for dev and when it goes into prod i need to override those with
settings from the config directory - so i need to be able to manipulate
it on the fly so to speak while still being a
Hi
On tomcat 6.0.18 i need to set the classpath of a webapp, its the only
webapp running inside this tomcat.
i believe i need to do something like the following in the web.xml
classpath
/my/webapp/conf
but this seems ignored so can anyone point me to the syntax of what this
is and where t