• 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

facing problems to use new jforum by adding previous jforum configurations.

 
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 have to replace my previous Jforum Souce code with new one.
It works fine with default provided by site.
But when using jforum-custom.conf i have taken the location
database.connection.string=jdbc\:hsqldb\:${config.dir}/database/hsqldb/${dbname}
database.connection.string=jdbc\:hsqldb\:/var/www/techstack/TechStack/CA/JForumNew/${dbname}
where at runtime it sholud generate all files.
hsqldb.properties,hsqldb.sql,hsqldb_data_dump.sql,hsqldb_db_struct,jforum.properties,jforum.lck files etc.
One more file named jforum.script file.
Now here my problem is that first of all application when runs is not generating all these files in this location.
Its simply generation jforum.lck,jforum.log & jforum.properties files only.
other thing if i just copy these files hsqldb.properties,hsqldb.sql,hsqldb_data_dump.sql,hsqldb_db_struct.
I don't know what to do with jforum.script file.
I can't take all these files from my previous forums as database modification done after that.
is there any way or anywhere i can get this.or it sholud get generated automatically.
May be i am missing some configuration etc.
But my previous app i was unavble to get all these files so i copied and pasted from previous existing locations only that works fine.
the only thing in one machine its generation lck file even when i try to access first time.
please provide me at least one solution.
either with new soruce code or with previous where lck file gets generated without accessing also.
thanks
Viiendra
[originally posted on jforum.net by vijendra]
 
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
If you keep the setting



it works?

Rafael


[originally posted on jforum.net by Rafael Steil]
 
If you have a bad day in October, have a slice of banana cream pie. And 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