RE: Issue with JK connector vs. IIS 6

2007-06-11 Thread Bob Bateman
browser side you just get 404s. I'm out of ideas about how to debug this any further. -BB -Original Message- From: Bob Bateman [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 7:11 PM To: users@tomcat.apache.org Subject: Issue with JK connector vs. IIS 6 Hi all, I'm givi

Issue with JK connector vs. IIS 6

2007-06-11 Thread Bob Bateman
Hi all, I'm giving trouble bringing up an installation of Tomcat 5.5.23 via IIS 6 and the JK1 connector. I have tracked the problem down to something about the IIS 5.0 Isolation Mode. If I enable Isolation Mode, all is well with my config: the connector logs requests and mapping, requests are co

Re: Can a "return" statement cause a problem?

2005-11-04 Thread Bob Bateman
On Fri, 4 Nov 2005 11:14:19 -0800 (PST) Dola Woolfe <[EMAIL PROTECTED]> wrote: Hi, In one of my JSP pages (ErrorPage.jsp) I have the following code. <% if (display-nothing-only-forward) { out.println(""); // return; } //Lot's more code %> It works, but prints out unnecessary html before it