| パッケージ | 説明 |
|---|---|
| org.dbflute.tomcat |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TomcatBoot |
TomcatBoot.asDevelopment()
Does it boot the tomcat server as development mode?
|
TomcatBoot |
TomcatBoot.asDevelopment(boolean development)
Does it boot the tomcat server as development mode?
|
TomcatBoot |
TomcatBoot.asYouLikeIt(LikeItCatalinaSetupper resourceLambda)
You can customize tomcat resource (e.g. host, context) as you like (it).
|
TomcatBoot |
TomcatBoot.atBaseDir(String baseDir)
Set base directory of tomcat server.
|
TomcatBoot |
TomcatBoot.bootAwait() |
TomcatBoot |
TomcatBoot.browseOnDesktop()
Browse on desktop automatically after boot finished.
|
TomcatBoot |
TomcatBoot.configure(String configFile,
String... extendsConfigFiles)
You can configure tomcat options by application properties.
|
TomcatBoot |
TomcatBoot.logging(String loggingFile,
Consumer<TomcatLoggingOption> opLambda)
You can set tomcat logging by application properties.
|
TomcatBoot |
TomcatBoot.suppressShutdownHook()
Suppress shutdown hook.
|
TomcatBoot |
TomcatBoot.useAnnotationDetect()
You can detect annotations in all jar files.
|
TomcatBoot |
TomcatBoot.useMetaInfoResourceDetect()
You can detect 'META-INF' resources in jar files detected as web fragments.
|
TomcatBoot |
TomcatBoot.useTldDetect()
You can detect '.tdl' files in all jar files.
|
TomcatBoot |
TomcatBoot.useTldDetect(Predicate<String> oneArgLambda)
You can detect '.tdl' files in selected jar files.
|
TomcatBoot |
TomcatBoot.useWebFragmentsDetect()
You can detect web fragments in all jar files.
|
TomcatBoot |
TomcatBoot.useWebFragmentsDetect(Predicate<String> oneArgLambda)
You can detect web fragments in selected jar files.
|
TomcatBoot |
TomcatBoot.valve(org.apache.catalina.Valve yourValve)
Add your valve for tomcat server.
|
Copyright © 2015–2023 The DBFlute Project. All rights reserved.