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
-
Activity
Savas Ali Tokmen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.1.1 [ 17246 ] | |
| Fix Version/s | 1.2.0 [ 17088 ] | |
| 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 |
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: {noformat} @Override public String [Search] getDeployableDir() { return getFileHandler().append(getContainer().getConfiguration().getHome(), getContainer().getConfiguration().getWebAppDir()); } {noformat} greets |
Savas Ali Tokmen
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Savas Ali Tokmen [ alitokmen ] | |
| Resolution | Fixed [ 1 ] |
Savas Ali Tokmen
made changes -
| Fix Version/s | 1.2.0 [ 17088 ] |
Savas Ali Tokmen
made changes -