Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 93890 invoked by uid 500); 2 Apr 2001 01:29:12 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 93883 invoked from network); 2 Apr 2001 01:29:11 -0000 Received: from unknown (HELO gyl.gyldan.com) (207.8.29.251) by h31.sny.collab.net with SMTP; 2 Apr 2001 01:29:11 -0000 Received: from gomolka (hst33-21.ltcable.com [64.132.33.21] (may be forged)) by gyl.gyldan.com (8.9.3/8.9.3) with SMTP id UAA26647 for ; Sun, 1 Apr 2001 20:25:09 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Ed Gomolka To: tomcat-user@jakarta.apache.org Subject: Re: Admin USER&PASSWORD Date: Sun, 1 Apr 2001 19:29:19 -0500 X-Mailer: KMail [version 1.2] References: <20010402011118.76109.qmail@web13601.mail.yahoo.com> In-Reply-To: <20010402011118.76109.qmail@web13601.mail.yahoo.com> MIME-Version: 1.0 Message-Id: <01040119291901.01306@gomolka> Content-Transfer-Encoding: 8bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Sunday 01 April 2001 20:11, Imron -san wrote: > I've already installed The newest release of Tomcat on > my windows 98. I've created my own hello world > servlet. > 1. How do I deploy my hello world servlet?. > 2. When I go to http://localhost:8080/admin/ > the site ask me for user name and password, > where I can find for user/password information for > admin realm? > The admin context is intended for administration of your Tomcat instance. It should not be used for simple your hello world servlet. It is the only context that requires the entry of a user name and password. In order to access all the features of the admin context, you will need to create a user name and password, and enter them in the file $TOMCAT_HOME/conf/tomcat-users.xml, and assign them a role of "admin". Ed -- Ed Gomolka (egomolka@gyldan.com)