Restarting the server


When you execute a JSP page more than once, the server is not restarted. Instead, a new version of the page is loaded into the server. This saves startup time for the page. However, any other classes used by the page are not reloaded. So you may need to restart the server if, for example, you change a bean used by your JSP.

To restart the server:

Contents Prev Next Index