Hi,

Am using New Atlanta's ServletExec 2.1 ( Demo ) as my servlet engine with
IIS 4.0. Am having some problem doing SSI. Here it goes.
I had my time.shtml file in my webserver root and had my servlet
M2TimeServer in my servlets folder. here is the code from the time.shtml ...
...................
<body>
M2TimeServer<BR>
Time at M2India:
 <servlet code="M2TimeServer">
 </servlet>
</body>
...................
Now, when i try to load this .shtml file, it's working pretty well, and the
servlet is showing the time as expected. Now, i close the browser and edit
the same time.shtml file to add few lines of text.
...................
<body>
This is a line of text added...<BR>
This is another line of text added...<BR>
M2TimeServer<BR>
Time at M2India:
 <servlet code="M2TimeServer">
 </servlet>
</body>
...................
Now, if I try to load the time.shtml file, it loades the first file without
the newly added lies. I cleared the browser history, refreshed the page. But
it's not loading the new file. I must save it under a different name to see
the effect!!. As can been seen, i use the CODE attribute to load the
servlet. Any idea over this.?

Thanks,

Hari -M2.
[EMAIL PROTECTED]

___________________________________________________________________________
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