LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Java JSP/Servlet (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=21)
-   -   LSWS + Resin ? (http://www.litespeedtech.com/support/forum/showthread.php?t=1152)

dbMG 07-10-2007 02:52 AM

LSWS + Resin ?
 
Hello.

Anyone got running on Cpanel box LSWS with Resin? Would be great to share experience and small how-to.

Regards.

dbMG

mistwang 07-10-2007 07:41 AM

What is the related Apache directive used. Apache may have a mod_resin, which is not available in LiteSpeed.
For Litespeed, I think should use HTTP reverse proxy to talk to backend Resin.

dbMG 07-10-2007 08:02 AM

In httpd.conf is:
Quote:

LoadModule caucho_module /usr/local/apache/libexec/mod_caucho.so
ResinConfigServer localhost 6802
CauchoStatus yes
Any small how-to make reverse proxy to Resin in my case ?

Thank you.

dbMG

mistwang 07-10-2007 08:16 AM

There probably is not any easy solution here. You need to read mod_caucho and resin documentation see if it is possible to have resin start a HTTP listener on one port, then let LiteSpeed talk to resin via HTTP proxy.

dbMG 07-10-2007 08:26 AM

Well, Resin already listen on port 8080 like is in Resin config:
Quote:

<http server-id="" host="*" port="8080"/>
I can paste whole config from Resin if you like to check.

Regards.

dbMG


All times are GMT -7. The time now is 02:59 PM.