Re: [xwiki-users] SSL on Tomcat 7 Xwiki

2015-04-28 Thread Caleb James DeLisle
I know it's possible to setup tomcat itself to do TLS but personally I would look at using an Apache/AJP connector or Nginx/HTTP for handling the TLS and proxying back to the Tomcat server. I know Apache/AJP - Tomcat to be well tested but I'll throw in a word for Nginx/HTTP - Jetty just because I

[xwiki-users] SSL on Tomcat 7 Xwiki

2015-04-27 Thread Niko B.
Hi, I am trying to setup SSL/TLS on xwiki running tomcat7. I am trying to find the tomcat conf file and the java directory but they dont seem to be in the default location. Since we are running tomcat, the ssl certificate would have to be in tomcat correct? Would this be easier in Jetty? Does