Is there anything in the system.out or system.err log files? (catalina.out on unix, stderr/stdout on windows). What about context-specific log files?
you say it's choking, but you also say "it says wrong password", so *something* is responding? Do you get the default tomcat welcome page? (the one with links to both admin and manager apps?) Can you see tomcat in the task list (ps -ef or Windows Task Manager?) Can you get the manager app? are there any drives you haven't mounted or mapped? are there NSF mounts you didn't re-mount? are you using Apache in front, if so are your JK mount directions still valid? are you restoring your drives from an archive? have you ruled out archive corruption? perhaps try downloading the tomcat binary again, and using that binary, just to get Tomcat up and running, then you'll be looking at corruption within the codebase for each context. > -----Original Message----- > From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] > Sent: Monday, April 19, 2004 12:48 PM > To: Tomcat Users List > Subject: emergency - need to get into admin app > > > We reloaded the drives on our web server yesterday, but > Tomcat keeps choking, and we think it's because not enough > memory is allocated, and we're trying to get into the admin > web application, but it keeps saying our password isn't > correct. Even though I set a password during the install, > there was nothing in the tomcat-users.xml file, so I've now > made it this, but we still can't get in: > > <?xml version='1.0' encoding='utf-8'?> > <tomcat-users> > <role rolename="admin"/> > <role rolename="manager"/> > <role rolename="tomcat"/> > <role rolename="role1"/> > <user username="admin" password="secret" > roles="manager,admin"/> <user username="tomcat" > password="tomcat" roles="tomcat"/> <user username="role1" > password="tomcat" roles="role1"/> <user username="both" > password="tomcat" roles="tomcat,role1"/> </tomcat-users> > > I've been restarting Tomcat after saving it after each modification. > > My boss is literally breathing down my neck, so please write > back ASAP if you have a clue, b/c Google isn't helping me out > all that much!!! > > Thanks, > Stephen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
