Page 1 of 1

Server unavailable

PostPosted:Fri Nov 13, 2009 12:54 pm
by jcrick
Hi

I just installed Java and OpenKM on a fresh WIN 2003 server instance, tried both JDK 1.5 v22 and JDK 1.5v15 and in both cases the ..jre6\\bin\\server directory is missing - which stops JBOSS loading.

So, I copied the client folder to a new server folder so that jvm.dll is now available at ...jre6\\bin\\server\\jvm.dll

Now JBOSS loads fine without needing to set JAVA_HOME. I am no Java/JBOSS expert so I don\'t really know whether this is the right solution.

Issue 1: it seems that the JBOSS server only runs when you launch OPENKM\\bin\\run.bat which is clearly inappropriate since it should really run as a windows service. I will have to try to launch the run.bat at server startup... Is that correct or is there another way to configure the software as a Windows Service - there seems to be no documentation to cover this area!

Issue 2: having launched run.bat i can access the system from a local browser. BUT, I cannot get to the system on a client browser on another machine on the network. So, how do we set this up so that we can access from remote device? Again, I can\'t find any documentation on this!

Thanks

Jerry

Re:Server unavailable

PostPosted:Fri Nov 13, 2009 4:08 pm
by jcrick
OK, sorry.

Now I found this post:
http://www.openkm.com/Installation/759- ... ndows.html

which is really good on how to install for Windows server.

PLEASE NOTE THE NEED to use http://192.168.1.1:8080/OpenKM/

IT IS CASE SENSITIVE. :ohmy:

AND, don\'t forget to add the line about JAVA_HOME.

I still need a solution for getting it running as a Windows Service if anyone knows how to do that.

Thanks

Jerry

Re:Server unavailable

PostPosted:Fri Nov 13, 2009 8:32 pm
by jllort
1- We\'ll about running jboss on all network interfaces ( localhost and ip ) you must run with -b 0.0.0.0 option ( I think in faq it\'s explained ), on your windows console type:

\"run.bat -b 0.0.0.0\"

2- About uri case sensitive, the answers is YES, the web context are always case sensitive.

3- About installing jboss as service refer to this url ,it\'s not easy, and could not run at first time you try it depends your windows version etc...