RE: [users@httpd] Apache Tomcat Connectors-- Urgent

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: Indraveni [mailto:indraveni@xxxxxxxxxxx] 
> Sent: Wednesday, April 26, 2006 9:41 AM
> To: users@xxxxxxxxxxxxxxxx
> Subject: Re: [users@httpd] Apache Tomcat Connectors-- Urgent

You seem to have at least two very basic errors in your config. This is a bit worrying since you are trying to set up a combined apache + tomcat server, which is not a trivial task...

1) /usr/local/jakarta-tomcat-4.1.27/webapps/examples/WEB-INF/index.html [Wed Apr 26 13:14:27 2006] [error] [client 127.0.0.1] client denied by server configuration: 

This means apache is not "Allowed" to access the resource. That is your Allow/Deny directives are not open enough. Ideally, you should read the docs and set them accordingly but I suspect you are in too much of a hurry for that, so just put:

<Directory />
  Allow from all
</Directory>  

2) [Wed Apr 26 13:00:59 2006] [error] [client 127.0.0.1] File does not exist: /usr/local/apache/htdocs/egroupware

This means that when apache adds the resource part of the URL (ie, after the hostname) to the DocumentRoot, it gets a path that it can't follow. That happens when your DocumentRoot points to the wrong place. I suspect you have:

DocumentRoot /usr/local/apache/htdocs

Then a request for http://server/egroupware will go to DocumentRoot + "/egroupware", ie /usr/local/apache/htdocs/egroupware. So set your DocumentRoot to whatever directory contains egroupware.

By the way, you'll find the list responds better to thought-out, careful postings rather than just a list of error log messages and a "what's wrong - urgent!". Try googling your errors and reading a little before posting.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> 
> These lines are being displayed when i treid to access 
> http://lcoalhost/examples - the jsp files are excuting 
> properly but still these lines are there in error log file::
> 
> [Wed Apr 26 13:14:27 2006] [error] [client 127.0.0.1] client 
> denied by server configuration: 
> /usr/local/jakarta-tomcat-4.1.27/webapps/examples/WEB-INF/index.html
> [Wed Apr 26 13:14:27 2006] [error] [client 127.0.0.1] client 
> denied by server configuration: 
> /usr/local/jakarta-tomcat-4.1.27/webapps/examples/WEB-INF/index.htm
> [Wed Apr 26 13:14:27 2006] [error] [client 127.0.0.1] client 
> denied by server configuration: index.jsp [Wed Apr 26 
> 13:14:27 2006] [error] [client 127.0.0.1] File does not 
> exist: /usr/local/apache/htdocs/favicon.ico
> 
> When I tried to access the http://192.9.200.62/examples 
> error.log file is dislpaying the following lines..
> 
> [Wed Apr 26 13:13:51 2006] [error] [client 192.9.200.62] File 
> does not exist: /usr/local/apache/htdocs/examples [Wed Apr 26 
> 13:13:51 2006] [error] [client 192.9.200.62] File does not 
> exist: /usr/local/apache/htdocs/favicon.ico
> 
> Gaël Lams <lamsgael@xxxxxxxxx> wrote:
> 
> 	Hi,
> 	
> 	On 4/26/06, Indraveni wrote:
> 	> I want to connect Apache and Jakartha tomcat 
> applcaitions and so i installed
> 	> the connectors using John Turner documentation. I am 
> ablt to access the jsp
> 	> pages of jakartha tomcat also through apache web 
> server by just giving the
> 	> http:lllocalhost/examples/index.jsp.
> 	>
> 	> Now what i need is I am not able to do this from a 
> remote system which is
> 	> in LAN with my system.
> 	
> 	If your apache and connector's configurations are fine, 
> it will work
> 	from both your local host and any remote PC from within 
> your LAN (if
> 	your firewall allows it obviously).
> 	
> 	> I am able to access http://192.9.200.62/ but
> 	> when I am tring to access the jsp pages i.e through 
> connector wth my system
> 	> ip from other syetm then an error is popped out
> 	>
> 	> http://192.9.200.62/examples/index.php
> 	
> 	I suppose that the index.php is a typing error, isn't 
> it? Did you try
> 	to connect to 192.9.200.62:8080? Does tomcat respond at 
> that address?
> 	Could you give more information regarding your configuration?
> 	
> 	Regards,
> 	
> 	Gaël
> 	
> 
> 
> ________________________________
> 
> Jiyo cricket on Yahoo! India cricket 
> <http://us.rd.yahoo.com/mail/in/mailcricket/*http://in.sports.
yahoo.com/cricket/>
> Yahoo! Messenger Mobile 
> <http://us.rd.yahoo.com/mail/in/mailmobilemessenger/*http://in
.mobile.yahoo.com/new/messenger/>  Stay in touch with your > buddies all the time.
> 

Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a private and personal nature. It is not related to the exchange or business activities of the SWX Group. Le présent e-mail est un message privé et personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux