Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 86226 invoked by uid 500); 20 Sep 2001 11:08:55 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 86215 invoked from network); 20 Sep 2001 11:08:54 -0000 Message-ID: From: "Cumminger, Ivan Stephen" To: "'tomcat-user@jakarta.apache.org'" Subject: Tomcat and Apache Interworking Date: Thu, 20 Sep 2001 08:08:20 -0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a webapp that works just the way I want it using Tomcat 4 standalone. There are two things that I need to figure out in order to put it into production with Apache. 1) How to I force Apache to start at my Welcome file. StartHere.jsp in my case. I have a welcome list that works fine when Tomcat is used standalone. 2) How can I get Apache to use the security realm that I have working under Tomcat. When I tried it, Apache happily served the pages (via Tomcat because they were .jsp's) without triggering my login form authentication. Again, it works fine under just Tomcat, but the interworking with Apache is broken. Any suggestions would be helpful. Thanks. Steve Cumminger scumminger@mtt.ca