posted 17 years ago
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]