Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 31031 invoked from network); 5 Jan 2003 06:28:19 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Jan 2003 06:28:19 -0000 Received: (qmail 27794 invoked by uid 97); 5 Jan 2003 06:29:24 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 27778 invoked by uid 97); 5 Jan 2003 06:29:24 -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 27766 invoked by uid 98); 5 Jan 2003 06:29:23 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <83F0258A9996D311B14200A0C98F173602F22B30@aas-internet.aas.com> From: "Turner, John" To: "'tomcat-user@jakarta.apache.org '" Subject: RE: Tomcat and Apache Date: Sun, 5 Jan 2003 01:25:03 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) List-Subscribe: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N =20 Do you have a JkMount statement defined in Apache's httpd.conf for that virtual host and that URL? Do you have that virtual host defined in Tomcat's server.xml using a Host element? John -----Original Message----- From: "Sebasti=E3o Carlos Santos" To: tomcat-user@jakarta.apache.org Sent: 1/4/03 5:54 PM Subject: Tomcat and Apache Recently I installed a server web for tests with the tomcat instead of Resin of the CAUCHO, server this now used by us. I am using the Apache 1.3.27, tomcat 4.1.18, both integrated by mod_jk.so, as demonstrated in details in http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml. I concluded the whole installation process and I tested her. Seemingly everything perfectly works with the Apache working in the port 80 and the tomcat in the 8080. I defined my virtual host in the Apache and I tested. I would like to know how to proceed for when opening a file. jsp in my Apache server, the same redirects it for the tomcat. Now I am testing with a simple file, called index.jsp with the = following code: <% out.println ("This and a test");%> When I call the url www.admged.ufu.br receive <% out.println ("This and a test");%> exhibited in the browser, what denotes that the Apache is not redirecting it . jsp for the tomcat. Some suggestion of how to proceed to configure? I thank any help. -- To unsubscribe, e-mail: For additional commands, e-mail: