|
From: John Y. <joh...@gm...> - 2006-01-20 13:48:00
|
Hello Firoz, I looked at the requirements from myjavaserver.com They simply want the files stored as a standalone application (file). You will need to simply copy the database files to the server via ftp. Your account page shows the syntax jdbc:hsqldb:<pathname> I have found it easier to usually do a SHUTDOWN SCRIPT command to get two files <DBName>.properties and <DBName>.script for example my database for glassfish development is called glassfish. After I run SHUTDOWN SCRIPT, I have glassfish.properties and glassfish.script. These can be easily transported. Good luck. John On Jan 20, 2006, at 3:03 , firoz_star wrote: > Thanx for your reply john, > > I want to develop a project on my local system using "HSQLDB > webserver" then i want to deploy it on www.myjavaserver.com. for > these what i have to do,i mean,which files i need to copy to the > server .please mention file names.. > > thnx in advance, > > Firoz > > > ******************** > hsq...@li... wrote: > > > > Hello Firoz, > > There are a number of ways depending on how you deployed it. The > basic connection URL is jdbc:hsqldb:hsql://serverName:port/DBname for > example jdbc:hsqldb:hsql://localhost:9001/glassfish The default port > is 9001. > > If you deployed it as a web server the syntax is jdbc:hsqldb:http:// > ServerName/DBName Please note the protocol is http NOT hsql. > > Cheers, > > John > > > On Dec 28, 2005, at 3:27 , firoz_star wrote: > > > > > Hi , > > I am new to HSQLDB..i am deploying my website on > > www.myjavaserver.com .. > > can please tell what Connection URL i have to use in > > > > DriverManager.getConnection("URL SYNTAX",username,password); > > > > can please give me a example on the above statement... > > > > > > Thanx and regards, > > Firoz > > > > > > > > > > > > -! ------------------------------------------------------ > > This SF.net email is sponsored by: Splunk Inc. Do you grep through > > log files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD > > SPLUNK! > > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > _______________________________________________ > > hsqldb-developers mailing list > > hsq...@li... > > https://lists.sourceforge.net/lists/listinfo/hsqldb-developers > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _____________________________ _! _________________ > hsqldb-developers mailing list > hsq...@li... > https://lists.sourceforge.net/lists/listinfo/hsqldb-developers > > Indiatimes Email now powered by APIC Advantage. Help! > Help > |