Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-23 Thread Timothy Perrett
Ummm, there is no pom for this - its not that kind of thing. NGINX is a front end C application - if you want the fair load balencer, just download the module and compile into your NGINX build. Cheers, Tim On 20 Nov 2009, at 10:59, Jeremy Day wrote: > All, > > I'm admittedly quite a n00b he

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-23 Thread Jeremy Day
All, I'm admittedly quite a n00b here and I have very little Maven experience. Can someone provide a POM for the Nginx + Jetty configuration? I think that I would find it quite helpful. Thanks. Jeremy 2009/11/20 Timothy Perrett > Your missing a trick here - there is a fork of nginx done by

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-23 Thread monty chen
I am uging lift develop a projectI, I want to deploy my project using jetty instead of tomcat, so i test jetty 6.1.22. my notebook: lenovo Y330(cpu: Core2 Duo p7350 2GHz, mem: 3G) my os: debian lenny for amd64 jdk: Java(TM) SE Runtime Environment (build 1.6.0_17-b04) step 1: download jetty 6.1.2

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-21 Thread David Pollak
2009/11/20 monty chen > David Pollk, thanks you reply! > > Let us talk about tomcat or jetty Which web container is recommended > to use to deploy the Lift app. > > I remember your reply of Derek Chen-Becker: > > On 5月5日, 上午5时59分, David Pollak wrote: > > Derek, > > Please note that about half o

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-20 Thread monty chen
David Pollk, thanks you reply! Let us talk about tomcat or jetty Which web container is recommended to use to deploy the Lift app. I remember your reply of Derek Chen-Becker: On 5月5日, 上午5时59分, David Pollak wrote: > Derek, > Please note that about half of the requests failed in Jetty. Jetty do

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-20 Thread David Pollak
2009/11/19 monty chen > Hi,David Pollk! > > Nginx only comes with a round-robin balancer and a hash-based > balancer, so if a request takes a while to load, Nginx will start > routing requests to backends that are already processing requests -- as > a result, some backends will be queueing up req

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-20 Thread Timothy Perrett
Ah yes, that's the one. Engine yard put up some money for someone to build it and if memory serves it was done by some Russian dude. I forget, but I've been using this fair load balencer in production for about 2 years. It's solid. Cheers, Tim Sent from my iPhone On 20 Nov 2009, at 12:07,

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-20 Thread monty chen
thanks Timothy Perrett! is it you say "a fork of nginx done by Ezra Zygmuntowicz" : http://github.com/gnosek/nginx-upstream-fair/ On 11月20日, 下午5时33分, Timothy Perrett wrote: > Your missing a trick here - there is a fork of nginx done by Ezra that > includes a fair load balencer. > > Google fo

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-20 Thread Timothy Perrett
Your missing a trick here - there is a fork of nginx done by Ezra that includes a fair load balencer. Google for it and you'll find the link as I don't have it handy - this version would remove the need for your intermediate proxy. Cheers, Tim Sent from my iPhone On 20 Nov 2009, at 06:59, m

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread monty chen
Hi,David Pollk! Nginx only comes with a round-robin balancer and a hash-based balancer, so if a request takes a while to load, Nginx will start routing requests to backends that are already processing requests -- as a result, some backends will be queueing up requests while some backends will rema

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread Margaret
jetty is a lightweight container and can be webserver, in the cloud computing , jetty is much agile for system start , restart. - mawei...@gmail.com 13585201588 http://maweis.com On Fri, Nov 20, 2009 at 10:58 AM, philip wrote: > Hi Neil, > >

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread philip
Hi Neil, I use maven to build and Jetty in the maven, so I run from my IDE the maven to run the Jetty. Well it works well for me. I also have SEAM framework on my Jetty as well as part of the setup. Philip On 11月20日, 上午9時35分, "Neil.Lv" wrote: > Hi all, > >   I have a silly question about the de

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread Neil.Lv
If i use "LVS + Nginx + Haproxy + Tomcat " to deploy the app, Can it work with Apache at simultaneously ? Cheers, Neil On Nov 20, 9:35 am, "Neil.Lv" wrote: > Hi all, > >   I have a silly question about the deploy. > >   Which web container is recommended to use to deploy the Lift app ? > Je

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread Margaret
would you like give us the url of your application website? - mawei...@gmail.com 13585201588 http://maweis.com On Fri, Nov 20, 2009 at 10:19 AM, Margaret wrote: > I will go and look  cassandra > >

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread Margaret
I will go and look cassandra - mawei...@gmail.com 13585201588 http://maweis.com On Fri, Nov 20, 2009 at 10:17 AM, monty chen wrote: > Hi, Margaret,  Store engine use: mysq + cassandra , and plus memcached > for cache: > > >                

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread monty chen
Hi, Margaret, Store engine use: mysq + cassandra , and plus memcached for cache: mysql ( transaction data) / / LVS + Nginx + Haproxy + Tomcat

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread monty chen
mysql( for transaction data) / / LVS + Nginx + Haproxy + Tomcat - - - memcache ( for cache) \

Re: [Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread Margaret
perfect enviorment WHO will be the database ? - mawei...@gmail.com 13585201588 http://maweis.com 2009/11/20 monty chen : > LVS + Nginx + Haproxy + Tomcat > > > On 11月20日, 上午9时44分, Margaret wrote: >> * Apache + Tomcat >> >> I deploy a come

[Lift] Re: Jetty or Tomcat, Which web container is recommended to use to deploy the Lift app ?

2009-11-19 Thread monty chen
LVS + Nginx + Haproxy + Tomcat On 11月20日, 上午9时44分, Margaret wrote: > * Apache + Tomcat > > I deploy a comet actor demo on tomcat > the url ishttp://maweis.com:8080 > you can try it? > > - > mawei...@gmail.com > 13585201588http://maweis.com > >