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 46034 invoked from network); 31 Oct 2000 09:26:06 -0000 Received: from www.my-v-card.com (HELO babylon.outermedia.de) (62.159.35.210) by locus.apache.org with SMTP; 31 Oct 2000 09:26:06 -0000 Received: from outermedia.de ([10.10.10.107]) by babylon.outermedia.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id KAA02709 for ; Tue, 31 Oct 2000 10:25:39 +0100 Message-ID: <39FE9044.207DEAB@outermedia.de> Date: Tue, 31 Oct 2000 10:26:28 +0100 From: "Simon Oldeboershuis, outermedia" Organization: outermedia.de X-Mailer: Mozilla 4.75 [de] (Windows NT 5.0; U) X-Accept-Language: de MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: tomcat 3.2b6 Bug? Content-Type: multipart/mixed; boundary="------------FD316BC5705DB1A8ABCC0623" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N --------------FD316BC5705DB1A8ABCC0623 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I think I just discovered a BUG in tomcat 3.2b6. It depends on a VERY specific context and directory naming/configuration. my context is called mycontext additionally there is a file directory which contains jsp-files which is also called mycontext In server.xml I did configure a virtual host name and mapped the context directly on root. In Apache there is the following configuration: DocumentRoot /usr/local/tomcat3.2b6/webapps/mycontext ServerName host.domain.com ErrorLog /var/log/mycontext.de.error_log CustomLog /var/log/mycontext.de.access_log combined Alias /mycontext "/usr/local/tomcat3.2b6/webapps/mycontext" AllowOverride None deny from all AllowOverride None deny from all Options FollowSymLinks Options -Indexes ApJServMount default ajpv12://localhost:8326/mycontext # tomcat handler via jserv AddType text/jsp .jsp AddHandler jserv-servlet .jsp I just renamed the context and that's ok, but if this is a common problem, it should be added to some documentation. So long! Simon PS: I am working on a Linux Box with jdk1.3 and tomcat 3.2 beta 6. --------------FD316BC5705DB1A8ABCC0623--