Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.15.3
-
None
-
None
Description
jetty-maven-plugin for struts2-archetype-blank has an error and cant run the application.
Inside pom.xml from struts2-archetype-blank instead of:
<webAppConfig>
<contextPath>struts2-archetype-blank</contextPath>
<descriptor>${basedir}/src/main/webapp/WEB-INF/web.xml</descriptor>
</webAppConfig>
Has to be changed to:
<webAppConfig>
<contextPath>/struts2-archetype-blank</contextPath>
<descriptor>${basedir}/src/main/webapp/WEB-INF/web.xml</descriptor>
</webAppConfig>