To configure Apache Web Server with Siteminder:
- Go to the %AGILIANCE_HOME%\apache2\conf\extra\ directory, open the agiliance-redirect.properties file
- Replace JkMount /spc/* ajp13 with JkMount /spc/* agl_tomcat JkMount /jasperserver-pro/* jasper_tomcat
- Go to the %AGILIANCE_HOME%\apache2\conf\extra\ directory, open the worker.properties file
- Replace worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 With worker.list=agl_tomcat,jasper_tomcat worker.agl_tomcat.port=8009 worker.agl_tomcat.host=localhost worker.agl_tomcat.type=ajp13 worker.jasper_tomcat.port=8409 worker.jasper_tomcat.host=localhost worker.jasper_tomcat.type=ajp13