I hope that in your
TOMCAT_HOME/webapps/manager/web.xml file in /manager
application, You should create a Manager role.
i.e Your security constraint should look like
following
<security-constraint>
<web-resource-collection>
<web-resource-name> Entire Application
</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>manager </role-name>
</auth-constraint>
</security-constraint>
once you have created this role in web.xml of manager
application, you need to add the user with role as
manager as you have already done.
Restart Tomcat.
It should work now.
Thanks
Hari
--- Sunil Mathew <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> How can I see the current session timeout and set a
> new value. The
> documentation gives the following url
>
>
http://localhost:8080/manager/sessions?path=/examples
>
> But I am not able to see /manager eventhough I have
> setup user with manager
> role as:
>
> <user name="admin" password="admin"
> roles="standard,manager" />
>
> Can somebody help me on this?
>
> Thanks,
> Sunil Mathew.
>
>
>
>
> --
> To unsubscribe:
> <mailto:[EMAIL PROTECTED]>
> For additional commands:
> <mailto:[EMAIL PROTECTED]>
> Troubles with the list:
> <mailto:[EMAIL PROTECTED]>
>
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>