You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Charles Moulliard <cm...@gmail.com> on 2009/12/18 08:40:28 UTC

Fwd: Pax Web & Jetty 7

FYI

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard
Linkedlin : http://www.linkedin.com/in/charlesmoulliard

Apache Camel Group :
http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm


---------- Forwarded message ----------
From: Alin Dreghiciu <ad...@gmail.com>
Date: Thu, Dec 17, 2009 at 11:03 AM
Subject: Re: Pax Web & Jetty 7
To: Charles Moulliard <cm...@gmail.com>


I had not yet think about the subject as teh eclipse stuff is just at first
version. But In the future I would only go for one version: 7+


On Wed, Dec 16, 2009 at 10:21 AM, Charles Moulliard <cm...@gmail.com>wrote:

> Hi Gentleman,
>
> Is it planned that Pax Web support both Jetty 6 and 7 or do you plan to
> move from 6 to 7 ?
>
> I see by example that they have change package name, this could have an
> impact on import/export !!
>
> ex
>
> Jetty 6
>
> <Configure class="org.mortbay.jetty.
> Server">
>
>    <Call name="addConnector">
>       <Arg>
>           <New class="org.mortbay.jetty.nio.SelectChannelConnector">
>             <Set name="host"><SystemProperty name="jetty.host" /></Set>
>             <Set name="port"><SystemProperty name="jetty.port"
> default="8282"/></Set>
>             <Set name="maxIdleTime">30000</Set>
>             <Set name="Acceptors">2</Set>
>             <Set name="statsOn">false</Set>
>             <Set name="confidentialPort">8443</Set>
>             <Set name="lowResourcesConnections">5000</Set>
>             <Set name="lowResourcesMaxIdleTime">5000</Set>
>           </New>
>       </Arg>
>     </Call>
>
> Jetty 7
>
> <Configure id="Server" class="org.eclipse.jetty.server.Server">
>
>     <Call name="addConnector">
>       <Arg>
>           <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
>             <Set name="host"><SystemProperty name="jetty.host" /></Set>
>             <Set name="port"><SystemProperty name="jetty.port"
> default="8080"/></Set>
>             <Set name="maxIdleTime">300000</Set>
>             <Set name="Acceptors">2</Set>
>             <Set name="statsOn">false</Set>
>             <Set name="confidentialPort">8443</Set>
>         <Set name="lowResourcesConnections">20000</Set>
>         <Set name="lowResourcesMaxIdleTime">5000</Set>
>           </New>
>       </Arg>
>     </Call>
>
>
> Regards,
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
> twitter : http://twitter.com/cmoulliard
> Linkedlin : http://www.linkedin.com/in/charlesmoulliard
>
> Apache Camel Group :
> http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
>



-- 
Alin Dreghiciu
Software Developer
My profile: http://www.linkedin.com/in/alindreghiciu
My blog: http://adreghiciu.wordpress.com
http://sonatype.com - Sonatype - The Maven Company
http://www.ops4j.org - New Energy for OSS Communities - Open Participation
Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.

Re: Pax Web & Jetty 7

Posted by Alin Dreghiciu <ad...@gmail.com>.
Actually I could support both versions (6 and 7) fi you guys need that.

On Fri, Dec 18, 2009 at 9:40 AM, Charles Moulliard <cm...@gmail.com>wrote:

> FYI
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
> twitter : http://twitter.com/cmoulliard
> Linkedlin : http://www.linkedin.com/in/charlesmoulliard
>
> Apache Camel Group :
> http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
>
>
> ---------- Forwarded message ----------
> From: Alin Dreghiciu <ad...@gmail.com>
> Date: Thu, Dec 17, 2009 at 11:03 AM
> Subject: Re: Pax Web & Jetty 7
> To: Charles Moulliard <cm...@gmail.com>
>
>
> I had not yet think about the subject as teh eclipse stuff is just at first
> version. But In the future I would only go for one version: 7+
>
>
> On Wed, Dec 16, 2009 at 10:21 AM, Charles Moulliard <cmoulliard@gmail.com
> >wrote:
>
> > Hi Gentleman,
> >
> > Is it planned that Pax Web support both Jetty 6 and 7 or do you plan to
> > move from 6 to 7 ?
> >
> > I see by example that they have change package name, this could have an
> > impact on import/export !!
> >
> > ex
> >
> > Jetty 6
> >
> > <Configure class="org.mortbay.jetty.
> > Server">
> >
> >    <Call name="addConnector">
> >       <Arg>
> >           <New class="org.mortbay.jetty.nio.SelectChannelConnector">
> >             <Set name="host"><SystemProperty name="jetty.host" /></Set>
> >             <Set name="port"><SystemProperty name="jetty.port"
> > default="8282"/></Set>
> >             <Set name="maxIdleTime">30000</Set>
> >             <Set name="Acceptors">2</Set>
> >             <Set name="statsOn">false</Set>
> >             <Set name="confidentialPort">8443</Set>
> >             <Set name="lowResourcesConnections">5000</Set>
> >             <Set name="lowResourcesMaxIdleTime">5000</Set>
> >           </New>
> >       </Arg>
> >     </Call>
> >
> > Jetty 7
> >
> > <Configure id="Server" class="org.eclipse.jetty.server.Server">
> >
> >     <Call name="addConnector">
> >       <Arg>
> >           <New
> class="org.eclipse.jetty.server.nio.SelectChannelConnector">
> >             <Set name="host"><SystemProperty name="jetty.host" /></Set>
> >             <Set name="port"><SystemProperty name="jetty.port"
> > default="8080"/></Set>
> >             <Set name="maxIdleTime">300000</Set>
> >             <Set name="Acceptors">2</Set>
> >             <Set name="statsOn">false</Set>
> >             <Set name="confidentialPort">8443</Set>
> >         <Set name="lowResourcesConnections">20000</Set>
> >         <Set name="lowResourcesMaxIdleTime">5000</Set>
> >           </New>
> >       </Arg>
> >     </Call>
> >
> >
> > Regards,
> >
> > Charles Moulliard
> > Senior Enterprise Architect
> > Apache Camel Committer
> >
> > *****************************
> > blog : http://cmoulliard.blogspot.com
> > twitter : http://twitter.com/cmoulliard
> > Linkedlin : http://www.linkedin.com/in/charlesmoulliard
> >
> > Apache Camel Group :
> > http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
> >
>
>
>
> --
> Alin Dreghiciu
> Software Developer
> My profile: http://www.linkedin.com/in/alindreghiciu
> My blog: http://adreghiciu.wordpress.com
> http://sonatype.com - Sonatype - The Maven Company
> http://www.ops4j.org - New Energy for OSS Communities - Open Participation
> Software.
> http://www.qi4j.org - New Energy for Java - Domain Driven Development.
>



