Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Make embedded Jetty use the root context
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kleppmann committed Jun 11, 2009
1 parent 6f7be4e commit 2e51f83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -132,6 +132,14 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<contextPath>/</contextPath>
<connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8080</port>
</connector>
</connectors>
</configuration>
</plugin>

<!-- Configure which tests should be run as part of a build -->
Expand Down

0 comments on commit 2e51f83

Please sign in to comment.