Tomcat 4.x-specific setup of a temporary installation of the container.
Parameters: theResourcePrefix - The prefix to use when looking up containerresource in the JAR Parameters: theDirName - The name of the temporary container installationdirectory throws: IOException - If an I/O error occurs See Also:AbstractCatalinaContainer.prepare(StringString)
setContextXml
final public void setContextXml(File theContextXml)(Code)
Sets a user-custom context xml configuration file to use for the test
installation of Tomcat.
Parameters: theContextXml - the custom context xml file to use