...
a. Selected the Windows Installer version at
http://tomcat.apache.org/download-55.cgi#5.5.23
...
b. added the parameters for keystoreFile, keystorePass, truststoreFile
c. bounced tomcat
<!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
<Connector port="8443" maxHttpHeaderSize="8192"
...
Step 5: CASify HelloWorld Servlet within the standard examples
a. verified that
http://localhost:8080/servlets-examples/servlet/HelloWorldExample works.
...
to C:\Tomcat5.5.23\webapps
(this deploys cas if tomcat is running...but just to be sure...step
8)
...
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain:
[org.apache.webapp.balancer.RuleChain:
[org.apache.webapp.balancer.rules.URLStringMatchRule: Target string:
News / Redirect URL: http://www.cnn.com],
[org.apache.webapp.balancer.rules.RequestParameterRule: Target param
name: paramName / Target param value: paramValue / Redirect URL:
http://www.yahoo.com],
[org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL:
http://jakarta.apache.org]]
...