public class JBossInstalledLocalDeployer extends AbstractCopyingInstalledLocalDeployer
deploy directory.| Constructor and Description |
|---|
JBossInstalledLocalDeployer(InstalledLocalContainer container) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deployExpandedWar(String deployableDir,
WAR war) |
String |
getDeployableDir()
Specifies the directory where
Deployables
should be copied to. |
canBeDeployed, deploy, deployEar, deployEjb, deployWar, setShouldDeployExpandedWARsgetTypegetContainer, getFileHandler, setFileHandlerdeploy, deploy, redeploy, start, stop, undeploypublic JBossInstalledLocalDeployer(InstalledLocalContainer container)
public String getDeployableDir()
Deployables
should be copied to. For JBoss container the target is the deploy directory.getDeployableDir in class AbstractCopyingInstalledLocalDeployerprotected void deployExpandedWar(String deployableDir, WAR war)
JBoss requires that expanded WAR directories end with .war so we have to
rename the expanded WAR directory. See the
JBoss documentation for AbstractWebDeployer.
Copyright © 2004-2013 Codehaus. All Rights Reserved.