> From: Rob S. [mailto:r...@tintri.com]
> Subject: [6.0.20] Using -Dcatalina.config breaks our databases
> resources
> 
> We have a custom resource defined in context.xml:

Which context.xml?  The global one in the conf directory, or an app-specific 
one in its META-INF directory?

> we modified this line in catalina.config

I presume you mean catalina.properties in the above statment.

> common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar,*
> ${catalina.base}/lib,${catalina.base}/lib/*.jar*

Did you add the extra asterisks, or is that an artifact of your copy & paste?

> Unfortunately when we use -Dcatalina.config to specify
> catalina.properties.development, the postgres.jar file 
> is no longer found when Tomcat attempts to create a connection.

Evidence to support that assertion?  (I.e., post the stack trace.)

> Is there a way for me to dump the value of common.loader after
> Tomcat starts to be sure it's at least seeing the value from 
> our config file?

Use JConsole to poke around in the JMX objects Tomcat creates.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to