Hello,

we are at the moment migrating to new configuration framework
(http://configureme.dev.java.net) which is working with plain json
files reading them from classpath.
We don't want the configuration files to be part of application
anymore. Instead we want them to be located under $HOME/etc/config/ to
separate application and config.
The problem is now, how to bring those files into the classpath. The
easiest solution I can think of is to link every file under
$HOME/etc/config/ into WEB-INF/classes.
However this doesn't seem very elegant.

Is there any other possibility to add something to the classpath
without screwing up my tomcat installation completely? Something
similar to common/endorsed prior to 6.x? Or is there any possibility
to manipulate classpath via context.xml?

regards
Leon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to