Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.container.tomcat » [javadoc | source]
org.apache.cactus.integration.ant.container.tomcat
public class: Tomcat4xContainer [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.cactus.integration.ant.container.AbstractContainer
         org.apache.cactus.integration.ant.container.AbstractJavaContainer
            org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
               org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
                  org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer

All Implemented Interfaces:
    Container, Cloneable

Special container support for the Apache Tomcat 4.x servlet container.
Fields inherited from org.apache.cactus.integration.ant.container.AbstractContainer:
RESOURCE_PATH
Method from org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer Summary:
getContextXml,   init,   prepare,   setContextXml,   shutDown,   startUp
Methods from org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer:
getName,   getTmpDir,   getVersion,   init,   invokeBootstrap,   prepare,   setTmpDir
Methods from org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer:
addConf,   copyConfFiles,   getDir,   getPort,   getServerXml,   init,   setDir,   setPort,   setServerXml
Methods from org.apache.cactus.integration.ant.container.AbstractJavaContainer:
addToolsJarToClasspath,   createJavaForShutDown,   createJavaForStartUp,   createSysProperty,   createSysProperty,   createSysProperty,   getJVMArgs,   getToolsJar,   setAppend,   setJVMArgs,   setOutput
Methods from org.apache.cactus.integration.ant.container.AbstractContainer:
cleanTempDirectory,   createAntTask,   createDirectory,   createExclude,   createFilterChain,   getBaseURL,   getContainerClasspath,   getDeployableFile,   getExcludePatterns,   getLog,   getProtocol,   getServer,   getStartUpWait,   getSystemProperties,   getTestContext,   getToDir,   init,   isEnabled,   isExcluded,   setAntTaskFactory,   setContainerClasspath,   setDeployableFile,   setIf,   setLog,   setProtocol,   setServer,   setStartUpWait,   setSystemProperties,   setToDir,   setUnless,   setupTempDirectory
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.container.tomcat.Tomcat4xContainer Detail:
 public final File getContextXml() 
 public final  void init() 
 protected  void prepare(String theResourcePrefix,
    String theDirName) throws IOException 
    Tomcat 4.x-specific setup of a temporary installation of the container.
 public final  void setContextXml(File theContextXml) 
    Sets a user-custom context xml configuration file to use for the test installation of Tomcat.
 public final  void shutDown() 
 public final  void startUp()