Hi,
I'm trying to deploy my web application in Websphere Application Server Community edition Version 1.
I've generated my war file and deploy it with the administrative console (Applications -> Deploy New); also, i've configure my Database Pool.
When I test the connection to the database (DB2), it shows me this error message:
"com.ibm.db2.jcc.c.Disconn
ectExcepti
on: [ibm][db2][jcc][t4][2057][
11264] El servidor de aplicaciones ha rechazado el establecimiento de la conexión.
Se ha intentado acceder a una base de datos, COMPCHK, que no se ha encontrado."
Database and WebSphere are in different servers
The settings of the database pool are:
Name: MyName
Pool Type: TranQL Generic JDBC Resource Adapter (i cannot modify this)
JDBC Driver Class: com.ibm.db2.jcc.DB2Driver
Driver JAR: I've selected com.ibm.db2/db2jcc/9.1/jar
and com.ibm.db2/db2jcc_license
_cu/9.1/ja
r (i've tried
also with default/MyName/id/war)
JDBC Connect URL: jdbc:db2://my host:50000/MyName
Thanks in advance
Start Free Trial