yes using SSL provided by web container or http server is the way to go i think the struts ssl plugin only provide convenient way to redirect certain page to https/http. for example, you might want to force your login page to be always accessed using https then it can help you easily redirect all http access to https
On Wed, Nov 10, 2010 at 6:56 AM, Miguel <miguel...@gmail.com> wrote: > 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 > >