Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 93588 invoked from network); 3 Apr 2006 11:50:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 11:50:35 -0000 Received: (qmail 95447 invoked by uid 500); 3 Apr 2006 11:50:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 95429 invoked by uid 500); 3 Apr 2006 11:50:22 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 95418 invoked by uid 99); 3 Apr 2006 11:50:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 04:50:22 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.53.28] (HELO smtp103.plus.mail.re2.yahoo.com) (206.190.53.28) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 03 Apr 2006 04:50:22 -0700 Received: (qmail 61473 invoked from network); 3 Apr 2006 11:50:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:In-Reply-To:X-MimeOLE:Importance; b=giGCfWsyWD1zeRGf4tHtAUyUVd1Az5r53E9A8Ew7u+dMGGeYx90ddjRfPMQWJyAwT2vQxcHuXq6MyDhWfWaNqkoZ8DMXRwkBXKL541eWCeA8a+4+fUu3JmTg/g9j9X+x72pKdxwQd/axrsRSjrKPV3NmFjt2FF51GxXy1If9wJY= ; Received: from unknown (HELO tjllap) (timlucia@24.62.239.192 with login) by smtp103.plus.mail.re2.yahoo.com with SMTP; 3 Apr 2006 11:50:00 -0000 From: "Tim Lucia" To: "'Tomcat Users List'" , Subject: RE: Tomcat Connector - Remote acessing Date: Mon, 3 Apr 2006 07:49:58 -0400 Message-ID: <05e001c65714$bc14a5b0$0300a8c0@tjllap> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20060403104347.53011.qmail@web8702.mail.in.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If I understand this correctly, and I am not certain I do, it would appear to be a problem with your httpd virtual host configuration. Is it true that: http://localhost/examples/ (httpd->Tomcat) http://localhost:8080/examples/ (Tomcat) http://192.9.200.62:8080/examples (Tomcat) all work and only http://192.9.200.62/examples (httpd) does not? What about using the FQDN for the 4th request? How have you configured the httpd virtual host? Tim -----Original Message----- From: Indraveni [mailto:indraveni@yahoo.co.in] Sent: Monday, April 03, 2006 6:44 AM To: timlucia@yahoo.com Subject: RE: Tomcat Connector - Remote acessing Yes I am using Tomcat + Apache, using mod_jk module I connected these two servers. I am able to access the examples folder of tomcat which is having the jsp and servlet files. I am able to execute these jsp and servlet programes using localhost/examples. Apache is listening to port 80 i can access the jsp pages from both tomcat and apache thru localhost but thr my ipaddress ie http://192.9.200.62/examples it throws an exception stating page not found.. Tomcat is working with http://192.9.200.62:8080/examples. Localhost page that is apache's home page I am able to see from remote system when I am givng in that systems browser my system IP i.e 192.9.200.62. But I am not able to view the jsp files from there. I want this very urgent Thankyou. Indraveni --------------------------------- Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org