This content has been marked as final.
Show 2 replies
-
1. Re: Creating database table in Hypersonic
juhalindfors May 4, 2003 11:19 AM (in response to krishkumar)Go to http://localhost:8080/jmx-console, find the Hypersonic sercice MBean (service=Hypersonic), click on it and then invoke the startDatabaseManager() operation. This will open a basic GUI interface on your server to manage the HSQL database.
-
2. Re: Creating database table in Hypersonic
shouvanik Jul 26, 2011 12:20 PM (in response to krishkumar)Hi,
It seems you have been following the example from Chapter 7 "Databases and Portal". Do you know how to create the folder structure and which files go where? after creating the database table, how to create the files and deploy the war inside jboss portal server?