If you are using JSWDK, look for the directory named, "Work". In that
directory, look for your compiled jsp/servlets files there and remove them
and place your modified and compiled file there. So that when you make
changes to your jsp/servlets and re-compile them, your new file will be
accessed.

KM

-----Original Message-----
From: I Khaitan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 15, 1999 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: Pre compiling jsp pages that have an include directive


If you modify the included page and do not modify the including page then
you'll have problems.
When a time stamp check is made it looks for the time stamp of the including
page and not that of the
included page.

So, if you access the same inclided page directly then it would work fine
but things might go wrong (depending on the modifications made and
dependency of this page in the including page) when you call the including
page.

- khaitan


----- Original Message -----
From: Shridharan Gopalan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 14, 1999 1:07 PM
Subject: Pre compiling jsp pages that have an include directive


> All
>         I am having problems precompiling a jsp page that includes another
> file.  In contrast I dont have any problems when I access this page
through
> a client.  Any explanation ?
>
> shridhar
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to