fedora.utilities.install.container
Class BundledTomcat

java.lang.Object
  extended by fedora.utilities.install.container.Container
      extended by fedora.utilities.install.container.Tomcat
          extended by fedora.utilities.install.container.BundledTomcat

public class BundledTomcat
extends Tomcat

The profile for the servlet container bundled with the Fedora installer. History: Release 2.2.2 bundled Tomcat 5.0.28.

Version:
$Id$
Author:
Edwin Shin

Field Summary
 
Fields inherited from class fedora.utilities.install.container.Tomcat
CONF, KEYSTORE
 
Constructor Summary
BundledTomcat(Distribution dist, InstallOptions options)
           
 
Method Summary
 void install()
           
protected  void installIncludedKeystore()
           
protected  void installServerXML()
           
protected  void installTomcat()
           
 
Methods inherited from class fedora.utilities.install.container.Tomcat
deploy, getCommonLib, getConf, getIncludedKeystore, getTomcatHome, getWebapps
 
Methods inherited from class fedora.utilities.install.container.Container
getDist, getOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundledTomcat

public BundledTomcat(Distribution dist,
                     InstallOptions options)
Method Detail

install

public void install()
             throws InstallationFailedException
Overrides:
install in class Tomcat
Throws:
InstallationFailedException

installTomcat

protected void installTomcat()
                      throws InstallationFailedException
Specified by:
installTomcat in class Tomcat
Throws:
InstallationFailedException

installServerXML

protected void installServerXML()
                         throws InstallationFailedException
Specified by:
installServerXML in class Tomcat
Throws:
InstallationFailedException

installIncludedKeystore

protected void installIncludedKeystore()
                                throws InstallationFailedException
Specified by:
installIncludedKeystore in class Tomcat
Throws:
InstallationFailedException