[Lift] Re: Jetty and JNDI

2008-11-11 Thread Alex Boisvert
Hi Derek, I also question why you'd want to have either EntityManager/EntityManagerFactory in JNDI. It seems more flexible and portable across appservers to create them directly in your code, or by some kind of dependency injection. Noaways JNDI seems to used mostly for appserver-managed

[Lift] Re: Error in processing html page

2008-11-11 Thread David Pollak
Please replace the div line with: spanHello/span and divhowdy/div And see if that makes any difference. Also, please email the file that fails to me directly. I'll test it on my system. Thanks! On Tue, Nov 11, 2008 at 3:09 AM, Sebastien Bocq [EMAIL PROTECTED]wrote: I'm on windows xp with

[Lift] Re: Error in processing html page

2008-11-11 Thread Sebastien Bocq
Yes, that was as simple as that! It shows I have still many things to learn :-) Thanks for all the help! Sebastien --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to

[Lift] Re: Error in processing html page

2008-11-11 Thread David Pollak
I tried to load the file via the standard scala XML stuff and got: scala XML.loadFile(update.html) com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. at

[Lift] Re: Simple deployment of Lift apps on Jetty/Nginx

2008-11-11 Thread Tim Perrett
Good to see that your using nginx dave... It's a rocking front end. One thing, what made you use proxy_pass rather than upstream ? Cheers, Tim Sent from my iPhone On 11 Nov 2008, at 21:11, Viktor Klang [EMAIL PROTECTED] wrote: Thanks for the how-to Dave! Looks splendid :) On Tue, Nov 11,

[Lift] Re: Simple deployment of Lift apps on Jetty/Nginx

2008-11-11 Thread Tim Perrett
Upstream let's you specify a bunch of backend servers, say you had 3 nodes running your app in a cluster, upstream can manage and load balence the sending of requests to those backends. I'm on my iPhone right now, so can't copy and paste a link - check out the code mongers wiki... I'll