Class 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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static String getContextPath()  
      protected String getMarkDir()  
      protected static int getPort()  
      protected static String getTomcatConfigPath()  
      static void main​(String[] args)  
      protected String prepareWebappPath()  
      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, createBootPropsTranslator, 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, setupWebappContext, shutdownForcedly, startServer, suppressShutdownHook, useAnnotationDetect, useMetaInfoResourceDetect, useTldDetect, useTldDetect, useWebFragmentsDetect, useWebFragmentsDetect, valve, waitForExistingServerShuwdown, waitForNextShuwdownHook
    • Constructor Detail

      • FessBoot

        public FessBoot​(int port,
                        String contextPath)
    • Method Detail

      • 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()