Oracle iPlanet Web Server 7.0.9 Administrator's Guide

Configuring Search Properties

Search is enabled for a virtual server by enabling the search application included on the server.


Note –

The Java web container must be enabled for search to be enabled.


After ensuring that Java is enabled for the virtual server you want to configure, enable search by performing the following steps:

  1. Click the Configurations tab.

  2. Select the configuration from the configuration list.

  3. Click the Virtual Servers tab.

  4. Select the virtual server from the virtual server list.

  5. Click the Search tab.

  6. Under Search Application, select the Enabled checkbox to enable the search application.

Other parameters which you can configure are listed below:


Note –

Using CLI

To set search properties through CLI, perform the following command in CLI:


wadm> set-search-prop --user=admin --password-file=admin.pwd --host=serverhost
--port=8888 --no-ssl --rcfile=null --config=config1 --vs=config1_vs_1
enabled=true max-hits=1200

See CLI Reference, set-search-prop(1).