| <application> |
| |
| <services> |
| <service> |
| <id>jetty</id> |
| <configuration> |
| <webapps> |
| <webapp> |
| <file>${plexus.home}/lib/continuum-webapp-@continuumWebappVersion@.war</file> |
| <context>/continuum</context> |
| <extraction-path>${plexus.home}/webapp</extraction-path> |
| <standardWebappClassloader>true</standardWebappClassloader> |
| <listeners> |
| <http-listener> |
| <port>8080</port> |
| </http-listener> |
| <!-- |
| <proxy-http-listener> |
| <port>8090</port> |
| <proxy-host>localhost</proxy-host> |
| <proxy-port>80</proxy-port> |
| </proxy-http-listener> |
| --> |
| </listeners> |
| </webapp> |
| </webapps> |
| </configuration> |
| </service> |
| </services> |
| |
| </application> |