Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 35836 invoked from network); 10 Aug 2000 16:20:39 -0000 Received: from unknown-230-101.pilot.net (206.98.230.101) by locus.apache.org with SMTP; 10 Aug 2000 16:20:39 -0000 Received: from unknown-239-164.pilot.net (unknown-239-164.pilot.net [206.189.239.164]) by unknown-230-101.pilot.net with ESMTP id LAA12530 for ; Thu, 10 Aug 2000 11:50:35 -0400 (EDT) From: john.kingsley@ps.ge.com Received: from nyschx06psge.ps.ge.com (localhost [127.0.0.1]) by unknown-239-164.pilot.net with ESMTP id LAA20366 for ; Thu, 10 Aug 2000 11:50:35 -0400 (EDT) Received: by nyschx06psge.ps.ge.com with Internet Mail Service (5.5.2651.58) id ; Thu, 10 Aug 2000 11:52:04 -0400 Message-ID: To: tomcat-user@jakarta.apache.org Subject: FW: Configuring apache and tomcat Date: Thu, 10 Aug 2000 11:51:00 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Good morning, >>> >>> I have Apache configured to use port 80 instead of port 8080. >>> >>> Tomcat is running with it's default port settings, etc. >>> >>> When I try to execute the sample jsp and servlet code via Apache , the >>> browser just sits there waiting for a response from the server. >>> >>> However, when I run the samples using Tomcat on port 8080 it works ok. >>> >>> >>> I need to know how to configure Tomcat so that I it will work with Apache >>> on port 80. >>> >>> I have read all the documentation I could find and nothing seems to >>> address this. >>> >>> Any help would be greatly appreciated. >>> >>> Thanks. >>> >>> John Kingsley >>> GE >>> > The tomcat-apache.conf file: > > LoadModule jserv_module libexec/mod_jserv.so > ApJServManual on > ApJServDefaultProtocol ajpv12 > ApJServSecretKey DISABLED > ApJServMountCopy on > ApJServLogLevel notice > > ApJServDefaultPort 8007 > > AddType test/jsp .jsp > AddHandler jserv-servlet .jsp > Alias /examples /usr/local/apache/jakarta-tomcat/webapps/examples > > Options Indexes FollowSymLinks > > ApJServMount /examples/servlet /examples > > AllowOverride None > deny from all > > > Alias /test /usr/local/apache/jakarta-tomcat/webapps/test > > Options Indexes FollowSymLinks > > ApJServMount /test/servlet /test > > AllowOverride None > deny from all > > > ApJServMount /servlet /ROOT >