>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?
Why "admin"? The role should be "manager". For example: <tomcat-users> <user name="yourname" password="yourpass" roles="manager" /> </tomcat-users> Have a look at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html > >-----Original Message----- >From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] >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:[EMAIL PROTECTED]] >> 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 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
