Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 42108 invoked from network); 14 Feb 2001 06:22:18 -0000 Received: from dnai-216-15-97-206.cust.dnai.com (HELO betaversion.org) (216.15.97.206) by h31.sny.collab.net with SMTP; 14 Feb 2001 06:22:18 -0000 Received: from C538761A (c538761-a.snvl1.sfba.home.com [24.176.222.130]) by betaversion.org (8.9.3+Sun/8.9.3) with SMTP id WAA26344 for ; Tue, 13 Feb 2001 22:26:08 -0800 (PST) Message-ID: <00ce01c0964e$0f39b6f0$82deb018@intalio.com> From: "Remy Maucherat" To: References: <000a01c09643$4fcbb7a0$6401a8c0@west.net> Subject: Re: Tomcat 4.0 and JSP Date: Tue, 13 Feb 2001 22:19:16 -0800 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.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > How in apache do I get all my .jsp files to be executed by tomcat. > Even when I use the WebAppMount, the servlets work, but it won't execute >the jsp. Basically I don't car about servlets, I just want my server > to recognize any *.jsp and have tomcat 4.0 execute without having to > specify a port in the URL like 8080. There are a few things I would do : - Don't send HTML mails to mailing lists ;) - You can run TC 3.2 with Apache just fine. mod_webapp is very alphaish right now. - You can run TC 4.0 standalone. The port on which the HTTP connector runs can be changed in the conf/server.xml file (so set it to be 80 instead of 8080). Remy