org.ofbiz.catalina.container
Class SslAcceleratorValve

java.lang.Object
  extended by ValveBase
      extended by org.ofbiz.catalina.container.SslAcceleratorValve

public class SslAcceleratorValve
extends ValveBase

To use add (or uncomment) the following line to the Tomcat/Catalina configuarion (ie in ofbiz-containers.xml under the element) Once that is done just setup a connector just like the example http-connector and have it listen on the port you set in the ssl-accelerator-port value.


Field Summary
protected  java.lang.Integer sslAcceleratorPort
           
 
Constructor Summary
SslAcceleratorValve()
           
 
Method Summary
 java.lang.Integer getSslAcceleratorPort()
           
 void invoke(Request req, Response resp)
           
 void setSslAcceleratorPort(java.lang.Integer sslAcceleratorPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sslAcceleratorPort

protected java.lang.Integer sslAcceleratorPort
Constructor Detail

SslAcceleratorValve

public SslAcceleratorValve()
Method Detail

setSslAcceleratorPort

public void setSslAcceleratorPort(java.lang.Integer sslAcceleratorPort)

getSslAcceleratorPort

public java.lang.Integer getSslAcceleratorPort()

invoke

public void invoke(Request req,
                   Response resp)
            throws java.io.IOException,
                   ServletException
Throws:
java.io.IOException
ServletException