Hello Dan, Actually, authentication is a bit more though than adding roles/users in tomcat-users.xml. I would recommend you to start with a bundled tomcat/slide distribution, and then figure out what's happening. The bundled distribution has authentication ON and it's integrated with tomcat's authentication realm. After starting the bundled distribution one time, navigate to the /bin/store/users path and check out some of the xml files for some insight.
Best regards, Miguel _________________ Thanks! Ok, so by "configure authentication within Tomcat", I deduced that you mean "add a 'root' user to tomcat-users.xml and give it the 'root' role". Damn, I'm so smart! I really don't know anything about Tomcat either. That worked a little. In tomcat-users.xml, I have <user username="root" password="root" roles="tomcat,role1,user,root"/> Now, I can browse to http://localhost:8080/slide, enter root/root and see the files listed in internet explorer. I can also create a Network Place (webfolder) by entering root/root too. But, I can't open the Network Place. When I try, it tells me "the current operation could not be completed because an unexpected error has occurred". I also still don't have any ideas about the empty downloaded files deal. Thanks again __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
