RE: Using Tomcat's HTTP processor and SSL

2004-06-16 Thread Gabi
In what I've read people use Apache+Tomcat because better performance in apache serving static content, and the potential to use PHP served by apache for example. In the case that you only use dinamic java code, it's better because it's easier to mantain one service that two!!! But I'ver read too t

Using Tomcat's HTTP processor and SSL

2004-06-16 Thread Jim Kennedy
I am considering using Tomcat alone as my HTTP server as well as my servlet container with SSL configured. I know a lot of people use Apache HTTP Server instead of Tomcat for this and Tomcat is just the servlet container only. Is there any reason why I should not use just Tomcat alone for this.

Re: Using Tomcat's HTTP processor and SSL

2004-06-14 Thread Alex Burton
ect: Using Tomcat's HTTP processor and SSL I am considering using Tomcat alone as my HTTP server as well as my servlet container with SSL. I know a lot of people use Apache HTTP Server instead of Tomcat for this and Tomcat is just the servlet container only. Is there any reason why I shou

Using Tomcat's HTTP processor and SSL

2004-06-14 Thread Jim Kennedy
-Original Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Saturday, June 12, 2004 3:37 PM To: 'Tomcat Users List' Subject: Using Tomcat's HTTP processor and SSL I am considering using Tomcat alone as my HTTP server as well as my servlet container with SSL

Using Tomcat's HTTP processor and SSL

2004-06-12 Thread Jim Kennedy
I am considering using Tomcat alone as my HTTP server as well as my servlet container with SSL. I know a lot of people use Apache HTTP Server instead of Tomcat for this and Tomcat is just the servlet container only. Is there any reason why I should not use just Tomcat alone for this. I'm actual

Re: Using Tomcat's HTTP processor and SSL

2004-06-12 Thread Michael Echerer
Jim Kennedy wrote: I am considering using Tomcat alone as my HTTP server as well as my servlet container with SSL. I know a lot of people use Apache HTTP Server instead of Tomcat for this and Tomcat is just the servlet container only. Is there any reason why I should not use just Tomcat alone for

Using Tomcat's HTTP processor and SSL

2004-06-10 Thread Jim Kennedy
I am considering using Tomcat alone as my HTTP server as well as my servlet container with SSL. I know a lot of people use Apache HTTP Server instead of Tomcat for this and Tomcat is just the servlet container only. Is there any reason why I should not use just Tomcat alone for this. I'm actuall