Thank you so much. That worked like a charm and saved what little hair was
still on my head. :-)

-----Original Message-----
From: Jason Kilgrow [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 7:13 AM
To: [EMAIL PROTECTED]
Subject: Re: Retaining old versions of servlets in memory???


Yep. When you change an included file in a jsp, you must change the
date/time
stamp on the jsp in order for it to be re-parsed and re-compiled with the
changes to the included file to take effect. So, when you change your
javascript file, you have to touch (I insert and then remove a space from my
jsp and save the file) the jsp file.

--- Margaret Fisk <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm experiencing a weird problem that I'm hoping is something simple. I am
> trying to do a complicated task with a simple result -- displaying
database
> results on an HTML page.
>
> Basically what I have is Java scripts that query the database, create XML,
> run it through an HTML conversion using an XSL file and then return it to
> the jsp which original called the java through a tag library.
>
> However, the problem is that once I launch the JSP file in my browser, no
> matter how I change the java scripts in the backend, the front end stays
the
> same. It is somehow remembering what the scripts said when the JSP was
> launched the first time and will not release that information even when I
> shut down the browser and open a new one.
>
> The only way to get the new coding recognized, is to reboot my machine.
>
> This is on a Win2000 server running Tomcat 3.2 (final) and JDK 1.3
>
> Thanks in advance for your help,
> Margaret
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to