Web page (IDE Options dialog box)
This is a feature of JBuilder Professional and Enterprise.
Choose the Web tab on the IDE Options dialog box (Tools|IDE Options) to configure the display of the web view and choose how the web server is launched.
Copy Web Run/Debug Launch URL To Clipboard
Copies the URL used to launch the web application to the clipboard. This will enable you to easily go to the same URL in an external browser. Set this option if you're creating a Java Web Start applet or application.
For more information, see "Launching your web application with Java Web Start" in the Web Application Developer's Guide.
Web View Options
These options work in conjunction with the Search For Unused Port option on the JSP/Servlet Run page (Project Properties dialog box) when the specified port is in use by a non-web process.
- Choose the Launch Separate Process And Use Web View option to use both the internal web browser and an external web browser. This option automatically displays your rendered servlet or JSP in the Web View page of the content pane and in the external web browser.
- Choose Use Web View On Running Process If Possible option to use the internal web browser to view your web page. This option automatically displays your rendered servlet or JSP in the Web View page of the content pane. If a web server is already running, JBuilder will use the same process on the existing port. This is the default.
- Choose the Do Not Use Web View, Always Launch Separate Process option when launching your web application in an external web browser.