I still have some confusion about the DirResourceSet. When I add the /WEB-INF/classes it looks through recursively and finds all of the class files. I know because one of them adds an additional link to a menu bar and it's there. But when I add a regular directory, say /report, it only adds the first level under that. I know because when I click on the menu link I get an error saying that the task.jsp file is missing. It should be added under /report/data/duration/task.jsp. Are class files or files in WEB-INF handled differently than other files? It didn't seem so when I looked through the code, but I could be missing something.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org