Details
Description
we configuired a tomcat with a different appbase.
now we couldnt find a possibility to deploy the war.
we need a maven cargo property to edit the appbase directory.
we need something like this:
@Override
public String [Search] getDeployableDir()
{
return getFileHandler().append(getContainer().getConfiguration().getHome(), getContainer().getConfiguration().getWebAppDir());
}
greets
Issue Links
- is duplicated by
-
CARGO-422
More configurable parameters
-
This would probably be best done by adding a new configuration option, for example cargo.tomcat.webappsDirectory, and using that one in the TomcatCopyingInstalledLocalDeployer.getDeployableDir method.
Patch propositions are welcome.