Saturday, September 20, 2008

How to verify whether mod_osso is working properly or not?

Step 1: Navigate to $ORACLE_HOME/Apache/Apache/htdocs
Step 2: Create a directory called "private"
Step 3: Navigate to $ORACLE_HOME/Apache/Apache/htdocs/private
Step 4: Create a file called "index.html" containing the following text
"This is an index page"
Step 5: Access the file from the following URL, "http://hostname:portno/private/index.html". If it displays the newly created HTML file, the proceed to step 6
Step 6: Navigate to $ORACLE_HOME/Apache/Apache/conf/mod_osso.conf & provide the following lines inside
<Location /private> 
AuthType Basic 
require valid-user 
</Location>

Step 7: Restart the HTTP Server $opmnctl restartproc ias-component=HTTP_Server
Step 8: Now access the same HTML file using the link "http://hostname:portno/private/index.html". It should redirect you to the SSO login page.

No comments:

Post a Comment