Serving cached pages ?

I am using Sun One Web Server 6.1 SP5 with along with Sun JES. My problem is I have edited few things in communication express interface (/uwc) but web server still serving old / cahced pages.
[199 byte] By [azfara] at [2007-11-26 13:47:30]
# 1

this problem is dynamicreloadinterval

To enable dynamic reloading, you must edit th following attribute of the server.xml file's JAVA element, then restart the server

dynamicreloadinterval = integer(5)

the server.xml setting is the default value for all applications. An individual application can override the value for dynamicreloadinterval by specifying a value

to the class-loader element in the sun-web.xml file.

Have a Happy New year!!

ganda81@hotmail.com

Message was edited by:

ganda81

ganda81a at 2007-7-8 1:23:09 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
Thanks man I have done it by manulay clearing the calsscache directory but kindly explain me more about server.xml settings so I can define a proper time there.
azfara at 2007-7-8 1:23:09 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
check out the following link http://docs.sfbay.sun.com/app/docs/doc/819-6518/6n8hd7tep?q=reload-interval& ;a=view
chilidevelopera at 2007-7-8 1:23:09 > top of Java-index,Web & Directory Servers,Web Servers...