|
From: firoz_star <fir...@in...> - 2006-01-20 13:03:26
|
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 |