Page 1 of 1

Change the default URL of OPENKM

PostPosted:Tue May 31, 2011 3:27 pm
by tun001757
Hi All,

In the user guide, I need to change the URL to this format
application.url=http://your-server.com/OpenKM/index.jsp.

I did follow the same way and still cannot access from other computer.

I am a little confuse about the above URL change in OpenKM.cfg file and there is other one when we start jboss server run.bat -b 0.0.0.0

Should I do both? or once configured in OpenKM.cfg, no need -b 0.0.0.0?

When starting jboss, I enter the same URL as in OpenKM.cfg
1 . run.bat -b your-server.com
2 . run.bat -b your-server.com:8080
3 . run.bat -b 10.164.121.139
4. run.bat -b 10.164.121.139:8080

I already tried with this 4 options but It doesn't work. Sorry for asking dumb question.

Please Help.

Tun

Re: Change the default URL of OPENKM

PostPosted:Sun Jun 05, 2011 8:16 am
by jllort
You must start with run.bat -b 0.0.0.0

The application.url only indicates OpenKM that when must sending some notifications by mail the OpenKM url is what is defined there, nothing else. The -b 0.0.0.0 options indicates jboss that must binding the service to all networking interfaces in your server.