the manager application request url is like this http://{host}:{port}/manager/{command}?{parameters}
you have to give the command which you want to execute. For more details go to: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html ----- Original Message ----- From: Jon Eaves To: Tomcat Users List Sent: Wednesday, November 06, 2002 5:01 AM Subject: Re: Installing and using manager app in 4.1.12 Turner, John wrote: > This is my first foray into the world of the Tomcat manager app. Any help > is appreciated. > [ snip of great example of a good request for help ] > > When I access http://some.host.name:8080/manager, I get prompted with a > standard auth request pop-up. I type in the username and password of the > "admin" user. > > The result is a blank white page and an error message that says "FAIL - > Unknown command /". If you look at : http://some.host.hame:8080/ From a fresh install, the default page gives you the clue you need. There are 2 links on the LHS of the page to the Administration and the Manager applications. You'll find that: http://some.host.name:8080/manager/html Does exactly what you need in this case. Cheers, -- jon -- Jon Eaves <[EMAIL PROTECTED]> http://www.eaves.org/jon/ -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
