6.0.33 catalina.properties - loaders not expanding system properties

2011-09-09 Thread mike . waters
I am using: Tomcat 6.0.33 In the catalina.properties file I have the following: shared.loader=/path/to/a/directory,${tomcat.additional.classpath} My issue is that /path/to/a/directory is added to the classpath, but the contents of ${tomcat.additional.classpath} are not. 'ps -eaf' does show

Re: 6.0.33 catalina.properties - loaders not expanding system properties

2011-09-09 Thread Konstantin Kolinko
2011/9/9 mike.wat...@comcast.net: I am using: Tomcat 6.0.33 In the catalina.properties file I have the following: shared.loader=/path/to/a/directory,${tomcat.additional.classpath} My issue is that /path/to/a/directory is added to the classpath, but the contents of