![]()
For development and operations teams, a presentation that covers how to manage applications properly from cycling updates to determining failures.
Your business applications provide all the components that do the real work for your enterprise and use Tomcat as the engine to power that work. How can you ensure that your applications on Tomcat are managed properly? How do you cycle application updates over a group of more than twenty server instances? How do you determine the failure of application whether it is during start-up, execution or application shutdown?
Remote User: does not retrieve the remote user information even with successful authentication
There are two types of authentication information that can be retrieved from Tomcat.
First scenario: The Apache Server side authentication.
Second scenario: The Tomcat side Authentication.
To configure Tomcat in retrieving the Apache side authentication:
1. In the httpsd.conf, set up authorization for the protected directory. For example:
Popular Links