org.ofbiz.catalina.container
Class SslAcceleratorValve
java.lang.Object
ValveBase
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sslAcceleratorPort
protected java.lang.Integer sslAcceleratorPort
SslAcceleratorValve
public SslAcceleratorValve()
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