ControlTier > elements
 

TomcatAntBuilder

Overview

Ant builder with specialized defaults for Tomcat applications

This type provides the following features over the AntBuilder type:

  • catalinaHome is set as an attribute, with the default being the CATALINA_HOME environment variable.
  • catalinaHome can also be set via the BuilderCatalinaHome setting.
  • The catalina.home property is passed to ant by default via the antOpts attribute.
  • The default package type is set to war.

Other than these defaults, functionality is identical to AntBuilder.

See Also