refreshing the page automatically if the configuration file changes
anitha meena
Ranch Hand
Joined: Oct 22, 2007
Posts: 40
posted
0
Hi All,
Am trying to create a small web page in JSP in which it will get it css file name from a configuration file and load it , if the values in the confiugration file has been changed then this jsp page should be refreshed automically
I have write and collect some code from the net but am getting some error
after doing that , open the configuratin file
config.properties and make a change to the property
cssFileName=style2.css
(if it is style1.css change it style2.css and vice versa)
save the changes , once you did this you ll see the error
It would be better if you posted the relevant parts of the error message here.
You're more likely to get useful help here if you can communicate the problem without requiring users to to test your application on another server.