About Running Web Modules

See Also

During development and testing, you can execute your web module from the IDE using one of the supported server plugins that implements a J2EE web container. The process for running a web module is slightly different depending on which server you use. For more information, see Targeting the Web Server.

To execute a web module, the web server requires a configuration file. When you create a web module from the IDE, the IDE creates the necessary server configuration for you. For help on executing a web module from the IDE, see the topic about running web modules that is specific to the web module's target web server.

tip  You must place a JSP file in a web module to be able to run it from the IDE.

All the resources that the web module uses must be in the server's class path and their placement must follow the WAR structure:

See Also

Creating a Web Module
Debugging JSP and Servlet Files


Legal Notices