Merging Custom Application
Merge custom TIBCO General Interface or GWT application to ECM.ear:
Procedure
-
Create a temporary directory, newECM.
md c:\newECM
-
Change directory to newECM.
cd c:\newECM
-
Extract %MQ_HOME%\ECM.ear:EML.war.
%JAVA_HOME%\bin\jar -xvf %MQ_HOME%\ECM.ear EML.war
-
Create a directory newEML.war.
md newEML.war
-
Change directory to newEML.war.
cd newEML.war
-
Extract ..\EML.war.
%JAVA_HOME%\bin\jar -xvf ..\EML.war
- Change directory for GI or GWT
- Create and copy the GI or GWT project as follows:
-
Change directory to newEML.war.
cd ..
-
Create a new EML.war.
%JAVA_HOME%\bin\jar -cvfM ..\EML.war *
-
Change directory to newECM.
cd\newECM
-
Copy %MQ_HOME%\ECM.ear file.
copy %MQ_HOME%\ECM.ear
-
Update new EML.war into ECM.ear.
%JAVA_HOME%\bin\jar -uvf ECM.ear EML.war
- Set the relevant properties using the Configurator (Advanced > UI Customization). For example, for redirecting to custom Add Record from a custom GI-based Add Page, enter the value box next to the Add Record External URL property and press Enter:
- Deploy new ECM.ear which is in folder newECM into the application server.
- Login to the application by accessing the URL.
Copyright © Cloud Software Group, Inc. All rights reserved.