Deploying a Project in a TIBCO Administrator Domain
To deploy a project in a TIBCO Administration Domain, you must update the
be-engine.tra
files on all machines to include the TIBCO Hawk information. You must also build the EAR file and perform other tasks, as needed.
- Procedure
- Open the BE_HOME/bin/be-engine.tra file for editing.
- If it is not already present, add the following variable and set the value to the TIBCO Hawk home:
tibco.env.HAWK_HOME=Hawk_Home
- If it is not already present, append the following to the value of the standard classpath,
tibco.env.STD_EXT_CP
:%PSP%%HAWK_HOME%/lib%PSP%
- If it is not already present, append the following to the value of the standard path,
tibco.env.PATH
:%PSP%%HAWK_HOME%/bin%PSP%
- Save the file.
Note: You can update the engine TRA file for any specific application arguments. Use
tibco.env.APP_ARGS
for generic application specific arguments.
Subtopics