Derby repository DB local port
Hello, I'm quite new to Rational Quality Manager. I'm trying to configure a database client to access directly the derby database coming with rqm. I can't find anywhere which port the derby database is listening to. Can anyone help me?
P.S.: I'm trying to connect with these parameters:
Server: localhost
Port: ??? (info I need)
Database name: repositoryDB
Userid:ADMIN
Password: ADMIN
P.S.: I'm trying to connect with these parameters:
Server: localhost
Port: ??? (info I need)
Database name: repositoryDB
Userid:ADMIN
Password: ADMIN
Accepted answer
2 other answers
So, right now, I've found I must access with the embedded tomcat jdbc driver. so that the local port is no more needed. Now I need to know the database url; I see it must be in this format jdbc:derby:<databasename>. I tried with repositoryDB as the databasename but it was unsuccessful.
Any suggestion please?
thanks in advance
Any suggestion please?
thanks in advance