Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (1319 KB)
Dynamic Reloading of Web ApplicationsTo set dynamic reloading of web application, you must do the following:
|
instance_dir/webapps/vs_id/uri/.reload |
where vs_id is the virtual server ID in which the web application is deployed, and uri is the value of the uri attribute of the webapp/ element.
Type touch .reload to explicitly update the .reload file's timestamp each time you make the above changes.
For JSPs, changes are reloaded automatically at a frequency set in the reload-interval property of the jsp-config element in the sun-web.xml file. To disable dynamic reloading of JSPs, set the reload-interval property to -1.