Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-4247

jetty-maven-plugin configuration problem in struts2-archetype-blank

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3.15.3
    • 2.3.16
    • 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>

      Attachments

        Activity

          People

            jogep Johannes Geppert
            checo checo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: