Oracle iPlanet Web Server 7.0.9 Administrator's Guide

ProcedureTo Delete a Lifecycle Module

  1. Click the Configuration tab to view the list of configurations and select the configuration you need.

  2. Click Java > Lifecycle Modules tab.

  3. Select the lifecycle module and click Delete Lifecycle Module.


    Note –

    Using CLI

    The following example depicts how to create a Java Lifecycle Module named myLifecycleModule for the configuration test, implemented by the class com.MyLifecycleModule.


    wadm> create-lifecycle-module --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1 
    --class=com.sun.webserver.tests.LifecycleClass LifecycleTest

    See CLI Reference, create-lifecycle-module(1).

    To list Java Lifecycle Modules execute the following command:


    wadm> list-lifecycle-modules --config=test

    See CLI Reference, list-lifecycle-modules(1).

    To add properties to Java Lifecycle Modules, execute the following command:


    wadm> create-lifecycle-module-userprop --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1 --module=LifecycleTest info=Testing

    See CLI Reference, create-lifecycle-module-userprop(1).

    To modify Java Lifecycle Module properties, execute the following command:


    wadm> set-lifecycle-module-prop --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1 --module=LifecycleTest 
    class-path=/space 

    See CLI Reference, set-lifecycle-module-prop(1)