Can someone please help me figure out what is wrong with the configuration below
I keep getting "HTTP Status 403 - Access to the requested resource has been denied" when I run the application.
I'm using netbeans 6.7.1 with
tomcat.
this is my web.xml
this is my tomcat-users.xml file
I was expecting a log in screen to pop up when ever the application is run.
All 3 files index.jsp, index.html and loginerror.html are outside the WEB-INF directory
thanks