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
  1. Open the BE_HOME/bin/be-engine.tra file for editing.
  2. 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 
    		  
  3. 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%
  4. If it is not already present, append the following to the value of the standard path, tibco.env.PATH:
       %PSP%%HAWK_HOME%/bin%PSP%
  5. 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.