Tomcat 3.2.1 standalone I am trying to test out the security authentication example. I type in the following URL (http://localhost:8080/examples/jsp/security/protected/index.jsp) and then I am prompted for Basic Authentication. I type in (tomcat, tomcat) and then I am authenticated. However, I am not in turn given access to the 'index.jsp' page. I actually get a 404 error. However, after I am authenticated, and I get the 404 Error I manually type in the follwoing URL 'http://localhost:8080/examples/jsp/security/protected/jsp/security/protecte d/index.jsp' and I am able to access the secured page. Another thing, when I type in the following URL to browse the directory: 'http://localhost:8080/examples/jsp/security/protected/' I'm actually given the contents of the 'http://localhost:8080/examples/' to browse. Why is it directing me there? I have set up the authentication with my other webapps and the same type of behavior take place. Does anyone have any ideas as to why this is happening. Thanks in advance, Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
