public interface JavaWebAppDriver extends JavaSoftwareProcessDriver
| Modifier and Type | Method and Description | 
|---|---|
| void | deploy(java.io.File file) | 
| void | deploy(java.io.File f,
      java.lang.String targetName) | 
| java.lang.String | deploy(java.lang.String url,
      java.lang.String targetName)deploys a URL as a webapp at the appserver;
 returns a token which can be used as an argument to undeploy,
 typically the web context with leading slash where the app can be reached (just "/" for ROOT) | 
| java.util.Set<java.lang.String> | getEnabledProtocols() | 
| FilenameToWebContextMapper | getFilenameContextMapper() | 
| java.lang.Integer | getHttpPort() | 
| java.lang.Integer | getHttpsPort() | 
| HttpsSslConfig | getHttpsSslConfig() | 
| void | undeploy(java.lang.String targetName) | 
isJmxEnabledgetEntity, isRunning, kill, rebind, restart, start, stopgetLocationjava.util.Set<java.lang.String> getEnabledProtocols()
java.lang.Integer getHttpPort()
java.lang.Integer getHttpsPort()
HttpsSslConfig getHttpsSslConfig()
void deploy(java.io.File file)
void deploy(java.io.File f,
          java.lang.String targetName)
java.lang.String deploy(java.lang.String url,
                      java.lang.String targetName)
 see JavaWebAppService.CanDeployAndUndeploy.deploy(String, String) for details of how input filenames are handled
void undeploy(java.lang.String targetName)
FilenameToWebContextMapper getFilenameContextMapper()