public class GenericApplicationServerManager extends Object implements IApplicationServerManager, IAppServerDeployer
Constructor and Description |
---|
GenericApplicationServerManager() |
Modifier and Type | Method and Description |
---|---|
void |
deployWar(ZipFile warFile,
String contextPath)
Deploys the given war file to the specified context path.
|
IAppServerDeployer |
getDeployer()
Returns the deployer for this application server.
|
void |
redeployWar(ZipFile warFile,
String contextPath)
Redeploy the given war file to the specified context path.
|
void |
undeployWar(String contextPath)
Undeploys the war at the specified context path.
|
public IAppServerDeployer getDeployer() throws PortalException
IApplicationServerManager
getDeployer
in interface IApplicationServerManager
PortalException
public void deployWar(ZipFile warFile, String contextPath) throws PortalException
IAppServerDeployer
deployWar
in interface IAppServerDeployer
warFile
- the war file.contextPath
- the context path.PortalException
public void redeployWar(ZipFile warFile, String contextPath) throws PortalException
IAppServerDeployer
redeployWar
in interface IAppServerDeployer
warFile
- the war file.contextPath
- the context path.PortalException
public void undeployWar(String contextPath) throws PortalException
IAppServerDeployer
undeployWar
in interface IAppServerDeployer
contextPath
- the context path.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.