Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 4402 invoked from network); 1 Oct 2004 15:56:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Oct 2004 15:56:59 -0000 Received: (qmail 16109 invoked by uid 500); 1 Oct 2004 15:55:54 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 16065 invoked by uid 500); 1 Oct 2004 15:55:53 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 16050 invoked by uid 99); 1 Oct 2004 15:55:53 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MIME_BOUND_NEXTPART,SUBJ_ALL_CAPS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [195.92.173.105] (HELO sweep) (195.92.173.105) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 01 Oct 2004 08:55:51 -0700 Received: from 10.1.1.4 by sweep (InterScan E-Mail VirusWall NT); Fri, 01 Oct 2004 17:11:14 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-1de133cc-89fe-49bb-9b61-69674349c446" Subject: RE: JK2 2.0.4 Date: Fri, 1 Oct 2004 16:55:25 +0100 Message-ID: <98C84BAA0FC00F44905EAAF345790A6C0298A05B@exchair1.becogent.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JK2 2.0.4 Thread-Index: AcSnzjWPLwTAX9iVRYOWwE6lii4VHQAANBKQ From: "Dale, Matt" To: "Tomcat Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-1de133cc-89fe-49bb-9b61-69674349c446 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Wouldn't he then have to get the ports right in httpd.conf? -----Original Message----- From: Cox, Charlie [mailto:ccox@cincom.com] Sent: 01 October 2004 16:47 To: 'Tomcat Users List' Subject: RE: JK2 2.0.4 Remove the last 4 lines in workers2.properties. these URI mappings are duplicating the JkUriSet in httpd.conf. this would explain why it works, = but still reports errors. Charlie > -----Original Message----- > From: Paul D. Hester [mailto:phester@ufl.edu] > Sent: Friday, October 01, 2004 11:27 AM > To: 'Tomcat Users List' > Subject: RE: JK2 2.0.4 >=20 > OK...I've got it working but am getting errors in my Apache error log: > [error] uriEnv.init() map to invalid worker /* > apj13:localhost:8209 > [error] uriEnv.init() map to invalid worker /* > apj13:localhost:8209 > [error] uriEnv.init() map to invalid worker /* > apj13:localhost:8209 > [error] uriEnv.init() map to invalid worker /* > apj13:localhost:8209 > How is it possible for it to work. Here is my set up: >=20 > Running two user accounts each running its own instance of > Tomcat 4.1.31 each with their own port designation. > Running Apache 2.0.50 and JK2 2.0.4. >=20 > Each virtual host is being sent over by Apache successfully but I'm > getting the above errors and don't know why it still works. >=20 > http://orbt.at.ufl.edu is using port 8409 and accesses the webapp ORB > successfully. > http://edist.at.ufl.edu is using port 8209 and accesses the webapp = EDIS > successfully but why...the above errors are concerning port 8209. >=20 > Below is my httpd.conf and workers2.properties files: >=20 >=20 > ****httpd.conf**** >=20 > ServerName mmdbt.at.ufl.edu > Listen 80 >=20 > AddHandler cgi-script .cgi >=20 > > Options FollowSymLinks ExecCGI Includes Indexes > AllowOverride AuthConfig Fileinfo Limit Indexes > >=20 > LoadModule jk2_module modules/mod_jk2.so >=20 > > ServerName mmdbt.at.ufl.edu > DocumentRoot /home/www/public_html >=20 > Redirect permanent /tomcat http://mmdbt.at.ufl.edu/tomcat/ > Redirect permanent /tomcat/tomcat-docs > http://mmdbt.at.ufl.edu/tomcat/tomcat-docs/ >=20 > >=20 > > ServerName edist.at.ufl.edu > > JkUriSet worker apj13:localhost:8209 > > >=20 > > ServerName orbt.at.ufl.edu > > JkUriSet worker ajp13:localhost:8409 > > >=20 >=20 > ****workers2.properties**** > #define the shared memory file > [shm:] > file=3D/usr/local/apache-2.0.50/logs/jk2.log > size=3D1000000 > debug=3D1 >=20 > # Define the communication channel > [channel.socket:localhost:8409] > port=3D8409 > host=3Dorbt.at.ufl.edu > type=3Dajp13 >=20 >=20 > [channel.socket:localhost:8209] > port=3D8209 > host=3Dedist.at.ufl.edu > type=3Dajp13 >=20 > # define the worker > [ajp13:localhost:8409] > channel=3Dchannel.socket:localhost:8409 >=20 > [ajp13:localhost:8209] > channel=3Dchannel.socket:localhost:8209 >=20 > [uri:orbt.at.ufl.edu/*] > group=3Dajp13:localhost:8409 >=20 > [uri:edist.at.ufl.edu/*] > group=3Dajp13:localhost:8209 >=20 >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org ------=_NextPartTM-000-1de133cc-89fe-49bb-9b61-69674349c446 Content-Type: text/plain; name="InterScan_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="InterScan_Disclaimer.txt" Any opinions expressed in this E-mail may be those of the individual and not necessarily the company. This E-mail and any files transmitted with it are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this E-mail in error and that any use or copying is strictly prohibited. If you have received this E-mail in error please notify the beCogent postmaster at postmaster@becogent.com Unless expressly stated, opinions in this email are those of the individual sender and not beCogent Ltd. You must take full responsibility for virus checking this email and any attachments. Please note that the content of this email or any of its attachments may contain data that falls within the scope of the Data Protection Acts and that you must ensure that any handling or processing of such data by you is fully compliant with the terms and provisions of the Data Protection Act 1984 and 1998. ------=_NextPartTM-000-1de133cc-89fe-49bb-9b61-69674349c446 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org ------=_NextPartTM-000-1de133cc-89fe-49bb-9b61-69674349c446--