Borut Hadžialić wrote:
Jira has a set of jar files that contain dependencies, that are not included in Jira's /WEB-INF/lib directory. Jira manual states that these jars should be copied to CATALINA_HOME/common/lib directory. When those files are copied to CATALINA_HOME/common/lib, Jira works fine.However, when we move those Jira dependencies from $CATALINA_HOME/common/lib/ to $CATALINA_BASE/shared/lib/ Jira starup fails - it throws several ClassDefNotFoundException (for org.postgresql.Driver and other classes)
You are doing things not the way the manual says so. And why do you expect everything to work? ;-)
org.postgresql.Driver is a JDBC driver, probably application setups a JNDI datasource, so the driver has to be visible by the common/lib classloader.
-- Mikolaj Rydzewski <[EMAIL PROTECTED]>
smime.p7s
Description: S/MIME Cryptographic Signature