On Fri, 18 Jan 2002, Garcia Buendia, Carlos wrote: > I have some problems configuring apache's file httpd.conf to make tomcat > calls using https (SSL) protocol. > I'm using: > Apache 1.3 > Tomcat 4.0 > Windows NT > > Apache works fine with SSL. > Tomcat works fine stand-alone > Tomcat works fine as an Apache extension (without SSL) > BUT Tomcat works bad as an Apache extension using SSL. For example I have > problems when some servlet call the sendRedirect method of the > HttpServletResponse class. > > Does anybody know how to configure httpd.conf and to make this working OK?
You probably have a virtual host defined to handle the SSL (that's the way we have it at least). You may have to put some of the tomcat related directives within that virtual host block. Milt Epstein Research Programmer Software/Systems Development Group Computing and Communications Services Office (CCSO) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
