If you setup your Postgres SQL database as a JNDI resource in the
context xml file, Tomcat itself will need access to the driver class.
Hence the need to place such drivers in common/lib.
--David
Borut Hadžialić wrote:
Why would Catalina classloader need to see application specific jar
file
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
Why would Catalina classloader need to see application specific jar files?
On 8/23/06, Mark Thomas <[EMAIL PROTECTED]> wrote:
Borut Hadžialić wrote:
> However, when we move those Jira dependencies from
> $CATALINA_HOME/common/lib/ to $CATALINA_BASE/shared/lib/
> Jira starup fails - it throws sev
Borut Hadžialić wrote:
> 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)
>
> Does anyone know why is this happening?
Prob