When you execute a web module using a Tomcat server, the IDE automatically builds, deploys, and executes the module.
To execute a web module:
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.
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 |