public class TomcatUtil extends Object
Constructor and Description |
---|
TomcatUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addWebappsDeployer(String webappsDir,
TomcatGenericWebappsDeployer webappsDeployer)
Add a TomcatGenericWebappsDeployer
|
static boolean |
checkUnpackWars()
check unpack wars property
|
static String |
getApplicationNameFromContext(String contextName) |
static Map<String,TomcatGenericWebappsDeployer> |
getWebappsDeployers()
Retrieve the list of registered webapps deployers
|
public static boolean checkUnpackWars()
public static void addWebappsDeployer(String webappsDir, TomcatGenericWebappsDeployer webappsDeployer)
webappsDir
- The directory in which the webapps are foundwebappsDeployer
- The corresponding TomcatGenericWebappsDeployerpublic static Map<String,TomcatGenericWebappsDeployer> getWebappsDeployers()
Copyright © 2021 WSO2. All rights reserved.