[plt-scheme] just starting, comming from j2ee

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Wed Nov 3 09:54:09 EST 2004

--- Jens Axel Søgaard <jensaxel at soegaard.net> wrote:

> >>> Or you could have an Apache server forward
> >>> connections to a PLT server.

We (untyped.com) also do this.  I think using the ProxyPass
directive is more efficient than the RewriteRule is Jen's
example (no that it really matters for our load).  E.g:

        ProxyPass /style.css
http://localhost:8181/style.css
        ProxyPass /servlets http://localhost:8181/servlets

You probably need a bit of Apache config work to load the
proxy module.  I forget the details.

I'll post a separate email about my experiences building
web apps in SISC and PLT Scheme.

Noel

=====
Email: noelwelsh <at> yahoo <dot> com
AIM: noelhwelsh


		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



Posted on the users mailing list.