Deploying and Executing Web Modules

Once you have successfully debugged your web module you are then ready to deploy and execute it.

The action of deploying also executes the module. When you execute a module, especially a servlet, the KJS engine may cache the classes. If you edit your code and wish to execute the edited code you must:

  1. Deploy the web module
  2. Stop the KJS engine
  3. Restart the KJS in debug mode

To deploy a web module:

  1. Select the web module.
  2. Right click and select Deploy WAR to iPlanet App Server.

The web module is packaged and deployed to the iPlanet Application Server.

To deploy and Execute a web module:

  1. Select the web module node.
  2. Right click and select Execute.

    The web module is packaged, deployed and executed.

    See also
      Debugging a Web Module


    Legal Notices