How to deploy the custom email and html templates(email or workitem) in the application server withut merging them with the ECM.ear?

How to deploy the custom email and html templates(email or workitem) in the application server withut merging them with the ECM.ear?

book

Article ID: KB0091832

calendar_today

Updated On:

Products Versions
TIBCO Collaborative Information Manager -
Not Applicable -

Description

Resolution:
For JBOSS:
Place the custom classes as jar file in $JBOSS_HOME/server/&ltserver-name>/deploy/ folder. This is the same folder where the ECM.ear resides.
The jar file created has to be packaged such a way that class is in com\martquest\eml\html\


For WebSpehere:
In case of WAS place the class files in "$WAS_HOME/profiles/&ltprofile-name>/installedApps/&ltnode-name>/VeloselPatches" folder to form the directory structure as follows:
$WAS_HOME/profiles/&ltprofile-name>/installedApps/&ltnode-name>/VeloselPatches/com/martquest/eml/html/.


Attached is a sample jar file containing customized class file for EmailProductAddApprovalWorkItem template used in productaddapproval workflow.

Issue/Introduction

How to deploy the custom email and html templates(email or workitem) in the application server withut merging them with the ECM.ear?

Attachments

How to deploy the custom email and html templates(email or workitem) in the application server withut merging them with the ECM.ear? get_app