Page 1 of 1

i want to change the OpenKM.war to SomeName.war

PostPosted:Tue Dec 14, 2010 1:41 pm
by ssprasad.e
can you people help me to change openKM.war to SomeName.war.

ex: http://localhost:8080/OpenKM/ to http://localhost:8080/SomeName/

please tell me the solution...

Re: i want to change the OpenKM.war to SomeName.war

PostPosted:Tue Dec 14, 2010 2:47 pm
by jllort
Not good idea, you want to change the context ( that' on jboss-web.xml file into the war ). But the problem you'll got is that are some hardcode url , and you'll need to change some source code for doing it.

Other possibility is make openkm accessible across apache proxy and make the change there, that probably is the most easy way for doing it.