Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 61049 invoked from network); 17 Jul 2000 07:24:20 -0000 Received: from pixel.elseweb.com (HELO webcollage.com) (199.203.179.226) by locus.apache.org with SMTP; 17 Jul 2000 07:24:20 -0000 Received: from athena.elseweb.com (athena [192.168.1.30]) by webcollage.com (8.9.3+Sun/6.2.1) with ESMTP id JAA25638 for ; Mon, 17 Jul 2000 09:27:43 +0200 (IST) Received: by mail.israel.elseweb.com with Internet Mail Service (5.5.2650.21) id <3NNHZ7HC>; Mon, 17 Jul 2000 10:23:46 +0300 Message-ID: From: Amos Shapira To: "'tomcat-user@jakarta.apache.org'" Subject: RE: jsp -> class infinite loop Date: Mon, 17 Jul 2000 10:23:38 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Did you try to take a look atthe generated .java files (under directory "work")? > -----Original Message----- > From: Larkin Lowrey [mailto:llowrey@nuclearwinter.com] > Sent: Monday, July 17, 2000 10:19 AM > To: tomcat-user@jakarta.apache.org > Subject: RE: jsp -> class infinite loop > > > On Sun, 16 Jul 2000 23:39:37 -0700, Rob S. wrote: > > >Post the jsp? =) > > All three do the same thing. When the .jsp is being converted to .java > tomcat gets stuck in an infinite loop where it repeats the > last println > over and over. > > --Larkin > > ====[ File 1 ]==== > > > Test JSP file via tomcat > > > hello world >

> > > ====[ File 2 ]==== > > > Test JSP file via tomcat > > > hello world > <%= int x = 10 %> >

> > > ====[ File 3 ]==== > <%= int x = 10 %> > ==== > > >> -----Original Message----- > >> From: Larkin Lowrey [mailto:llowrey@nuclearwinter.com] > >> Sent: July 16, 2000 11:31 PM > >> To: tomcat-user@jakarta.apache.org > >> Subject: jsp -> class infinite loop > >> > >> > >> I just installed tomcat and I am having a problem with jsp. When I > >> request a jsp file and it must be compiled to .java tomcat > goes into an > >> infinite loop repeating the last println statement over > and over in the > >> new .java file. > >> > >> I'm currently running tomcat 3.2b2 but had the same > problem with 3.1. > >> Solaris x86 2.7 > >> Java 1.2.2 > >> > >> Any hints? Tips? Tricks? > >> > >> Larkin Lowrey > >> llowrey@NuclearWinter.com > >> > >> > > > >