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
- Go to the following path: /home/<user>/IBM/iccsap/server/bin/webroot.
- Create a folder with the same name as your root folder.
- 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
- 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.
- Go to the following path: C:\Program Files\ibm\iccsap\server\bin\webroot.
- Create a folder with the same name as your root folder.
- Go in the newly created folder and paste the index.html you created in step 1.