利用jdbc连接db2数据库

数据库连接配置如下:
jdbc.driver=com.ibm.db2.jcc.DB2Driver
jdbc.url=jdbc:db2://localhost:50000/finical
jdbc.username=db2admin
jdbc.password=325314
报错如下:
com.ibm.db2.jcc.b.DisconnectException: The application server rejected establishment of the connection. An attempt was made to access a database, finical, which was not found. DB2ConnectionCorrelator: null

没有找到你的数据库,要不就是你没这个数据库,要不就是你端口号写错了

http://soft.chinabyte.com/database/431/12168931.shtml
检查的端口路径

没找到啊,,db2是不没装好