Nenad Bosanac wrote: > Thank you for your very fast response but ihave same > problem again. > I try to change tomcat-users.xml and he looks like > this > > /************************************* > <?xml version='1.0' encoding='utf-8'?> > <tomcat-users> > <role rolename="tomcat"/> > <role rolename="role1"/> > <role rolename="manager"/> > <role rolename="standard"/> > <user name="craigmcc" password="secret" > roles="standard,manager" />
Make that <user username=... />. But that shouldn't be the culprit. > <user username="tomcat" password="tomcat" > roles="tomcat"/> > <user username="both" password="tomcat" > roles="tomcat,role1"/> > <user username="role1" password="tomcat" > roles="role1"/> > </tomcat-users> > /****************************************** > > Of course i change this xml file and start tomcat > again and try to login like craigmcc(username) and > secret(password) and i got this response > > /********************************************* > HTTP Status 403 - Access to the requested resource has > been denied > > type Status report > > message Access to the requested resource has been > denied > > description Access to the specified resource (Access > to the requested resource has been denied) has been > forbidden. > /********************************************** > What i make wrong? Hard to tell. Have you configured a RemoteAddrValve to protect the manager app or something like that? Do the logfiles contain any error messages? Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]