I believe there is a misunderstanding (I think???)... I already have tomcat talking to IIS, and IIS talking securely with the client. The problem is that IIS decrypts ssl requests to process them. In the case of a servlet request, it forwards the decrypted request to Tomcat and Tomcat sends the response decrypted back to IIS (I think???). I want all requests and responses to be encrypted. How can I have all communication secure???
-----Original Message----- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 2:58 PM To: Tomcat Users List Subject: Re: Tomcat and IIS question http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html On Thursday 26 February 2004 05:19 pm, you wrote: > Can I be running IIS and Tomcat concurrently and have specific webapps > directed to each for processing. I am assuming that Tomcat will be running > as a web server as well as servlet container and that IIS is of course > running as a web server. The goal is to elminate the port number from the > address window for all requests, to use tomcat/ssl for dynamic webapps, and > for other static webapss, have them run through IIS. The general question > is--how can I accomplish this goal??? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
