How to stop logging 401 unauthorized errors

2019-11-05 Thread Dean Del Ponte
I'm using Tomcat 9.0.26 on Ubuntu. I would like to configure Tomcat to NOT log any 401 - unauthorized errors. What's the best way to do this? Thanks!

tomcat 5 webdav authentication how to

2007-04-22 Thread Dean Del Ponte
I have tomcat 5 up and running and want to enable webdav, but only a few select users should be able to write to the webdav directory. How can I set this up? By default, if I enable webdav, it looks like anyone can write to the file. Thanks, Dean