Execute your eBusiness environment file.

webserver-> . $APPL_TOP/[SID]_[hostname].env

Create the password file by adding the first user with the -c switch.

webserver-> cd $IAS_ORACLE_HOME/Apache/Apache/bin
webserver-> htpasswd -cb $APPL_TOP/limited_access user1 password1


subsequent users are added without the -c switch. If you use the -c switch you will create a new file.

webserver-> htpasswd -b $APPL_TOP/limited_access user2 password2

To remove access for a user just remove the user:password pair from the password file with a text editor.