You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by TJ <tu...@minterellison.com> on 2004/03/01 00:34:33 UTC

Re: Setting up lenya..pls help.

Faludi,

Even I am very new with Lenya, is it possible to share how you port Lenya into 
Websphere? thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Setting up lenya..pls help.

Posted by Christian Kreutz <sc...@gmx.de>.
> Faludi,
> 
> Even I am very new with Lenya, is it possible to share how you port Lenya
> into 
> Websphere? thank you.
> 
With mod_proxy for apache.

http://cocoon.apache.org/lenya/docs/components/deployment/mod_proxy.html

<VirtualHost 192.168.1.13>
    ServerName 192.168.1.13
    ServerAdmin lenya@cocoon.apache.org
    DocumentRoot /home/lenya/build/apache_1.3.24/htdocs
    ProxyPass          / http://192.168.1.13:8080/lenya/blog/live/
    ProxyPassReverse   / http://192.168.1.13:8080/lenya/blog/live/
    ErrorLog logs/blog-error_log
    CustomLog logs/blog-access_log common
</VirtualHost>



> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 

-- 
GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...)
jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++ http://www.gmx.net/derspiegel +++


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org