M. R. created MTOMCAT-266:
-----------------------------

             Summary: The <fork> attribute crashes Tomcat on startup
                 Key: MTOMCAT-266
                 URL: https://issues.apache.org/jira/browse/MTOMCAT-266
             Project: Apache Tomcat Maven Plugin
          Issue Type: Bug
          Components: tomcat7
    Affects Versions: 2.2
         Environment: Windows 8.1, Java 1.7.0_51 and Maven 3.2.1
            Reporter: M. R.
            Assignee: Olivier Lamy (*$^¨%`£)
            Priority: Minor


The plugin works perfectly running Tomcat with my project web application.
I do "mvn tomcat7:run" and the server is started, the webapp is deployed and I 
can browse to it.

If I add the <fork /> attribute, though, the server crashes.

Here's (a portion of) my pom:

<plugin>
    <groupId>org.apache.tomcat.maven</groupId>
    <artifactId>tomcat7-maven-plugin</artifactId>
    <version>2.2</version>

    <configuration>
        <address>localhost</address>
        <port>8080</port>
        <path>/</path>
        <uriEncoding>UTF-8</uriEncoding>
    </configuration>
</plugin>

(I'll add the stacktrace later)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to