Sun Java System Web Server 7.0 Update 1 Developer's Guide to Java Web Applications

ProcedureTo Load a New Servlet or Reload a Deployment Descriptor

  1. Create an empty file named .reload at the root of the deployed module.

    For example:


    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.

  2. 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.