Setting up an Apache Web Server as a proxy in front of EJBCA Rumi, April 26, 2012 This section will show you how to use an Apache Web Server Proxy in front of EJBCA. The resulting server will Display EJBCA public web at https://ca-server.company.local/ Redirect all HTTP-requests to HTTPS, except for OCSP and CRL. Require a client SSL certificate when accessing https://ca-server.company.local/adminweb/ Be able to loadbalance requests… Continue Reading
Deploying a J2EE application behind an Apache server in a production environment Rumi, April 20, 2012 You have created a Web application using a JBoss application server and you are going to put it in production. Great! But deploying your application with JBoss serving the Web requests directly may not be the optimal solution. First because the Tomcat web server embedded within JBoss is not the… Continue Reading