Class TomcatConfiguration

java.lang.Object
eu.xenit.alfresco.tomcat.embedded.config.TomcatConfiguration

public class TomcatConfiguration extends Object
  • Field Details

    • exitOnFailure

      protected boolean exitOnFailure
    • webappsPath

      protected String webappsPath
    • tomcatBaseDir

      protected String tomcatBaseDir
    • tomcatPort

      protected int tomcatPort
    • tomcatSslPort

      protected int tomcatSslPort
    • sharedClasspathDir

      protected String sharedClasspathDir
    • sharedLibDir

      protected String sharedLibDir
    • jsonLogging

      protected boolean jsonLogging
    • accessLogging

      protected boolean accessLogging
    • tomcatMaxThreads

      protected int tomcatMaxThreads
    • tomcatMaxHttpHeaderSize

      protected int tomcatMaxHttpHeaderSize
    • tomcatServerPort

      protected int tomcatServerPort
    • tomcatRelaxedQueryChars

      protected String tomcatRelaxedQueryChars
    • tomcatRelaxedPathChars

      protected String tomcatRelaxedPathChars
    • alfrescoEnabled

      protected boolean alfrescoEnabled
    • shareEnabled

      protected boolean shareEnabled
    • generatedClasspathDir

      protected String generatedClasspathDir
    • tomcatCacheMaxSize

      protected long tomcatCacheMaxSize
  • Constructor Details

    • TomcatConfiguration

      public TomcatConfiguration()