It is advisable to run Tomcat standalone, not connected through Apache httpd, because you will lose at least 50% of Tomcat’s response performance by proxying all requests through an Apache httpd ...
Recently, I was asked to reorganize some of our Web applications to improve their stability. The major push was to get each of our applications running in its own instance of Tomcat. These ...
WEB-INF/web.xml file, configure the security settings, including which URIs to secure, which authentication method to use (BASIC, DIGEST, FORM, or CLIENT-CERT), and whether to always use HTTPS.