Uploaded image for project: 'Apache Tomcat Maven Plugin'
  1. Apache Tomcat Maven Plugin
  2. MTOMCAT-217

configure a pre define http port for standalone jar

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-1, 2.1
    • 2.2
    • tomcat7
    • None
    • Windows7, maven2.2.1, JDK-Oracle 7.0_u15

    Description

      I use maven-tomcat-plugin to create war-exec.jar with following definition:
      <plugin>
      <groupId>org.apache.tomcat.maven</groupId>
      <artifactId>tomcat7-maven-plugin</artifactId>
      <version>2.2-SNAPSHOT</version>
      <configuration>
      <serverXml>src/main/tomcat/server.xml</serverXml>
      </configuration>
      <executions>
      <execution>
      <id>create-exec-war</id>
      <goals>
      <goal>exec-war-only</goal>
      </goals>
      <phase>package</phase>
      </execution>
      </executions>
      </plugin>

      But when the server.xml is specified - to configure some defaults for server like NIO, etc. than the CLI parameters are ignored:

      java -jar war-exec.jar -httpPort 8888

      does not change the the server port.

      Attachments

        Activity

          People

            olamy Olivier Lamy
            kek Petr Novak
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: