L'ange Pantoja

Greenhorn
+ Follow
since May 30, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by L'ange Pantoja

Thanx Raj...

My problems have been due mainly to one missing step: placing the postgresql driver into the right domain directory.

Here's how: (assuming that we use pg74.213.jdbc3.jar as our driver)
1) copy the driver file into ${SUN_APP_SER_DIR}/domains/${DOMAIN}/lib/ext
2) start/restart the server (i'm not sure if there's a way to force the server to load the classes while running; but in my experience, when the server started without the classes on the directory, it was unable to load the referred classes... the problem disappeared when i restarted the server)
3) then do as Raj suggested
19 years ago
Hi, am trying to learn to deploy a Sun Application Server 8. Had completed the installation and testing of the newly installed App Server. However, my projects need to connect to a PostgreSQL database. As I've tried to play around the application console, I found out that Postgres drivers for connection pooling is not available in the bundled application server.

I've tried to look around the net for resources on how to add these resources into the application server, however to no avail.

How do I go about doing this?
19 years ago