> Hi, > > I remember reading about this somewhere, but as it always happens, now that > I need the info, I can't find it. > > How do I set up a directory (/files/public) with a universal read > access? I've tried adding a read permission to nobody to the node, but > still get asked for a password trying to access it. Do I need to change > anything in tomcat's configuration. (this all is still black magic to me).
Yes, that's quite hard to do, because the security constraints declaration in the servlet API are not that flexible. They are defined in the webapp descriptor (the /WEB-INF/web.xml in the WAR). Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
