HTTP Status 403 -- Access to the requested resource has been denied
I am new to
JSP. I followed the book (Beginning
Java Server Page) example to delpoy chapter examples to
Tomcat container.
When I typed:
http://localhost:8080/manager/html, it prompts me to enter user name and password. After entering user name and passwd, I got the above message.
When I checked /tomcat/conf/tomcat-users.xml, both user name and password are matched as I typed. How to solve this error?
Thanks in advance.