URGENT !! Connection pooling in Portal Server 7

hi,I want to create a connection pool in my Portal server 7 using Oracle or Mysql,LDAP etc.Can anybody give the details where to look forthanks in advancedhawanmayur
[193 byte] By [dhawanmayura] at [2007-11-27 2:26:59]
# 1

Hi ,

You may have to login to Containers admin and create connection pool/resources

Eg:

i. Log into webcontainer administration console

ii. Create JDBC resource

iii. Set Datasource classname to oracle.jdbc.pool.OracleDataSource

iv. Set following properties:

● user: portal

● password: portal

● url: jdbc:oracle:thin:@<oraclehost.domain.com>:<oracle_port>:portal

prakashprabhaa at 2007-7-12 2:37:07 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
hi,Thanks for your reply,,,I am using Web server and if I do this configuration there. HOw will I access it through my code?Also, the username portal and the passoword portal should not be mandatory or ar they mandatory?thanks in advancedhawanmayur
dhawanmayura at 2007-7-12 2:37:07 > top of Java-index,Web & Directory Servers,Portal Servers...