-
Notifications
You must be signed in to change notification settings - Fork 10
Howto Hints
riegerchris edited this page Feb 23, 2017
·
1 revision
- Admin console http://localhost:4848/
- Backend REST endpoints http://localhost:8080/.backend/service/
- don't forget to run "database-start" in asadmin tool (/glassfish/bin) before startup
- Open Perspective "Database development"
- Rightlick "Database Connections" in left panel and create new connection
- Choose Derby 10.2, the driver is located in /javadb/libs/derbyclient.jar
- Point (without create=true) to jdbc:derby://localhost:1527/.backend
- Default User = Password = "APP"
- If Ping succeeds you can connect and find the tables in | Schemas | APP | Tables