Hi, I have a glassfish server and i cant figure out how to create a
new database using a linux console ?
asadmin create-database doesn't exist ?
Also when running the example applications, netbeans6 always open's a
webbrowser at localhost/... instead of 192.168.1.17/... (my separate
linux glass fish server pc)
gert - 18 Sep 2007 23:54 GMT
> Hi, I have a glassfish server and i cant figure out how to create a
> new database ?
found out that you create a database like this in the connection setup
jdbc:derby://192.168.1.17:1527/gert;create=true;