Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 5420 invoked from network); 15 Jun 2004 12:19:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jun 2004 12:19:26 -0000 Received: (qmail 67006 invoked by uid 500); 15 Jun 2004 12:18:52 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 66639 invoked by uid 500); 15 Jun 2004 12:18:48 -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 66245 invoked by uid 99); 15 Jun 2004 12:18:43 -0000 Received: from [65.212.180.62] (HELO sphinx-01.kattare.com) (65.212.180.62) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 15 Jun 2004 05:18:42 -0700 Received: from pyramid-01.kattare.com (pyramid-01.kattare.com [69.59.195.20]) by sphinx-01.kattare.com (8.12.10/8.12.10) with ESMTP id i5FCIIhL005983 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for ; Tue, 15 Jun 2004 05:18:18 -0700 Received: from localhost (localhost [127.0.0.1]) by pyramid-01.kattare.com (8.12.10/8.12.10) with ESMTP id i5FCII8N000418 for ; Tue, 15 Jun 2004 05:18:18 -0700 Received: from 64.136.165.107 ( [64.136.165.107]) as user jarl@mail.kattare.com by www.kattare.com with HTTP; Tue, 15 Jun 2004 05:18:18 -0700 Message-ID: <1087301898.40cee90aaedf7@www.kattare.com> Date: Tue, 15 Jun 2004 05:18:18 -0700 From: Jarl Skogsholm To: Tomcat Users List Subject: RE: How do I run servlets on the root directory of localhost? References: <002601c45255$11a106c0$3a5afea9@DELL530> <1087248102.40ce16e65f19f@webmail.scsr.nevada.edu> In-Reply-To: <1087248102.40ce16e65f19f@webmail.scsr.nevada.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.3.8 (sphinx-01.kattare.com [65.212.180.62]); Tue, 15 Jun 2004 05:18:18 -0700 (PDT) X-MailScanner: Found to be clean X-MailScanner-Information: Please contact your ISP for more information - Be sure to include all mail headers X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9, required 5, BAYES_00) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N To get Tomcat to hit your servlet instead of the ROOT(welcome page), you have to trick Tomcat by changing the servlet mapping (web.xml) to index.jsp. Tomcat will send you automatically to your servlet assumming index.jsp is in your welcome file list. YourServlet /index.jsp index.jsp Quoting carters2@unr.nevada.edu: > Right now IIS isnt even running, I make changes to the tomcat files, > restart > tomcat and go to http://localhost ... It gave me the congrats you set > up > tomcat page by default, and i can get to webMathematica right now by > going to > http://localhost/webMathematica , what I want is when I go to > http://localhost > it would bring up webMathematica. > > -Seth Carter- > > Quoting Schalk : > > > How do you access the site currently with your config with Server > 2003 and > > IIS? > > > > Kind Regards > > Schalk Neethling > > Web Developer.Designer.Programmer.President > > Volume4.Development.Multimedia.Branding > > emotionalize.conceptualize.visualize.realize > > Tel: +27125468436 > > Fax: +27125468436 > > email:schalk@volume4.co.za > > web: www.volume4.co.za > > > > This message contains information that is considered to be > sensitive or > > confidential and may not be forwarded or disclosed to any other > party > > without the permission of the sender. If you received this message > in error, > > please notify me immediately so that I can correct and delete the > original > > email. Thank you. > > > > :: -----Original Message----- > > :: From: carters2@unr.nevada.edu [mailto:carters2@unr.nevada.edu] > > :: Sent: Monday, June 14, 2004 11:13 PM > > :: To: 'Tomcat Users List' > > :: Subject: RE: How do I run servlets on the root directory of > localhost? > > :: > > :: I am not using Apache although I wish we were, my boss believes > in an all > > :: windows enviroment, so this is on server 2003 with IIS, I havent > set up > > tomcat > > :: with IIS yet, because of this problem. I will look at that file > > server.xml but > > :: I've been in there before (to change from port 8080 to 80) and > didn't see > > any > > :: setting that looked like it would help. > > :: > > :: -Seth Carter- > > :: > > :: > > :: > > :: > --------------------------------------------------------------------- > > :: 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 > > > > > > > > > --------------------------------------------------------------------- > 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