Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Delivered-To: moderator for tomcat-dev@jakarta.apache.org Received: (qmail 134 invoked from network); 14 Feb 2001 05:00:39 -0000 Received: from acme.sb.west.net (205.254.224.2) by h31.sny.collab.net with SMTP; 14 Feb 2001 05:00:39 -0000 Received: from jefe (213-242.adsl3.netlojix.net [207.71.213.242]) by acme.sb.west.net (Postfix) with SMTP id 698A6209DE for ; Tue, 13 Feb 2001 20:58:35 -0800 (PST) Message-ID: <000a01c09643$4fcbb7a0$6401a8c0@west.net> From: "Jeff Shoemaker" To: Subject: Tomcat 4.0 and JSP Date: Tue, 13 Feb 2001 21:02:20 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C09600.411167C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ------=_NextPart_000_0007_01C09600.411167C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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. =20 Here is my current apache httpd.conf virtual host. < VirtualHost 192.168.1.101 > ServerName www.jefetech.com DocumentRoot /home/httpd/html ErrorLog /home/httpd/jefetech_error.log WebAppConnection warpConnection warp 192.168.1.101:8008 WebAppMount examples warpConnection /examples/ < /VirtualHost > Thank you so much for your time, Jeff=20 ------=_NextPart_000_0007_01C09600.411167C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
How in apache do I get all my .jsp = files to be=20 executed by tomcat.  Even when I use the WebAppMount, the servlets = work,=20 but it won't execute the jsp.   Basically I don't car about = servlets,=20 I just want my server to recognize any *.jsp and have tomcat 4.0 execute = without=20 having to specify a port in the URL like 8080. 
 
Here is my current apache httpd.conf = virtual=20 host.
 
< VirtualHost 192.168.1.101 = >
ServerName=20 www.jefetech.com
DocumentRoot = /home/httpd/html
ErrorLog = /home/httpd/jefetech_error.log
WebAppConnection=20 warpConnection warp 192.168.1.101:8008
WebAppMount examples = warpConnection=20 /examples/
< /VirtualHost >
 
Thank  you so much for your = time,
 
Jeff 
------=_NextPart_000_0007_01C09600.411167C0--