I have a page with the following url(as an example):
http://redhat.ccidomain.net/Intranet/ and the static content for this site is served by Apache and am using Tomcat 3.3 to serve all the pages with a *.jsp ending. JkMount /Intranet/*.jsp Ajp13 I am using mod_jk. The default page happens to be index.jsp and when I goto the url above it gives me a Forbidden Error, Apache is trying to list the contents of the directory instead of looking for index.jsp by default I have the following lines in my Apache config file. <IfModule mod_dir.c> DirectoryIndex index.jsp </IfModule> Does anybody have any suggestions on how to remedy this? Matt Reath Application Developer Cable Constructors, Inc. [EMAIL PROTECTED] -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
