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
# 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
# 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