Notes.ini Entry



Name:

    DominoEnableJavaServlets

Syntax

    DominoEnableJavaServlets=0 / 1

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Java, Server

        Default:

          0

        UI equivalent:

          None

        Description:
        Enables or disables domino servlets support.

        Values 0 ( Disabled = Default ) and 1 ( Enabled )

        Using Java servlets with the Domino server.. To enable:

        **1. Enable Java servlet support.**

        2. Install the servlet.

        3. Register the servlet.

        4. Access the servlet via the Web.

        Note:

        **Step 1: Enabling Java servlet support**

        In Domino, support for servlets is disabled by default. To enable servlet support, edit the server's Notes.ini file and add the following line:

        DominoEnableJavaServlets=1

        When you restart the server, it loads the Java Virtual Machine and locates the ServletManager Java class, adding the file icsclass.jar to the CLASSPATH environment variable automatically.