Page 2 of 2

Re:404 The requested URL /OpenKM was not found

PostPosted:Sat Nov 29, 2008 8:27 pm
by pavila
You can access OpenKM browsing http://localhost:8080/OpenKM and if you want to access OpenKM from another computer, you start JBoss with \"-b 0.0.0.0\" option.

Re:404 The requested URL /OpenKM was not found

PostPosted:Mon Dec 01, 2008 3:34 am
by alloydog
Thanks, but still 404 not found.

I even tried the full hosts URI: -b serverURI/OpenKM/ but still no page.

Shouldn\'t there be a folder /var/www/OpenKM?

Re:404 The requested URL /OpenKM was not found

PostPosted:Tue Dec 09, 2008 12:47 pm
by pavila
The package downloaded from SourceForge is a OpenKM bundled with JBoss, so you only need a 1.5 JDK to get it running. You can start JBoss using this command:
Code: Select all
$ ./bin/run.sh -b 0.0.0.0
and it will start JBoss and OpenKM. When the start process is finished you can access OpenKM in http://localhost:8080/OpenKM. Do not close the terminal or the JBoss instance will be also closed. You can also configure JBoss as a service si you have no to start it manually. Search the forum.