Setting the web browser


By default, when you run a JSP, the page is displayed in the IDE's built-in web browser. However, you can also set the IDE to display JSP pages in an external web browser.

To change the web browser used for JSP pages:

You can also access the Executor property editor in the Project Settings window by selecting the Execution Types | JSP Execution | JSP Execution node. All of the properties are shown in the right pane of the window.

Note: You can only compile and execute JSP pages located on a local filesystem. You can not compile and execute pages packed in JAR or WAR files.


Contents Prev Next Index