Page 1 of 1
Re: i want to change OpenKM.war to MySite.war
PostPosted:Fri Nov 26, 2010 11:36 am
by jllort
Post in the english not in spanish users forum !
Re: i want to change OpenKM.war to MySite.war
PostPosted:Fri Nov 26, 2010 12:00 pm
by ssprasad.e
please tell me ,in how many places i have to change ,
to achieve my requirement . to generate MyProject.war
i.e, OpenKM.war to MyProject.war.
please tell me....
Re: i want to change OpenKM.war to MySite.war
PostPosted:Sat Nov 27, 2010 7:53 pm
by jllort
you must change in jboss-web.xml ( the context )
and then lookin in source code for all entries called /OpenKM at least these are the minimal changes you need
You could try apache proxy mapping, probably it could be more easy
Re: i want to change OpenKM.war to MySite.war
PostPosted:Sun Nov 28, 2010 4:23 pm
by ssprasad.e
Dear jllort,
thank you for reply for my question,
may i know ,what is apache proxy mapping ?
how to achieve it?
my basic aim is i want to convert OpenKM.war to Myproject.war.
please help me in details.
Re: i want to change OpenKM.war to MySite.war
PostPosted:Sun Nov 28, 2010 5:11 pm
by jllort
Forget this project, want you really want is to converting OpenKM context to Other context name. Changing .war file name has no effect is your desire.
About apache .. take a look at google, it's not easy configure apache proxy ( take a look about jboss apache proxy configuration on google )