-- 
Alin Dreghiciu
Software Developer
My profile: http://www.linkedin.com/in/alindreghiciu
My blog: http://adreghiciu.wordpress.com
http://sonatype.com - Sonatype - The Maven Company
http://www.ops4j.org - New Energy for OSS Communities - Open Participation
Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.

Re: Pax Web & Jetty 7

Posted by Alin Dreghiciu <ad...@gmail.com>.
Actually I could support both versions (6 and 7) fi you guys need that.

On Fri, Dec 18, 2009 at 9:40 AM, Charles Moulliard <cm...@gmail.com>wrote:

> FYI
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
> twitter : http://twitter.com/cmoulliard
> Linkedlin : http://www.linkedin.com/in/charlesmoulliard
>
> Apache Camel Group :
> http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
>
>
> ---------- Forwarded message ----------
> From: Alin Dreghiciu <ad...@gmail.com>
> Date: Thu, Dec 17, 2009 at 11:03 AM
> Subject: Re: Pax Web & Jetty 7
> To: Charles Moulliard <cm...@gmail.com>
>
>
> I had not yet think about the subject as teh eclipse stuff is just at first
> version. But In the future I would only go for one version: 7+
>
>
> On Wed, Dec 16, 2009 at 10:21 AM, Charles Moulliard <cmoulliard@gmail.com
> >wrote:
>
> > Hi Gentleman,
> >
> > Is it planned that Pax Web support both Jetty 6 and 7 or do you plan to
> > move from 6 to 7 ?
> >
> > I see by example that they have change package name, this could have an
> > impact on import/export !!
> >
> > ex
> >
> > Jetty 6
> >
> > <Configure class="org.mortbay.jetty.
> > Server">
> >
> >    <Call name="addConnector">
> >       <Arg>
> >           <New class="org.mortbay.jetty.nio.SelectChannelConnector">
> >             <Set name="host"><SystemProperty name="jetty.host" /></Set>
> >             <Set name="port"><SystemProperty name="jetty.port"
> > default="8282"/></Set>
> >             <Set name="maxIdleTime">30000</Set>
> >             <Set name="Acceptors">2</Set>
> >             <Set name="statsOn">false</Set>
> >             <Set name="confidentialPort">8443</Set>
> >             <Set name="lowResourcesConnections">5000</Set>
> >             <Set name="lowResourcesMaxIdleTime">5000</Set>
> >           </New>
> >       </Arg>
> >     </Call>
> >
> > Jetty 7
> >
> > <Configure id="Server" class="org.eclipse.jetty.server.Server">
> >
> >     <Call name="addConnector">
> >       <Arg>
> >           <New
> class="org.eclipse.jetty.server.nio.SelectChannelConnector">
> >             <Set name="host"><SystemProperty name="jetty.host" /></Set>
> >             <Set name="port"><SystemProperty name="jetty.port"
> > default="8080"/></Set>
> >             <Set name="maxIdleTime">300000</Set>
> >             <Set name="Acceptors">2</Set>
> >             <Set name="statsOn">false</Set>
> >             <Set name="confidentialPort">8443</Set>
> >         <Set name="lowResourcesConnections">20000</Set>
> >         <Set name="lowResourcesMaxIdleTime">5000</Set>
> >           </New>
> >       </Arg>
> >     </Call>
> >
> >
> > Regards,
> >
> > Charles Moulliard
> > Senior Enterprise Architect
> > Apache Camel Committer
> >
> > *****************************
> > blog : http://cmoulliard.blogspot.com
> > twitter : http://twitter.com/cmoulliard
> > Linkedlin : http://www.linkedin.com/in/charlesmoulliard
> >
> > Apache Camel Group :
> > http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
> >
>
>
>
> --
> Alin Dreghiciu
> Software Developer
> My profile: http://www.linkedin.com/in/alindreghiciu
> My blog: http://adreghiciu.wordpress.com
> http://sonatype.com - Sonatype - The Maven Company
> http://www.ops4j.org - New Energy for OSS Communities - Open Participation
> Software.
> http://www.qi4j.org - New Energy for Java - Domain Driven Development.
>



-- 
Alin Dreghiciu
Software Developer
My profile: http://www.linkedin.com/in/alindreghiciu
My blog: http://adreghiciu.wordpress.com
http://sonatype.com - Sonatype - The Maven Company
http://www.ops4j.org - New Energy for OSS Communities - Open Participation
Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.