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
Deployable s
should be copied to. |
canBeDeployed, deploy, deployEar, deployEjb, deployWar, setShouldDeployExpandedWARs
getType
getContainer, getFileHandler, setFileHandler
deploy, deploy, redeploy, start, stop, undeploy
public JBossInstalledLocalDeployer(InstalledLocalContainer container)
public String getDeployableDir()
Deployable
s
should be copied to. For JBoss container the target is the deploy
directory.getDeployableDir
in class AbstractCopyingInstalledLocalDeployer
protected 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.