I must admit I am grappling with this at the moment (in my spare  
time). I have a VPS with ngix installed, scala etc... but have no  
background on running up a 'production' instance of a JEE stack.  
Especially in a resource constrained environment like a VPS.

I also got 'distracted' with OSGi as a possible way to use a single  
JVM in which services could be loaded and unloaded (much the same way  
one can in an Erlang environment).

Being a traditionalist I haven't embraced cPanel...

Happy to play guinea pig.

Marc


On 21/06/2009, at 2:34 PM, DFectuoso wrote:

>
> Actually... what can I do to help you create a good tutorial on how to
> take any off the shelf vpn server running a LAMP stack to have nginx,
> jetty and apache running(and still using cpanel and everything else
> for php sites). I think that having a step by step tutorial on how to
> deploy to the GAE(i know you dont like it but hey), vpn, and Amazon
> EC2 would be great; I know there are some stuff out there but for
> people who have not used any java container its pretty hard to
> undertand what going on with all this softwares....
>
> Kudos
>
> On Jun 20, 6:27 pm, David Pollak <feeder.of.the.be...@gmail.com>
> wrote:
>> Apache does not deal well with long polling or lots of open  
>> connections.
>> For low traffic sites, it won't be noticeable.  However, I strongly
>> recommend nginx... it's a much much better http server than apache  
>> and it's
>> got a very small memory footprint.  On my servers, I run nginx at  
>> port 80
>> and proxy to apache for php sites.
>>
>> On Jun 20, 2009 3:11 PM, "DFectuoso" <santiago1...@gmail.com> wrote:
>>
>> I have a VPS in wiredtree where i would like to run a scala/lift
>> application with jeety in a server that is running a LAMP stack. I
>> want to use comet actors so i will be using the "long http hack"  
>> and i
>> dont know if that would be important.
>>
>> So what options do i have? How can i achieve this? I read there are
>> way to do this with mod_rewrite and with mod_proxy but i have no  
>> idea!
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to