Viewing modifications to a custom web application
After making changes to your Java Components web application, you need to view the changes. Caching in the browser or your application server can interfere with seeing the changes you have made. After changing a Java Components application, complete these general tasks in order:
*Save any files involved in the change.
*Refresh the browser page.
*If you do not see changes you made in a JSP or XML file, complete the following tasks in order:
*Shut down the JSP engine.
*Clear the JSP engine’s cache or work directory to ensure that the JSP engine picks up your changes.
*Restart the JSP engine.
*If you do not see changes you made in a cascading style sheet file or a JavaScript file, clear the web browser’s cache, then refresh the page.
Your changes appear in the web browser.