Le vendredi 16 mars 2007 à 01:12 +0100, Denis Leclerc a écrit : > How is it possible to configure nuxeo with https access?
You can enable tomcat SSL config (http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html) The best solution is put the jboss server behind an apache (or other web server that supports https + reverse proxying). With apache you have 3 main solutions : - use mod_jk - use standard mod_proxy with ProxyPass / ProxyPassReverse - use mod_proxy_ajp with apache 2.2+ Please take a look at : http://tomcat.apache.org/faq/connectors.html You will find some good explanations on why using apache in front of tomcat. Tiry > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
