ParallelWebappClassLoader
, WebappClassLoader
, WebappClassLoaderBase
public interface WebappProperties
getWebappName()
, getHostName()
and
getServiceName()
must be unique.Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getHostName() |
Returns a name for the logging system to use for the Host where the
web application, if any, associated with the class loader is deployed.
|
java.lang.String |
getServiceName() |
Returns a name for the logging system to use for the Service where the
Host, if any, associated with the class loader is deployed.
|
java.lang.String |
getWebappName() |
Returns a name for the logging system to use for the web application, if
any, associated with the class loader.
|
boolean |
hasLoggingConfig() |
Enables JULI to determine if the web application includes a local
configuration without JULI having to look for the file which it may not
have permission to do when running under a SecurityManager.
|
java.lang.String getWebappName()
java.lang.String getHostName()
java.lang.String getServiceName()
boolean hasLoggingConfig()
true
if the web application includes a logging
configuration at the standard location of
/WEB-INF/classes/logging.properties.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.