Executing a Single Web Module

See Also

When you execute a web module using a Tomcat server, the IDE automatically builds, deploys, and executes the module.

Executing a Web Module

To execute a web module:

  1. In the Filesystems tab of the Explorer, right-click the WEB-INF node for the web module that you want to execute.
  2. Choose Execute or Execute (Force Reload) from the contextual menu. See Executing JSP and Servlet Files for more information about the Execute (Force Reload) action.

    The IDE deploys the web module and opens the root of the web module in the browser.

The Output window displays error information. If desired, you can use the HTTP monitor to monitor requests, data states, and the servlet environment.

Troubleshooting

If you get an error message indicating that a resource is not available, check to verify the following:

If you are using an external browser without an Internet connection to execute JSPs, you must set the browser to connect directly to the Internet. Do not use a proxy or configuration proxy URL. For more information about using external browsers, see the online help page entitled Accessing Local Files Through a Proxy in the Core IDE Help. This page is available from the Web Browser section of the Configuring the Environment folder in the Core IDE Help.

See Also
Executing Web Modules
Creating a Web Module Group Targeting the Web Server

Legal Notices