fedora.utilities.install.container
Class ExistingTomcat

java.lang.Object
  extended by fedora.utilities.install.container.Container
      extended by fedora.utilities.install.container.Tomcat
          extended by fedora.utilities.install.container.ExistingTomcat
Direct Known Subclasses:
ExistingTomcat50

public class ExistingTomcat
extends Tomcat


Field Summary
 
Fields inherited from class fedora.utilities.install.container.Tomcat
CONF, KEYSTORE
 
Constructor Summary
ExistingTomcat(Distribution dist, InstallOptions options)
           
 
Method Summary
protected  void installIncludedKeystore()
           
protected  void installServerXML()
           
protected  void installTomcat()
           
 
Methods inherited from class fedora.utilities.install.container.Tomcat
deploy, getCommonLib, getConf, getIncludedKeystore, getTomcatHome, getWebapps, install
 
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

ExistingTomcat

public ExistingTomcat(Distribution dist,
                      InstallOptions options)
Method Detail

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