• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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]
 
Onion rings are vegetable donuts. Taste this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic