Removing a Web Module from the Tomcat Server

See Also

When you no longer need to run a web module that was added to the server using the IDE, you can use the Runtime window to remove the web module's context from the server. The IDE will recreate the context if the web module is subsequently executed from the IDE.

To Undeploy a Web Module Context:

  1. In the Runtime window, expand the Server Registry node.
  2. Expand the Tomcat 5 Servers node.
  3. If the server is not running, start the server by right-clicking the server, choosing Start/Stop Server from the contextual menu, and clicking Start Server.
  4. Expand the server node and expand the Web Modules node. Note that the Web Modules node does not appear if the server is not running.
  5. Right-click the web module's context node and choose undeploy from the contextual menu.
See Also
Tomcat Web Modules Node
Setting a Web Module Context for the Tomcat Server

Legal Notices