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
-