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 51490 invoked from network); 13 Jan 2000 16:41:26 -0000 Received: from barra.domain.com.br (200.196.128.5) by 63.211.145.10 with SMTP; 13 Jan 2000 16:41:26 -0000 Received: from domain.com.br (200.188.32.2) by barra.domain.com.br (NPlex 4.5.042) id 38765C9800062735 for tomcat-dev@jakarta.apache.org; Thu, 13 Jan 2000 14:41:24 -0200 Sender: aloyola Message-ID: <387DFE0D.F456F2B0@domain.com.br> Date: Thu, 13 Jan 2000 14:32:14 -0200 From: Affonso Loyola X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Tomcat + Apache + JSP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Im using Apache 1.3.9 with JServ 1.0 with Ajp11 (of course). I've modifyed the server.xml to use Ajp11 instead of Ajp12. I've made Apache to work with Tomcat doing the following: I've modifyed the docBase in the file server.xml to "servlets" Ive created a dir in the tomcat in the same level of the "examples" In the httpd.conf I've mounted /servlet /root In the servlets dir that I've created I've put a copy of the WEB-INF in the examples dir. (I did not realize completely the way it works.) Well the servlets I've put in the classes dir inside the WEB-INF seems to work when I call http://www.mydomain.com/servlet/AnyServlet (AnyServlet is in the classes dir) But the jsp files served by my apache is not working .... What do I do ??? HELP!!! I'm getting mad here .... Thanks, Affonso Loyola