[jetty-dev] [jira] (JETTY-1494) jetty:run-forked does not honor <webApp> configuration
"Jan Bartel (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.java.jetty.general |
|---|---|
| Message-ID | <1767996024.47245.1330985763036.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> |
[ https://jira.codehaus.org/browse/JETTY-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Bartel updated JETTY-1494:
------------------------------
Issue Type: Improvement (was: Bug)
> jetty:run-forked does not honor <webApp> configuration
> ------------------------------------------------------
>
> Key: JETTY-1494
> URL: https://jira.codehaus.org/browse/JETTY-1494
> Project: Jetty
> Issue Type: Improvement
> 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