RE: Tomcat 3.2 admin app

2001-02-02 Thread McCarthy, Richard
PROTECTED]] Sent: Thursday, February 01, 2001 6:36 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.2 admin app What is your enviroment??? Try going to port 8080 where Tomcat is actually listening.. something like this http://localhost:8080/admin The admin index page should come up

RE: Tomcat 3.2 admin app

2001-02-01 Thread Stefan Langer
What is your enviroment??? Try going to port 8080 where Tomcat is actually listening.. something like this http://localhost:8080/admin The admin index page should come up!! Stefan

RE: Tomcat 3.2 admin app

2001-02-01 Thread Johnathan Smith
But whats the login?? --- Stefan Langer [EMAIL PROTECTED] wrote: What is your enviroment??? Try going to port 8080 where Tomcat is actually listening.. something like this http://localhost:8080/admin The admin index page should come up!! Stefan = If your into Body For

RE: Tomcat 3.2 admin app

2001-02-01 Thread Stefan Langer
The login is what ever you define in the tomcat-users.xml file in the conf directory under your tomcat installation. Tomcat doesn't give a default setup for the admin role so you have to edit it yourself. Try something like: tomcat-users user name="tomcat" password="tomcat"