brilliance. that worked perfectly. thanks! okay chris, it seems like we will go with these paths:
gadgets/* social/data i am going to change the config file and the samplecontainer to reflect these new paths. please let me know if i screw it up for php land. - cassie On Fri, Apr 18, 2008 at 11:21 AM, Gretchen May P. Gapol <[EMAIL PROTECTED]> wrote: > 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 >

