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

Reply via email to