Rainer Jung-3 wrote:
> 
> If you want to keep them webapp-private, you might be interested in
> 
> http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/loader/VirtualWebappLoader.html
> 
> 

Thanks, that's exactly what I was looking for.
Working dir for Tomcat seems to be bin, so my application conf directory
under conf is addressed like
virtualClasspath="../conf/myapp"

The resource Url of my property file is then
file:/java/apache-tomcat-6.0.26/conf/myapp/myapp.properties

Juergen

-- 
View this message in context: 
http://old.nabble.com/best-practice-for-resources-folder-tp28584753p28596572.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to