If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Connection Pool Weblogic DB2 problem.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-23-03, 09:10
pavelbelousov pavelbelousov is offline
Registered User
 
Join Date: Oct 2003
Posts: 15
Red face Connection Pool Weblogic DB2 problem.

Hi all.

I have a problem to create connectio pool in weblogic 8.1 on suse os/390.
It looks like weblogic can not see db2 driver.
I 've inserted in startWeblogic.sh :

PATH="/home/db2usr/sqllib/bin:${PATH}"
export PATH

LD_LIBRARY_PATH="/home/db2usr/sqllib/lib:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH

CLASSPATH="/home/db2usr/sqllib/java/db2java.zip:${WEBLOGIC_CLASSPATH}:${POINTBASE_CLAS SPATH}:${JAVA_HOME}/jre/lib/rt.jar:${WL_HOME}/server/lib/webservices.jar:${CLASSPATH}"
export CLASSPATH

I was trying to use db2 connect installation location:
/opt/IBM/db2/V8.1
but I have the same result, weblogic does noe see driver.

What do I have to do.

Thanks, Pavel.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On