Hi,

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

Regards,
Kaustuv

  ----- Original Message ----- 
  From: Ǯ С�� 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, November 13, 2002 12:30 PM
  Subject: RE: help me!why i can't start the manager




  here is my "tomcat-user.xml",but i still can't start manager from 
  http://localhost:8080
  please help me ,thank you!!

  <?xml version='1.0' encoding='utf-8'?>
  <tomcat-users>
    <role rolename="tomcat"/>
    <role rolename="role1"/>
    <role rolename="manager"/>
    <role rolename="admin"/>
    <user username="tomcat" password="tomcat" roles="tomcat"/>
    <user username="both" password="tomcat" roles="tomcat,role1"/>
    <user username="role1" password="tomcat" roles="role1"/>
    <user username="manager" password="manager" fullName="manager" 
  roles="manager"/>
    <user username="admin" password="admin" fullName="" 
  roles="admin,manager"/>
  </tomcat-users>


  _________________________________________________________________
  �������������ĵ����ʼ�ϵͳ�� MSN Hotmail�� http://www.hotmail.com 


  --
  To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
  For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to