Re: TOMCAT IIS and html

2003-06-09 Thread Dan Tran
It will serve every thing ( all files) within your app context not just jsp and servlet -Dan - - Original Message - From: Dominic Parry [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, June 09, 2003 12:10 AM Subject: TOMCAT IIS and html Hi Can I safely assume

Re: TOMCAT IIS and html

2003-06-09 Thread Dominic Parry
Tomcat will or IIS will? Thanks Dom - Original Message - From: Dan Tran To: Tomcat Users List Sent: Monday, June 09, 2003 9:53 AM Subject: Re: TOMCAT IIS and html It will serve every thing ( all files) within your app context not just jsp and servlet -Dan

Re: TOMCAT IIS and html

2003-06-09 Thread Dan Tran
TOMCAT, IIS just do the forwarding _D - Original Message - From: Dominic Parry [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, June 09, 2003 12:59 AM Subject: Re: TOMCAT IIS and html Tomcat will or IIS will? Thanks Dom - Original Message - From

RE: TOMCAT IIS and html

2003-06-09 Thread David Legg
Hi Dom, It depends how you have configured your connector. If you have set up your workers.properties or workers2.properties file to forward /examples/*.jsp to Tomcat then Tomcat will only see JSP file requests and all the HTML or GIF etc requests will be handled by IIS. If however you put

Re: TOMCAT IIS and html

2003-06-09 Thread Dominic Parry
Thanks David Ok. So is there a way to exclude certain extensions. *.html *.jpg, etc. Dom - Original Message - From: David Legg [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, June 09, 2003 11:30 AM Subject: RE: TOMCAT IIS and html Hi Dom, It depends how

RE: TOMCAT IIS and html

2003-06-09 Thread David Legg
Ok. So is there a way to exclude certain extensions. *.html *.jpg, etc. As far as I know there is no way to selectively exclude file extensions. All you can do is selectively include which file types should be passed on to Tomcat. Usually that is not a problem because you either want IIS to

Re: TOMCAT IIS and html

2003-06-09 Thread John Turner
, Dominic Parry [EMAIL PROTECTED] wrote: Thanks David Ok. So is there a way to exclude certain extensions. *.html *.jpg, etc. Dom - Original Message - From: David Legg [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, June 09, 2003 11:30 AM Subject: RE: TOMCAT IIS