Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:all
-
Number of attachments :
Description
The plugin does currently not support functionality for starting webapplications that use war file overlay.
Resources and libraries from the originating war file are not recognized by the plugin. One possibility
to handle this issue is to create a new webClassPathEntry that point to the maven generated webapp
resources in the target directory and swich the rootDir entry to the maven generated webapp.
This assumes that the webapp was at least packaged, but it seems to be the easiest way to handle
overlay wars.