How is the jsp:forward processed

2002-03-26 Thread Nitin Vira
Hi, Can someone please give me a understanding of how jsp:forward and jsp:include directive processed in Tomcat JSP engine, what are the steps followed by the jsp container and what jasper classes are used. Thanks for any help. Nitin -- To unsubscribe: For additi

How to log jsp:forward and jsp:include request

2002-03-22 Thread Nitin Vira
Hi, I am trying to figure out if I can log the jsp:forward and jsp:include directives, that is if i can make container write out to some log file something request a has been forwarded to test.jsp or a.jsp, b.jsp have been included in the compilation of c.jsp. Does any one has any suggestion h

Debugging JSPs and Servlets

2002-02-27 Thread Nitin Vira
Hello, I am trying to create an environment that will assist in debugging jsps, i think one of the basic ways to do debugging is through logging, I want to log various request coming in along with the request parameters, i checked the access loggs but they only logg GET request also it doesnt

RE: Compilation Error when building Tomcat

2001-10-26 Thread Nitin Vira
Craig On Wed, 24 Oct 2001, Nitin Vira wrote: > Date: Wed, 24 Oct 2001 11:20:20 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > > Hi C

RE: Compilation Error when building Tomcat

2001-10-25 Thread Nitin Vira
Hi Craig, The build is finally successfull,there was an old version of ant.jar in jre/lib/ext, but i dont know where did it place the build files and i dont see the binary distribution structure replicated. Thanks, Nitin -Original Message- From: Nitin Vira Sent: Wednesday, October

RE: Compilation Error when building Tomcat

2001-10-24 Thread Nitin Vira
: Compilation Error when building Tomcat On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 10:12:43 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > >

RE: Compilation Error when building Tomcat

2001-10-24 Thread Nitin Vira
RE: Compilation Error when building Tomcat On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 10:12:43 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > &

RE: Compilation Error when building Tomcat

2001-10-24 Thread Nitin Vira
2:28 PM To: [EMAIL PROTECTED] Subject: RE: Compilation Error when building Tomcat On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 11:52:54 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilati

RE: Compilation Error when building Tomcat

2001-10-23 Thread Nitin Vira
: Tuesday, October 23, 2001 11:04 AM To: [EMAIL PROTECTED] Subject: RE: Compilation Error when building Tomcat On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 10:12:43 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTEC

RE: Compilation Error when building Tomcat

2001-10-23 Thread Nitin Vira
, October 22, 2001 6:24 PM To: [EMAIL PROTECTED] Subject: Re: Compilation Error when building Tomcat On Mon, 22 Oct 2001, Nitin Vira wrote: > Date: Mon, 22 Oct 2001 14:20:55 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] >

second post: Error while compiling TC4.0

2001-10-22 Thread Nitin Vira
Hi, Can someone please help me with the compilation process. Why do i get method not found error for some Servlet API classes when the method actually exist. Thanks, Nitin -Original Message- From: Nitin Vira Sent: Monday, October 22, 2001 2:21 PM To: [EMAIL PROTECTED] Subject

Compilation Error when building Tomcat

2001-10-22 Thread Nitin Vira
Hi, I am trying to build Tomcat 4.0 from source on windows. I am following the steps given in the build.txt. when i am doing ant dist, it gives me compilation error for classes related to servlet API saying certain method doesnt exist even though the method is present in the interface. for eg