Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 98059 invoked from network); 13 Nov 2001 19:22:40 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Nov 2001 19:22:40 -0000 Received: (qmail 22638 invoked by uid 97); 13 Nov 2001 19:20:58 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 22589 invoked by uid 97); 13 Nov 2001 19:20:56 -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 22568 invoked from network); 13 Nov 2001 19:20:56 -0000 Sender: ramin@berbee.com Message-ID: <3BF17295.17CAFA33@berbee.com> Date: Tue, 13 Nov 2001 13:20:53 -0600 From: Jeff Ramin X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: Tomcat Users List Subject: how to deploy default context References: <06D8931DC425D511898B00508BB8D3F001094252@nyczcmexc1.int.zcmgroup.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm trying to use Apache to serve the default Tomcat Context, and can't figure out how to make it work. I've compiled mod_webapp, and successfully configured Apache to talk to Tomcat via config statements like this: WebAppConnection warpConnection warp puffy:8008 WebAppDeploy examples warpConnection /examples/ These statements let me get at the examples webapp that comes with Tomcat. I want to replace the default context w/ my own application, as all the links are set up as the default (ie. I need to be able to access it via localhost/index.jsp and not localhost//index.jsp). >From reading the docs, my only guess at the correct Apache directive would be this: WebAppDeploy "" warpConnection / But apachectl configtest says that's not valid. Suggestions? This is Apache 1.3.7 and Tomcat 4.0.1 on Redhat 6.2. Thanks. -- To unsubscribe: For additional commands: Troubles with the list: