Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 44687 invoked from network); 1 Nov 2001 19:48:33 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 1 Nov 2001 19:48:33 -0000 Received: (qmail 28337 invoked from network); 1 Nov 2001 19:50:49 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 1 Nov 2001 19:50:49 -0000 Received: (qmail 17792 invoked by uid 97); 1 Nov 2001 19:47:07 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 17697 invoked by uid 97); 1 Nov 2001 19:47:06 -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 17540 invoked from network); 1 Nov 2001 19:47:05 -0000 Date: Thu, 1 Nov 2001 11:37:00 -0800 (PST) From: "Craig R. McClanahan" Sender: To: Tomcat Users List Subject: RE: admin pages. In-Reply-To: <28336AC23B25D411BEA300105AC7F5440E07D436@icexch2.ic.ncs.com> Message-ID: <20011101113440.J46304-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 1 Nov 2001, McDowell, Mark wrote: > Date: Thu, 1 Nov 2001 13:37:35 -0600 > From: "McDowell, Mark" > Reply-To: Tomcat Users List > To: 'Tomcat Users List' > Subject: RE: admin pages. > > Here's the web.xml for the admin site: > > > > Protected Area > /contextAdmin/* > DELETE > GET > POST > PUT > > > admin > > > > BASIC > Admin > > > What is the Admin realm? Is it a database or something? I've looked in the > config files and not seen it... hm.... > The value you specify in the element is included in the pop-up dialog box when you use BASIC authentication. It is used solely to tell the user what application is asking for the username/password, and has no connection to anything inside Tomcat. Users are looked up in whatever users database you have configured for Tomcat -- the details vary by version, and may be affected by the way external products choose to package Tomcat. For Tomcat 4, that is done with a element -- I'm afraid I don't remember how it was done in 3.2 but there is something similar. > Mark Craig > -----Original Message----- > From: McDowell, Mark [mailto:McDoMa@ncs.com] > Sent: Thursday, November 01, 2001 1:17 PM > To: 'Tomcat Users List' > Subject: RE: admin pages. > > > By the way, I am using Tomcat 3.2.3, downloaded as part of the install > for JBoss... Does that change anything? > > -----Original Message----- > From: Craig R. McClanahan [mailto:craigmcc@apache.org] > Sent: Thursday, November 01, 2001 12:55 PM > To: Tomcat Users List > Subject: RE: admin pages. > > > For Tomcat 4 stand-alone, the relevant documentation is the "Manager App > HOW-TO" that is included in the Tomcat 4 documentation, and is also > available online at: > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html > > It tells you that the username and password are totally arbitrary, but the > role name Tomcat is looking for is "manager". > > If you are using Tomcat stand-alone with no changes, you need to define > one or more users with this role in the XML file that Tomcat uses > (conf/tomcat-users.xml). However, if you have modified the place where > Tomcat looks up users (I don't use the JBoss integration, so I have no > clue what they tell you to do), then you'll need to define a user with the > appropriate role *there* rather than here. > > Craig > > > On Thu, 1 Nov 2001, McDowell, Mark wrote: > > > Date: Thu, 1 Nov 2001 12:45:17 -0600 > > From: "McDowell, Mark" > > Reply-To: Tomcat Users List > > To: 'Tomcat Users List' > > Subject: RE: admin pages. > > > > I have tried manager, tomcat, tomcat_manager and none seem to work. And > > yes, I did restart the server... :) Any other ideas? If there is an > > area of the documentation which covers this, I'd be GLAD to look at it... > > I just didn't find it so far... > > > > Mark > > > > -----Original Message----- > > From: Martin van den Bemt [mailto:martin@isallineed.org] > > Sent: Thursday, November 01, 2001 10:46 AM > > To: Tomcat Users List > > Subject: RE: admin pages. > > > > > > restart tomcat.. ;)) it does not reload the file.. > > and ehh.. for tomcat 4 it is manager and for tomcat 3 it is tomcat_admin > or > > tomcat (couldn't get that quite clear, never used it..) > > > > Mvgr, > > Martin > > > > > -----Original Message----- > > > From: McDowell, Mark [mailto:McDoMa@ncs.com] > > > Sent: Thursday, November 01, 2001 5:35 PM > > > To: 'Tomcat Users List' > > > Subject: RE: admin pages. > > > > > > > > > I said thanks too soon... :( I tried adding the "admin" role to a user > > > in tomcat-users.xml file, but it seems to make no difference... Is there > > > a list of predefined "roles" somewhere? > > > > > > -----Original Message----- > > > From: Martin van den Bemt [mailto:martin@isallineed.org] > > > Sent: Thursday, November 01, 2001 10:18 AM > > > To: Tomcat Users List > > > Subject: RE: admin pages. > > > > > > > > > You have to manually add a user to the tomcat-users.xml file, > > > which has the > > > admin role. > > > > > > Mvgr, > > > Martin > > > > > > > -----Original Message----- > > > > From: McDowell, Mark [mailto:McDoMa@ncs.com] > > > > Sent: Thursday, November 01, 2001 5:14 PM > > > > To: 'Tomcat Users List' > > > > Subject: RE: Welcome to the Tomcat 4.0 F.A.Q. on-line forum. > > > > > > > > > > > > Everyone, > > > > > > > > I have a simple question - I've looked in the documentation and > > > > can't seem > > > > to find it. I'm in the process of trying to use JBoss and > > > Tomcat, and am > > > > poking around with Tomcat and wanted to use the admin pages. > Except... > > > > I have NO IDEA what the user name and password is... Any help??? > > > > > > > > mark > > > > > > > > -----Original Message----- > > > > From: Henrik Schultz [mailto:henrik@schultz-software.dk] > > > > Sent: Thursday, November 01, 2001 10:08 AM > > > > To: tomcat-user@jakarta.apache.org > > > > Subject: Re: Welcome to the Tomcat 4.0 F.A.Q. on-line forum. > > > > > > > > > > > > What an excellent timing! I just subscribed to the mailing list > > > today, and > > > > quickly discovered that the traffic volume is quite high. > > > > Wondered if there > > > > was a discussion forum instead - and voila! Your mail popped > > > up!!! Thanks > > > > for a great initiative! > > > > > > > > Cheers - Henrik > > > > > > > > ------------------------------------------------------------------ > > > > --------- > > > > This message has been posted through the Jakarta Tomcat 4.0 F.A.Q. > > > > on line forum, and can be seen at: > > > > > > > > For more informations about the on-line Jakarta forums, please go to: > > > > > > > > ------------------------------------------------------------------ > > > > --------- > > > > > > > > -- > > > > To unsubscribe: > > > > For additional commands: > > > > Troubles with the list: > > > > > > > > -- > > > > To unsubscribe: > > > > For additional commands: > > > > Troubles with the list: > > > > > > > > > > > > > > > > > -- > > > To unsubscribe: > > > For additional commands: > > > Troubles with the list: > > > > > > -- > > > To unsubscribe: > > > For additional commands: > > > Troubles with the list: > > > > > > > > > > > > -- > > To unsubscribe: > > For additional commands: > > Troubles with the list: > > > > -- > > To unsubscribe: > > For additional commands: > > Troubles with the list: > > > > > > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > -- To unsubscribe: For additional commands: Troubles with the list: