Page 1 of 1
Edit configuration URL
PostPosted:Thu Dec 13, 2012 10:16 am
by blader18
Hi guys.
How do I edit configuration URL? I am asking this because when I share one document with someone, the url on the email starts with "
http://localhost:8080..." and I want to change this to the pc ip or name.
Please help.
Thanks
Re: Edit configuration URL
PostPosted:Thu Dec 13, 2012 11:22 am
by shaardu
You can do it from tomcat folder/conf/server.xml....look for localhost and change it to required!
Re: Edit configuration URL
PostPosted:Thu Dec 13, 2012 12:16 pm
by okmuser
You can change it in the Admin configuration panel.
Change the application url to your domain eg.
http://www.yourdomain.com/OpenKM/
Re: Edit configuration URL
PostPosted:Mon Dec 24, 2012 4:46 am
by thapnhathieu
Dear admin,
I follow the guide from
http://wiki.openkm.com/index.php/Applic ... access_URL
I had change application.url= from OpenKM to openkm. Then reboot and restart service . But when access still not change to openkm.
application.url String
http://192.168.5.20:8181/openkm/index.jsp
I'm using openkm-6.2.1-community-tomcat-bundle.zip.
Please help me how to change it.
Thanks
Thap Nhat
Re: Edit configuration URL
PostPosted:Mon Dec 24, 2012 5:24 pm
by jllort
which result you expected changing application.url=
http://192.168.5.20:8181/openkm/index.jsp , it's not needed reboot service to take it effects ! I suspect you expected other kind of results than will not be able only changing application.url . Application url is used as a url string to create openkm complete url into mail notifications ( nothing else ! )
Re: Edit configuration URL
PostPosted:Tue Dec 25, 2012 1:42 am
by thapnhathieu
Hi Jllort,
Simple I want everybody input url in lowercase "openkm" instead "OpenKM". Because end user they don't care if they only input in lowercase in Url.
Please help.
I'm newbie in Java
Thanks
Thap Nhat.
Re: Edit configuration URL
PostPosted:Thu Dec 27, 2012 10:11 am
by jllort
In this case the more easilly could be -> make some in error 404 default webpage or work in some apache filtering ( here for example you can provide to you users ip or sudomain and automatically be forwarded to correct url ), take a look here
http://wiki.openkm.com/index.php/Apache