Allow embedded jetty to serve an external resources directory

This commit is contained in:
Claude Brisson
2024-04-13 13:54:46 +02:00
parent 3e6cac3eed
commit 4594c5cd44
5 changed files with 29 additions and 2 deletions

View File

@@ -119,6 +119,8 @@ abstract class BaseWebappManager(val webappName: String, loggerName: String) : S
// fail to correctly implement SSL...
disableSSLCertificateChecks()
logger.info("webapp ${webappName} root filesystem path: ${context.getRealPath("")}")
} catch (ioe: IOException) {
logger.error("webapp initialization error", ioe)
}