Hello Pawel,
No, I don't have any benchmarks about the speed of mod_ssl vs tomcat
ssl. I prefer apache with mod_ssl because I'm familiar with the
configuration of open_ssl, I have the perception of being more secure
to separate the application web server from the front webserver, and
because mod_jk has clustering capabilities, and that permits me to add
and remove tomcat instances to manage capacity using a single apache
httpd server (and a single IP).
Beyond that, you need to take into account that you can operate tomcat
in "pure java mode" using the java ssl (configured in the java way),
or in "native mode" using tomcat native, using openssl (and is
configured in the openssl way), and the performance difference is
significative.
Those are my reasons for my preference.
Regards,

Si quieres ser más positivo, pierde un electrón
Miguel Ruiz Velasco Sobrino



2010/11/10 Paweł Wielgus <poulw...@gmail.com>:
> Hi Miguel,
> do You have or know of any real life benchmarks that shows that tomcat
> ssl is slower than apache mod_ssl?
>
> Best greetings,
> Paweł Wielgus.
>
> 2010/11/9 Miguel <miguel...@gmail.com>:
>> Hello,
>> I haven't used that plugin, but I recomend you to use the SSL provided
>> by tomcat or your web container, it's easier.
>> But if you want the best speed, i really suggest yo to use apache
>> httpd with mod_ssl for the ssl work and mod_jk, to forward the traffic
>> to tomcat or jetty. You can find documentation about this in the
>> tomcat connectors page and the httpd documentation.
>> Regards,
>>
>> Si quieres ser más positivo, pierde un electrón
>> Miguel Ruiz Velasco Sobrino
>>
>>
>>
>> On Tue, Nov 9, 2010 at 15:12, Ken McWilliams <ken.mcwilli...@gmail.com> 
>> wrote:
>>> I'm just looking into this and have never implemented ssl before.
>>>
>>> I found this: http://code.google.com/p/struts2-ssl-plugin/ and was
>>> wondering if anyone here has used it?
>>>
>>> I looked on this list https://cwiki.apache.org/S2PLUGINS/home.html
>>> and didn't see any explicit mention of SSL, nor did I find reference in
>>> "Struts2 in Action" or "Apache Struts 2 Web Application Development".
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>>> For additional commands, e-mail: user-h...@struts.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to