I would like to run my webapp on different servers in different configurations. So it's not possible for me to place my configs (for instance spring application-context.xml) into my webapp. I would like to place it the context folder of the app under %CATALINA_HOME/conf/myapp/localhost. But it seems that tomcat is not adding files from this location to the webapp classpath.
Is this configurable? And if how can i do this?