View Single Post
  #2  
Old 08-07-2008, 02:41 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
looks like your servlet engine has not been configured properly, so LiteSpeed denies any request handled by it.
Please check lsws/logs/error.log for related errors, and turn debug logging should help.
For "http://www.myhost.com/examples/" return 404 problem, you need to add "index.html" as one of the directory index file.
Reply With Quote