how to generate Myproject.war instead of OpenKM.war
PostPosted:Fri Nov 26, 2010 12:02 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: how to generate Myproject.war instead of OpenKM.war
PostPosted:Fri Nov 26, 2010 4:48 pm
by jllort
Your problem is not OpenKM.war to something.war you problem is in several files, the change you suggest is not easy doing.
1- in jboss-web.xml must change the context OpenKM to new context
2- must lookinf for in all source code for the text "OpenKM" and replace to new context name
I think with this changes all will going right. But that change is not easy ... it's more easilly probably doing some apache proxy mapping (it's only a suggestion )