Greetings,

I'm trying to add a new entry onto the shared.loader property in the file catalina.properties, one which is based on a java property "e.g. -Datmos2.home=<somedir>":

shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar,${atmos2.home}/devices/*.jar

... with little luck.

I'm really just trying to take advantage of catalina's ability to load jars using wildcards, and in this case, jars that exist outside of the catalina installation.

What does the "${}" notation in this properties file mean? I looks like those are referring to Java system properties, but it's not clear if that's what they are or not. Does anyone know?

Thanks!
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to