Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 22058 invoked from network); 29 Apr 2003 21:30:27 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 Apr 2003 21:30:27 -0000 Received: (qmail 6973 invoked by uid 97); 29 Apr 2003 21:32:31 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 6966 invoked from network); 29 Apr 2003 21:32:31 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 29 Apr 2003 21:32:31 -0000 Received: (qmail 98315 invoked by uid 500); 29 Apr 2003 21:21:23 -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 98291 invoked from network); 29 Apr 2003 21:21:22 -0000 Received: from unknown (HELO JTURNER) (207.86.123.243) by daedalus.apache.org with SMTP; 29 Apr 2003 21:21:22 -0000 Received: from JTURNER ([127.0.0.1]) by JTURNER with Microsoft SMTPSVC(5.0.2195.5329); Tue, 29 Apr 2003 17:21:24 -0400 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Apache+Tomcat+mod_jk configuration References: <025501c30e7d$31d3c990$468037c8@danyboy> <3EAECF78.7030505@joedog.org> <007501c30e90$da94f320$468037c8@danyboy> Message-ID: Content-Type: text/plain; charset=iso-8859-15; format=flowed From: John Turner Date: Tue, 29 Apr 2003 17:21:24 -0400 In-Reply-To: <007501c30e90$da94f320$468037c8@danyboy> User-Agent: Opera7.03/Win32 M2 build 2670 X-OriginalArrivalTime: 29 Apr 2003 21:21:24.0886 (UTC) FILETIME=[49E05360:01C30E95] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You're getting a directory listing because Apache's document root is pointing to your webapp directory, and there is no index.html file in there for Apache to serve. Put an index.html file in your webapp directory. If you are asking how to make "/" be your page instead of "/mysite", then you have to put your page or your webapp in $CATALINA_HOME/webapps/ROOT in a default Tomcat install, or change the docBase of the Context in server.xml that has a path of "". John On Tue, 29 Apr 2003 16:49:39 -0400, Luis Daniel Alvarez wrote: > I follow the instructions but nothing happen, I can not find mistake > > Daniel Alvarez > ISP-InfoCom > ----- Original Message ----- > From: "Tim Funk" > To: "Tomcat Users List" > Sent: Tuesday, April 29, 2003 3:16 PM > Subject: Re: Apache+Tomcat+mod_jk configuration > > >> http://tomcatfaq.sourceforge.net/apache.html >> >> -Tim >> >> Luis Daniel Alvarez wrote: >> > I have Apache 2.0.45 + Tomcat 4.1.24 and mod-jk compiled by myself >> > When I try to get http://www.mysite.com I got a list of files on my > /opt/tomcat/webapps/mysite directory >> > But when I visit http://www.mysite.com/mysite everything is ok I got >> my > page >> > I'm not sure it is and apache configuration or a virtual host > configuration on my server.xml >> > What can I do to solve this problem >> > >> > Daniel Alvarez >> > ISP-InfoCom >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org