isapi_redirect multithreading problem

2002-08-15 Thread Furer Alexander
Hi All ! I'm running Tomcat4.01 on IIS 5.0 using isapi_redirect.dll. Here is my server.xml for APJ connector: Connector lassName=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=50 debug=0 connectionTimeout=-1/ The problem is, that

Re: Refresh Issue

2002-08-15 Thread Furer Alexander
Check your header cache control - Original Message - From: Richard Johnstone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 12:42 PM Subject: Refresh Issue Hi I am having some problems with the refreshing of servlets. When I call a page from an HTML form

Re: Refresh Issue

2002-08-15 Thread Furer Alexander
Add this to your servlet generated html META HTTP-EQUIV=Cache-Control CONTENT=no-cache - Original Message - From: Richard Johnstone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 1:23 PM Subject: Re: Refresh Issue By cache control, do you mean meta content=0

Re: Refresh Issue

2002-08-15 Thread Furer Alexander
servlet generated html = = response html - Original Message - From: Power-Netz (Schwarz) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 1:45 PM Subject: AW: Refresh Issue Add this to your servlet generated html META