Page 1 of 1
how to change the url name such as....
PostPosted:Mon Mar 16, 2009 5:26 am
by top5852
NOw i view the server throw this URL :
http://IPADDRESS:8080/OpenKM
so how to modify the OpenKM name to xxxx.Thus i can view the link such as
http://IPADDRESS:8080/xxxx
just change the name of Openkm.ear and OpenKM.war?
Could someone help me for that?
Re:how to change the url name such as....
PostPosted:Mon Mar 16, 2009 12:57 pm
by pavila
You will need to change a lot of thing in the source code! Just Search & Replace.
Re:how to change the url name such as....
PostPosted:Mon Mar 16, 2009 4:49 pm
by jllort
Be care not changing es.git.openkm.frontend chain ( it\'s default generated GWT directory and some files index.jsp forwading to this.
Make a case sensitive search with \"OpenKM\".
Re:how to change the url name such as....
PostPosted:Tue Mar 17, 2009 3:47 am
by top5852
very thanks two adminstators~~
you mean it needs to modify the whole code or just the web code inside openKM.EAR and .war
If you can point out which files, very appreciate a lot~
B)
Re:how to change the url name such as....
PostPosted:Tue Mar 17, 2009 9:33 am
by pavila
You have to modify xml, java and jsp files.
Re:how to change the url name such as....
PostPosted:Wed Mar 18, 2009 2:27 am
by top5852
very thanks a lot!!!
and it is not too easy to modify...
another idea, how to decrease the URL.
http://ipaddress:8080/OpenKM
change to the URL .
http://ipaddress:8080/
I think the URL is a little bit too long.