Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Mon, Oct 07, 2002 at 04:18:25PM -0400, Turner, John wrote: Sorry, I'm fresh out of ideas. It sure sounds like a permissions issue to me, but I can't say for sure without investigation. Let us know what it was when you get it resolved. I don't have this solved, yet, but I am working

RE: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Turner, John
As an aside, what happens if you try and access http://127.0.0.1:8080/examples ? John -Original Message- From: Kent Perrier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 1:47 PM To: Tomcat Users List Subject: Re: Strange differences in Apache/Tomcat configuration

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Tue, Oct 08, 2002 at 01:54:43PM -0400, Turner, John wrote: As an aside, what happens if you try and access http://127.0.0.1:8080/examples ? I tried that as well. I get the same error, except that it says 127.0.0.1 instead of localhost :) Kent -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Tue, Oct 08, 2002 at 01:54:43PM -0400, Turner, John wrote: As an aside, what happens if you try and access http://127.0.0.1:8080/examples ? One more thing, the requests are even getting to the Tomcat server as nothing is being written to the tomcat logfiles. Kent -- To unsubscribe,

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Tue, Oct 08, 2002 at 01:54:43PM -0400, Turner, John wrote: As an aside, what happens if you try and access http://127.0.0.1:8080/examples ? One last thing, I see in the apache_log, on restart of Tomcat this following is written to this file: 2002-10-08 13:19:49

RE: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Turner, John
control over the Tomcat server.xml? Which connectors are enabled in there? John -Original Message- From: Kent Perrier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 2:28 PM To: Tomcat Users List Subject: Re: Strange differences in Apache/Tomcat configuration On Tue

Re: Strange differences in Apache/Tomcat configuration

2002-10-08 Thread Kent Perrier
On Tue, Oct 08, 2002 at 02:39:45PM -0400, Turner, John wrote: Not really. The WARP connector is another connector...that may be why you are getting the message. If Apache is set to use WARP, but Tomcat isn't (or vice versa) there wouldn't be an open socket, which might generate the Apache

Strange differences in Apache/Tomcat configuration

2002-10-07 Thread Kent Perrier
All, I am configuring an Apache (2.0.40) server to run in front of Tomcat (4.0.5) on a machine, running RH 7.2, that is co-located at a hosting provider. I have a local Linux box, also running RH 7.2, that I am working using as a sandbox to play with before I attempt to get the server

RE: Strange differences in Apache/Tomcat configuration

2002-10-07 Thread Turner, John
changing the URL from http://local to http://remote. ;) John -Original Message- From: Kent Perrier [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 11:46 AM To: [EMAIL PROTECTED] Subject: Strange differences in Apache/Tomcat configuration All, I am configuring

Re: Strange differences in Apache/Tomcat configuration

2002-10-07 Thread Kent Perrier
On Mon, Oct 07, 2002 at 12:05:05PM -0400, Turner, John wrote: That's a standard Apache no auth error message. So, my guess is there's something going on with users (which user the web server is running as) vs. who owns index.jsp, or maybe a rogue .htaccess file somewhere preventing the web

RE: Strange differences in Apache/Tomcat configuration

2002-10-07 Thread Turner, John
:15 PM To: Tomcat Users List Subject: Re: Strange differences in Apache/Tomcat configuration On Mon, Oct 07, 2002 at 12:05:05PM -0400, Turner, John wrote: That's a standard Apache no auth error message. So, my guess is there's something going on with users (which user the web server