Page 1 of 1

Change URL name

PostPosted:Thu Apr 19, 2012 7:06 am
by mpod_69@yahoo.com
Hi all, I've been installed OpenKM on my virtual server succesfully. But, I want to change default URL resolve name form
http://host:8080/OpenKM/frontend/index.jsp ==to==> http://host/ or when hit http://host/ it redirect to login page
so when I call the url http://host/ it redirect to login page, may be I'm done to change the web port from 8080 to 80, I configure it on server.xml on /jboss-4.2.3.GA/server/default/deploy/jboss-web.deployer/server.xml, but how to change
http://host/OpenKM/frontend/index.jsp ==to==> http://host/ or when hit http://host/ it redirect to login page
Thank you.

Re: Change URL name

PostPosted:Mon Apr 23, 2012 10:05 am
by jllort
You should install apache and configure proxy, then you can configure this kind of rewriting url. That's the most easiest way to get it.