Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When a Dynamic Web Project with name say "tt" is created, a Geronimo deployment plan "geronimo-web.xml" will get created with module-id as "default/tt-1.0.car" and context-root as "/tt".
When this project is re-factored to say "tz", the module-id will still be the same "default/tt-1.0.car" (note that artifact id is not re-factored from "tt" to "tz"). The context-root also remains the same "/tt".
Although this doesn't pose any problem, wouldn't it be better to refactor the artifact-id & context-root to match the project name?