you need restart your servlet runer every time after your compilation..
if your probolem is the cache try this code:
resp.setContentType("text/html");
resp.setHeader("pragma","no-cache");
resp.setHeader("cache-control","no-cache");
i fthis dont work
this to do:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
saludos! / regards
Raghavendran
Sangameswaran To: [EMAIL PROTECTED]
<[EMAIL PROTECTED] cc:
ET> Subject: Re: running servlets
using 'servletrunner'
Sent by: "A mailing
list for discussion
about Sun
Microsystem's Java
Servlet API
Technology."
<SERVLET-INTEREST@jav
a.sun.com>
06/11/00 11:18 PM
Please respond to "A
mailing list for
discussion about Sun
Microsystem's Java
Servlet API
Technology."
Hi,
I develop servlets for various applications. I use the 'servletrunner'
utility to run the servlets locally. Initiallly it was working properly
(the
servlet directory is the 'examples' directory of jsdk2.0). But now even
though
the servlet has been updated, while running, the browser does not display
the
updated version. I have set the properties in the servlet.properties file.
What could be the problem?
Raghav.
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
___________________________________________________________________________
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