On Thu, 31 Oct 2002, Wendy Smoak wrote: > > TC and apache don't need to know about each other unless you want > > tomcat and apache to run on the same port. (This includes SSL on > > 443...) - TC would have to use a different port than the standard > > https 443 for secure transmission - if you require such a thing. > > Thanks for pointing this out! Yes, I do need SSL, so it looks like > Apache and Tomcat will have to learn to play nicely together. > (Ditching Apache isn't an option-- it's doing some CGI stuff > already.)
Well, Tomcat standalone *can* be set up with SSL support (the default port for this is 8443, analogous to the non-SSL service being on port 8080 -- this is all covered in the server.xml file that comes with the distribution). However, I'd strongly suspect (and I think it's been brought up here before) that Tomcat's SSL performance isn't as good as Apache's. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
