Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Delivered-To: moderator for cocoon-users@xml.apache.org Received: (qmail 63706 invoked from network); 22 Sep 2000 05:31:19 -0000 Received: from slkcpop5.slkc.uswest.net (206.81.128.5) by locus.apache.org with SMTP; 22 Sep 2000 05:31:19 -0000 Received: (qmail 3695 invoked by alias); 22 Sep 2000 05:31:15 -0000 Delivered-To: fixup-cocoon-users@xml.apache.org@fixme Received: (qmail 3686 invoked by uid 0); 22 Sep 2000 05:31:15 -0000 Received: from unknown (HELO pbganjanette) (63.226.93.180) by slkcpop5.slkc.uswest.net with SMTP; 22 Sep 2000 05:31:15 -0000 Message-ID: <066501c02456$91962ee0$c75bb20a@pbganjanette> From: "Brett G. Palmer" To: References: Subject: Help w/ Apache and Tomcat serving Cocoon pages Date: Thu, 21 Sep 2000 23:32:58 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Here is another Apache/Tomcat question for Cocoon. I have Apache and Tomcat configured to correctly serve JSP pages. For example Apache will pass the URL: http:/examples/jsp/some.jsp to Tomcat for processing. I would like Apache to pass *.xml references to Cocoon via Tomcat, but I can't get this to work. My Tomcat/Cocoon configuration workw correctly. For example http::8080/samples/index.xml is correctly processed by Cocoon. In summary, I want to be able to handle all *.xml files without having to refer to the Tomcat port. Any suggestions on how to get this to work would be appreciated. Thanks in advance, Brett