Re: Redirecting IIS to TomCat server

2001-03-19 Thread christophe deniard
hi, thank you for your answer. Actually we do the opposite the doGet method call the doPost - Original Message - From: "Dianne Cree" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "christophe deniard" [EMAIL PROTECTED] Sent: Friday, March 16, 2001 8:17 PM Subject:

RE: Redirecting IIS to TomCat server

2001-03-16 Thread Dianne Cree
hi, we use IIS 5.0 and tomcat 3.0 on a windows 2000 pro. computer We try to use isapi_redirect.dll of Tomcat for tunelling IIS to the TomCat server through a specific port 80. we use the redirection with a get command and all works well. When we try to use the Post method. Unfortunately the