perhaps you can try to adding <contextPath>/</contextPath> in the plugin configuration:
<plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <configuration> <contextPath>/</contextPath> </configuration> </plugin> On Fri, Apr 18, 2008 at 5:01 PM, Cassie <[EMAIL PROTECTED]> wrote: > Does anybody know how to get the jetty maven plugin to run on > http://localhost:8080 -as opposed to- http://localhost:8080/<server name>? > > If we can get rid of the <server name> part then we can easily match the > php > deployment... if we can't, then Chris - can you match this url structure? > > localhost:8080/server/gadgets/ifr > localhost:8080/server/social/data > > (server could equal "shindig" or whatever else we want) > > Thanks. > > - Cassie > -- -- Thanks, Gretch

