Sorry, didn't mean to be so vague. You have to edit the TOMCAT_HOME/conf/tomcat-users.xml file. Here's an example:
<!-- NOTE: By default, no user is included in the "manager" role required to operate the "/manager" web application. If you wish to use this app, you must define such a user - the username and password are arbitrary. --> <tomcat-users> <role rolename="admin"/> <user name="tomcat" password="mypassword" roles="tomcat,admin" /> <user name="role1" password="tomcat" roles="role1" /> <user name="both" password="tomcat" roles="tomcat,role1" /> </tomcat-users> thanks! ~ Troy Campano ~ -----Original Message----- From: Oysgelt, Moisey G [GMG] [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 9:55 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.12 administration After installing 4.1.12, I cannot access admin module. Does anyone know the initial admin password for this version of tomcat Moisey Oysgelt Proposal, Engineering & Pricing Software Sprint->NIS->OSPI->ADM->PEPS Business Phone: 404.649.5374 Business Fax: 404.649.5437 3100 Cumberland Circle Atlanta GA 30339 Mailstop: GAATLN0515 [EMAIL PROTECTED] --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.422 / Virus Database: 237 - Release Date: 11/20/02 =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com ==========================================================================To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com