Good day,
I have come to the point were I need some help. I've tried installing OpenKm on Ubuntu 11.10, but since java is not on the repositories any more I have resolved to Windows 7.
So what I have installed:
1. Java JDK 6 update 30
2. OpenKm OpenKM-5.1.8_JBoss-4.2.3.GA (It is directory: C:\OpenKM\...
3. OpenOfice 3.3 (tried it but is not priority now to setup)
4. pdf2swf (tried it but is not priority now to setup)
Now I am able to start OpenKm up, with the b 0.0.0.0 option enabled in windows 7's Run "terminal". It starts up fine and can access it over the network.
My problem is that when I change the following code as instructed by the wiki, the effects are not being made. (see code below)
(openkm.cfg)
Even the OpenKm login screen in the web browser (after changing the openkm.cfg file from hibernate.hbm2ddl=create to hibernate.hbm2ddl=none) displays "hibernate.hbm2ddl=create" highlighted in red.
and
(run.bat)
My second question is; what is the right manner to restart the Jboss server/OpenKm? A the moment I just hit "Ctrl + c" and it seems to shutdown the server.
If you have any advice please help!
Regards
I have come to the point were I need some help. I've tried installing OpenKm on Ubuntu 11.10, but since java is not on the repositories any more I have resolved to Windows 7.
So what I have installed:
1. Java JDK 6 update 30
2. OpenKm OpenKM-5.1.8_JBoss-4.2.3.GA (It is directory: C:\OpenKM\...
3. OpenOfice 3.3 (tried it but is not priority now to setup)
4. pdf2swf (tried it but is not priority now to setup)
Now I am able to start OpenKm up, with the b 0.0.0.0 option enabled in windows 7's Run "terminal". It starts up fine and can access it over the network.
My problem is that when I change the following code as instructed by the wiki, the effects are not being made. (see code below)
(openkm.cfg)
Code: Select all
I would change the code, save the file, start the server, see no change in the server, shutdown the server and see that the code is still the same as I changed it. (thus change in code had no effect on OpenKm)hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.hbm2ddl=none
application.url=http://localhost:8080/OpenKM/frontend/index.jsp
Even the OpenKm login screen in the web browser (after changing the openkm.cfg file from hibernate.hbm2ddl=create to hibernate.hbm2ddl=none) displays "hibernate.hbm2ddl=create" highlighted in red.
and
(run.bat)
Code: Select all
I did not however change the run.sh file in any of the memory related issues, because that file is only used in a linx environment as I understand it, but I can be wrong.rem JVM memory allocation pool parameters. Modify as appropriate.
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=128m -Djava.awt.headless=true
My second question is; what is the right manner to restart the Jboss server/OpenKm? A the moment I just hit "Ctrl + c" and it seems to shutdown the server.
If you have any advice please help!
Regards