Thanks Finn-Robert for the quick turnaround. That perfectly helped. :) Jacques
>Hi, > >You can change the port with this: ><configuration> > <connectors> > <connector >implementation="org.mortbay.jetty.nio.SelectChannelConnector"> > <port>7070</port> > </connector> > </connectors> ></configuration> > >Finn-Robert > >-----Opprinnelig melding----- >Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sendt: 3. september 2007 17:09 >Til: [email protected] >Emne: [mojo-user] change jetty port > >Hello, >How can I configure the prot of the jetty server when running it from >maven? > >My maven plugin looks like this: > <plugin> > <groupId>org.mortbay.jetty</groupId> > <artifactId>maven-jetty-plugin</artifactId> > <version>6.1.4</version> > </plugin> > >I tried the following without success: > <plugin> > <groupId>org.mortbay.jetty</groupId> > <artifactId>maven-jetty-plugin</artifactId> > <version>6.1.4</version> > <configuration> > <port>7070</port> > </configuration> > </plugin> > >Thank you. > >Jacques > >--------------------------------------------------------------------- >To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > ><html><body><br /><br /><br /><font face="Arial" size="1"><hr>This email >originates from Steria AS, Biskop Gunnerus' gate 14a, N-0051 OSLO, >http://www.steria.no. This email and any attachments may contain >confidential/intellectual property/copyright information and is only for the >use of the addressee(s). You are prohibited from copying, forwarding, >disclosing, saving or otherwise using it in any way if you are not the >addressee(s) or responsible for delivery. If you receive this email by >mistake, please advise the sender and cancel it immediately. Steria may >monitor the content of emails within its network to ensure compliance with its >policies and procedures. Any email is susceptible to alteration and its >integrity cannot be assured. Steria shall not be liable if the message is >altered, modified, falsified, or even edited.</font></body></html> > >--------------------------------------------------------------------- >To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
