View Single Post
  #2  
Old 06-24-2008, 08:42 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
You have to use a backend java servlet engine, either Tomcat or Resin should be fine. You can use AJP or Proxy interface to the servlet engine. There probably is not possible to do SuEXEC as running a servlet engine for each user is too expensive.
Reply With Quote