• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Tomcat and hsqldb

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to instal jfrorum in tomcat using hsqldb which as I undersood should not need any extra configuration.

If I use install wizard I am getting following error:

Error while trying to configure the database. Please check if parameters like username, password and host are correct and try again.

If I try manual instalation, I don't know how to

"import script named "<DBNAME>_db_struct.sql" which is in my case hsqldb_db_struct.sql.

Thanks for any help!
Petr Kavanek
[originally posted on jforum.net by pietrotk]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't use hsqldb, but here is a hsqld documentation site:
http://hsqldb.org/doc/guide/

Running a SQL script is referenced here:
http://hsqldb.org/doc/guide/ch08.html#N115AE

[originally posted on jforum.net by GatorBait3]
 
I can't renounce my name. It's on all my stationery! And hinted in this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic