Question
When saving a drawing from the drawplugin (Save & Exit), the server and/or Java reports:
java.io.IOException: server returned HTTP response code 401 for URL .....
And (perhaps related?) the 'ps -u' for the user that uses the drawplugin shows 15 instances of 'java'
Environment
--
PimVanZutphen - 16 Feb 2004
Answer
401 is an authorisation error (see
http://www.w3.org/Protocols/HTTP/HTRESP.html
). Check your webserver configuration, make sure you are consistent with the standard TWiki installation requirements.
--
CrawfordCurrie - 22 Feb 2004