This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 149700 - Tomcat cannot load PostgreSQL JDBC Driver
Summary: Tomcat cannot load PostgreSQL JDBC Driver
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 03:56 UTC by alanluayon
Modified: 2008-10-14 02:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The JDBC is already added in the Classpath Libraries (205.18 KB, text/plain)
2008-10-10 03:57 UTC, alanluayon
Details
Error message of TOMCAT cannot load postgresql driver (163.99 KB, text/plain)
2008-10-10 03:58 UTC, alanluayon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alanluayon 2008-10-10 03:56:45 UTC
Web Application - Visual Web JSF - cannot load JDBC. Even the JDBC jar file is already added in the classpath.
Comment 1 alanluayon 2008-10-10 03:57:38 UTC
Created attachment 71520 [details]
The JDBC is already added in the Classpath Libraries
Comment 2 alanluayon 2008-10-10 03:58:13 UTC
Created attachment 71521 [details]
Error message of TOMCAT cannot load postgresql driver
Comment 3 Petr Hejl 2008-10-10 09:01:43 UTC
I think it should be placed in tomcat install dir in common/lib. This should be done automatically.
Comment 4 John Baker 2008-10-10 09:21:01 UTC
Visual Web doesn't do anything with database drivers.  

Assigning back
Comment 5 John Baker 2008-10-10 09:25:25 UTC
6.1 already includes the Postgres driver, so Tomcat www should just use this bundled driver and copy to common/lib
at deploy time, right ?
Comment 6 Petr Hejl 2008-10-10 09:30:39 UTC
Yes, perhaps user "workarounded" this somehow.

Reporter can you specify the steps to reproduce?
Comment 7 alanluayon 2008-10-14 02:57:05 UTC
The Problem is that in linux the tomcat folder should be accessible to my account it is only accessible to root account!
sorry my mistake ... need to change its permission!