Supported Containers
The file ~/code/base/build-config.global is used to derive the default container configuration. To override these (or any other) properties you may create a new file named ~/code/base/build-config.local (please do not attempt to check in modifications to build-config.global).
Home Path Associations
TOMCAT --> same as CATALINA_HOME
WEBLOGIC --> similar to WEBLOGIC_HOME/weblogic8 (the subdirectory will contain "server")
WASCE --> same as GERONIMO_HOME
example:
$export TC_CONTAINER_HOME=/opt/container-installs/jakarta-tomcat-5.0.28
Build Properties
#WEBLOGIC 8.1
tc.tests.configuration.appserver.factory.name=weblogic8
tc.tests.configuration.appserver.major-version=8.1
tc.tests.configuration.appserver.minor-version=SP6
#WEBSPHERE CE 1.0.1.2
tc.tests.configuration.appserver.factory.name=wasce1
tc.tests.configuration.appserver.major-version=1.0
tc.tests.configuration.appserver.minor-version=1.2
#TOMCAT 5.5.17
tc.tests.configuration.appserver.factory.name=tomcat5
tc.tests.configuration.appserver.major-version=5.5
tc.tests.configuration.appserver.minor-version=17
#TOMCAT 5.5.20
tc.tests.configuration.appserver.factory.name=tomcat5
tc.tests.configuration.appserver.major-version=5.5
tc.tests.configuration.appserver.minor-version=20
#DEFAULT
#TOMCAT 5.0.28
tc.tests.configuration.appserver.factory.name=tomcat5
tc.tests.configuration.appserver.major-version=5.0
tc.tests.configuration.appserver.minor-version=28