Re: Scope Bug in 4.01 !

2002-02-08 Thread L Rutker
} // end // HTML // begin [file="/TestScope.jsp";from=(20,7);to=(21,0)] out.write("\r\n"); // end } catch (Throwable t) { if (out != null && out.getBufferSize() != 0) out.clearBuff

Re: Scope Bug in 4.01 !

2002-02-08 Thread L Rutker
Clanahan" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: Scope Bug in 4.01 ! >Date: Fri, 1 Feb 2002 14:41:57 -0800 (PST) > > > >On Fri, 1 Feb 2002, L Rutker wro

Re: Scope Bug in 4.01 !

2002-02-04 Thread L Rutker
ge. Yet they are visible to Tomcat. The Lou >From: "Craig R. McClanahan" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: Scope Bug in 4.01 ! >Date: Fri, 1 Fe

Scope Bug in 4.01 !

2002-02-01 Thread L Rutker
Hi, The following is a bug I found using Tomcat 4.01 on NT4 The following code: <% if (request.getParameter("type")!= null && request.getParameter("type").equals("user")) { %> <% } else if(request.getParameter("type")!= null && request.getParameter("type").equals("group")) { %> <% } %

Config crashing Tomcat 4.01

2001-11-14 Thread L Rutker
Hi, I am new at this and the way I mapped my servlet might be odd but crashing tomcat wasn't what I expected. I am running Tomcat 4.01 standalone on NT 4 SP6 I am starting it using the shortcut provided by the installation (\Apache Tomcat 4.0\bin\bootstrap.jar" start) and stopping it with the st