![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
You can build an EAR file with the Studio Tools command-line utility. The buildear operation within the studio-tools utility is useful for automation purposes, for example, in testing environments.Before you build an EAR file during hot deployment of the new concept and concept properties, make sure to add the following property in the studio-tools.tra file:
1. Navigate to BE_HOME/studio/bin/ and open a command prompt.studio-tools -core buildEar [-h] [-x] [-lc] [-o outputEarFile>] -p studioProjectDir [-pl projectLibrariesPath] [-cp extendedClasspath]Table 29, TIBCO BusinessEvents Studio Tools Options for Building an EAR File, provides detailed information about the options.
When building an EAR file in memory for a large project, the JVM may run out of PermGenSpace and/or heap space. In such cases, edit the BE-HOME/studio/eclipse/studio.ini and BE-HOME/studio/bin/studio-tools.tra file to set appropriate values for the JVM settings. By default the heap size is set to -XX:MaxPermSize=256m.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |