Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 93985 invoked by uid 500); 6 May 2003 16:53:36 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 93972 invoked from network); 6 May 2003 16:53:35 -0000 Received: from mailhub.hitchcock.org (130.189.240.101) by daedalus.apache.org with SMTP; 6 May 2003 16:53:35 -0000 Received: from mailbox2.Hitchcock.ORG (MAILBOX2.HITCHCOCK.ORG [130.189.240.142]) by mailhub.hitchcock.org (8.12.9+DND/8.12.9) with ESMTP id h46GVe7G024261 for ; Tue, 6 May 2003 12:53:38 -0400 (EDT) Message-id: <44755125@mailbox2.Hitchcock.ORG> Date: 06 May 2003 12:53:38 EDT From: James.B.Muir@Hitchcock.ORG (James B. Muir) To: users@httpd.apache.org X-Mailer: BlitzMail=?ISO-8859-1?Q?=AE?= version 2.6.3d1/blitzserv 3.9.5h1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Tomcat. --- You wrote: With you knowledge of mod_jk, how is it possible to tell Apache, = that .java files are to be treated as a servlet? --- end of quote --- With mod_jk, you use the JkMount directive. There are some good = examples out on the web. Here is a simple example using the Tomcat = "examples": JkMount /examples/*.jsp tomcat1 JkMount /examples/servlet/* tomcat1 where tomcat1 is the worker I defined in the workers.properties = file. Any URL that refers to a document in the "directory" /examples/ and = has a suffix .jsp will be forwarded to Tomcat. Any URL that refers to a document in the "directory" = /examples/servlet/ will be forwarded to tomcat. Hope this helps. -James --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org