Class FessBoot

java.lang.Object
org.dbflute.tomcat.TomcatBoot
org.codelibs.fess.FessBoot

public class FessBoot extends org.dbflute.tomcat.TomcatBoot
  • Field Summary

    Fields inherited from class org.dbflute.tomcat.TomcatBoot

    baseDir, bootLogger, browseOnDesktop, configFile, configProps, contextPath, DEFAULT_MARK_DIR, development, extendsConfigFiles, likeitCatalinaSetupper, loggingFile, loggingOptionCall, port, propsTranslator, readConfigList, server, suppressShutdownHook, tldFilesSelector, useAnnotationDetect, useMetaInfoResourceDetect, useTldDetect, useWebFragmentsDetect, webFragmentsSelector, yourValveOption
  • Constructor Summary

    Constructors
    Constructor
    Description
    FessBoot(int port, String contextPath)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.dbflute.tomcat.props.BootPropsTranslator
     
    protected static String
     
    protected String
     
    protected static int
     
    protected static String
     
    static void
    main(String[] args)
     
    protected String
     
    protected void
     
    static void
    shutdown(String[] args)
     

    Methods inherited from class org.dbflute.tomcat.TomcatBoot

    adjustServer, asDevelopment, asDevelopment, assertDevelopmentState, asYouLikeIt, atBaseDir, await, bootAwait, browseOnDesktop, browseOnDesktop, buildMarkFilePath, cleanPreviousExtractedWarDir, close, configure, createTomcat, deriveWebappDir, disableUnpackWARsOption, doSetupWebappContextWar, doSetupWebappContextWebappDir, findProjectWebappDir, getBasicWebappRelativePath, getServer, getShuwdownHookWaitMillis, go, info, isUnpackWARsDisabled, loadServerConfigIfNeeds, loadServerLoggingIfNeeds, logging, needsShutdown, newRhythmicalTomcat, prepareAccessLogOption, prepareAnnotationHandling, prepareLikeItCatalinaSetupper, prepareMarkFile, prepareMetaInfoResourceHandling, prepareServer, prepareTldFilesSelector, prepareTldHandling, prepareUnpackWARsEnv, prepareuseWebFragmentsHandling, prepareWarPath, prepareWebFragmentsSelector, prepareWebXmlPath, prepareYourValveOption, readConfigProps, ready, registerShutdownHook, resolveConfigEnvPath, setupServerConfigIfNeeds, shutdownForcedly, startServer, suppressShutdownHook, useAnnotationDetect, useMetaInfoResourceDetect, useTldDetect, useTldDetect, useWebFragmentsDetect, useWebFragmentsDetect, valve, waitForExistingServerShuwdown, waitForNextShuwdownHook

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FessBoot

      public FessBoot(int port, String contextPath)
  • Method Details

    • prepareWebappPath

      protected String prepareWebappPath()
      Overrides:
      prepareWebappPath in class org.dbflute.tomcat.TomcatBoot
    • getMarkDir

      protected String getMarkDir()
      Overrides:
      getMarkDir in class org.dbflute.tomcat.TomcatBoot
    • main

      public static void main(String[] args)
    • shutdown

      public static void shutdown(String[] args)
    • getPort

      protected static int getPort()
    • getContextPath

      protected static String getContextPath()
    • getTomcatConfigPath

      protected static String getTomcatConfigPath()
    • setupWebappContext

      protected void setupWebappContext()
      Overrides:
      setupWebappContext in class org.dbflute.tomcat.TomcatBoot
    • createBootPropsTranslator

      protected org.dbflute.tomcat.props.BootPropsTranslator createBootPropsTranslator()
      Overrides:
      createBootPropsTranslator in class org.dbflute.tomcat.TomcatBoot