To run a JSP file:
![]() |
You don't need to restart the server to pick up changes in the JSP file. However, you will need to restart the server if there are changes you want to pick up in components referenced by the JSP file (such as JavaBeans components or error pages). In those cases, simply right-click the JSP file and select "Execute (restart server)" from the pop-up menu. |
See also | |
---|---|
Creating a JSP File Editing a JSP File Compiling a JSP File Configuring the JSP Executor |