[jetty-dev] [jira] (JETTY-1494) jetty:run-forked does not honor <webApp> configuration
"Simone Bordet (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.java.jetty.general |
|---|---|
| Message-ID | <1197955323.47203.1330979403330.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> |
Simone Bordet created JETTY-1494:
-------------------------------------
Summary: jetty:run-forked does not honor <webApp> configuration
Key: JETTY-1494
URL: https://jira.codehaus.org/browse/JETTY-1494
Project: Jetty
Issue Type: Bug
Components: Maven
Affects Versions: 7.6.1
Reporter: Simone Bordet
Assignee: Jan Bartel
When specifying a configuration for {{jetty:run-forked}} of
{code}
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<stopPort>8888</stopPort>
<stopKey>quit</stopKey>
<webApp>
<contextPath>/</contextPath>
</webApp>
</configuration>
</plugin>
{code}
the {{<contextPath>}} is not honored.
The configuration only works with {{<contextPath>}} is put outside of {{<webApp>}}.
I believe also other settings within {{<webApp>}} are not honored, but {{<contextPath>}} is immediately visible and testable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email