Adding index.html file in root collection folder

Create a blank HTML file and name it index.html. Add this file to the root collection folder of your Collector Server installation.

Creating the index.html file on a Unix system

  1. Go to the following path: /home/<user>/IBM/iccsap/server/bin/webroot.
  2. Create a folder with the same name as your root folder.
  3. Go in the newly created folder and run the following command to create an HTML file:
    touch index.html

Creating the index.html file on a Windows system

  1. Create a blank file in Notepad and while saving it, select All files in the Save as type drop-down list. Name the file index.html.
  2. Go to the following path: C:\Program Files\ibm\iccsap\server\bin\webroot.
  3. Create a folder with the same name as your root folder.
  4. Go in the newly created folder and paste the index.html you created in step 1.