Questions tagged [tomcat-valve]

A Valve is a type of component that can be inserted into Tomcat's request/response pipeline in order to add application-specific logic.

A Valve is a type of component that can be inserted into Tomcat's request/response pipeline in order to add application-specific logic in relation to request processing.

There are many kinds of valves dealing with different aspects of the server's operation and functionality, some of which include:

  • Logging
  • Authentication
  • SSL
  • Single Sign On
  • stuck thread detection

For more information, visit the Apache Tomcat documentation

76 questions
-3
votes
1 answer

Access logs analysis @Tomcat

We have the following access logs pattern enabled in the server.xml file pattern="%h %H %l %u %t "%r" %s %b location: %{location}o". Could someone please help understand the parameters in the pattern followed by the analysis from the logs…
Pradeep Pydi
  • 9
  • 1
  • 5
1 2 3 4 5
6