View Single Post
  #1  
Old 07-09-2007, 12:32 PM
nicksnels nicksnels is offline
Member
 
Join Date: Feb 2007
Posts: 33
Default 403 Forbidden error

Hi,

I'm trying to create a virtual host to access files in my Tomcat webapps folder in Litespeed 3.1.1. So far I have made a script handler for jsp files (although there are no jsp files involved) and I have made the following context:

Java Web App
URI: /
Location: $VH_ROOT/
Servlet Engine: [Server Level]: Tomcat AJP, which is essentially a servlet engine on address localhost:8009

Everything works fine when I access it directly on Tomcat. When I go to the virtual host I can access images, directories with sound files, html and js files. The only thing I can't access is a folder defined in the web.xml file in the WEB-INF folder. When I try to access it I get a 403 Forbidden error. I can however access it directly on Tomcat. I have already tried many different configurations and none of them are working. I don't really know how to pinpoint the error, is it Tomcat, AJP, Litespeed config or the servlet. Hope you can help me out. Thanks.

Kind regards,

Nick
Reply With Quote