https://bz.apache.org/bugzilla/show_bug.cgi?id=63075

Rainer Jung <rainer.j...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Rainer Jung <rainer.j...@kippdata.de> ---
First: I will close this ticket after my response, because your logs do not
show any obvious indication for a bug. If you want to discuss this further,
please first present your case to the users list:

  http://tomcat.apache.org/lists.html#tomcat-users

The requests with status 401 in your logs seem normal. If you eg. use basic
auth, then the first request does not contain credentials and responds with
401. This triggers a popup in the browser asking for credentials and the
retries the same request, in your case with the user name wcadmin. These
requests sometimes for (status 200) and sometimes do not work (status 503). You
mod_jk logs indicate, that when they do not work, Apache can not connect to
your tomcat, maybe because it is down.

Note that you are also getting mod_jk errors during startup because of not
having a correct JkShmFile. You should fix these before investigating your
other problems further.

Regards,

Rainer

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to