[ https://issues.apache.org/jira/browse/MTOMCAT-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
M. R. updated MTOMCAT-266: -------------------------- Attachment: tomcat-plugin-crash.txt > 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 > Attachments: tomcat-plugin-crash.txt > > > 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