RE: HTTP 404 response for directory listing

2003-11-25 Thread Atreya Basu
Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: November 24, 2003 2:39 PM To: 'Tomcat Users List' Subject: RE: HTTP 404 response for directory listing I am able to load JSPs and Servlets

Re: HTTP 404 response for directory listing

2003-11-24 Thread Christopher Schultz
Atreya, In terms of URI directives that is the only one. I don't have a specific directive in httpd.conf to include workers2.properties, that file gets loaded automatically when I load the jk2 module. Also I don't have any JkMount directives in my httpd.conf file. Hmmm... this is very strange.

RE: HTTP 404 response for directory listing

2003-11-24 Thread Jared Priddy
When you have the LoadModule... statement in httpd.conf, are you able to load .jsp pages, or do they fail as well? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 11:54 AM To: Tomcat Users List Subject: Re: HTTP 404 response

RE: HTTP 404 response for directory listing

2003-11-24 Thread Atreya Basu
To: 'Tomcat Users List' Subject: RE: HTTP 404 response for directory listing When you have the LoadModule... statement in httpd.conf, are you able to load .jsp pages, or do they fail as well? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003

Re: HTTP 404 response for directory listing

2003-11-23 Thread Christopher Schultz
Atreya, I want a directory listing of my files. I am using mod_jk2 with Apache 2.0.4x. If I comment out the LoadModule mod_jk2 I can get a directory listing. But if not, I get a 404 error in Apache and then I get a 404 error page generated by Tomcat. It looks like Tomcat is handling the

Re: HTTP 404 response for directory listing

2003-11-23 Thread Atreya Basu
That's the weird part. My workers2.properties uri directive is just for .jsps. It is as follows: [uri:www.mysite.com/*.jsp] group=ajp13:/usr/local/apache2/logs/jk2.socket So I'm not sure why directory requests get forwarded to Tomcat. Christopher Schultz wrote: Atreya, I want a directory

Re: HTTP 404 response for directory listing

2003-11-23 Thread Christopher Schultz
Atreya, That's the weird part. My workers2.properties uri directive is just for .jsps. It is as follows: [uri:www.mysite.com/*.jsp] group=ajp13:/usr/local/apache2/logs/jk2.socket So I'm not sure why directory requests get forwarded to Tomcat. Hmmm.. that *is* odd. And you say that if you

Re: HTTP 404 response for directory listing

2003-11-23 Thread Atreya Basu
Hi, In terms of URI directives that is the only one. I don't have a specific directive in httpd.conf to include workers2.properties, that file gets loaded automatically when I load the jk2 module. Also I don't have any JkMount directives in my httpd.conf file. I wonder if anyone is able to