First of all place the CD containing the Course material into a mount point.
It should have the following structure:
index.html, related files like
D__/
autorun.inf*
common/
index.html*
logon/
lost+found/
shellexecute.exe*
Company_ethics/
version.txt*
Now, configure the httpd.conf in $WEB_ORACLE_HOME/Apache/Apache/conf
add the following lines at the end of httpd.conf
Alias /doc_documentation/ "/doc_documentation/"
## Options FollowSymLinks MultiViews
AllowOverride None
#mwit start
Order allow,deny
Allow from all
once this lines are added, please bounce the middle tier services.
then When i try to login to the URL
http://servername:8000/doc_documentation
it showed,
Location /doc_documentation is not found in the server
Then, i tried looking into the error_log from $LOG_HOME/ora/10.1.3/Apache
i found that, the directory has to be stored in the location of portal directory as below:
[Tue Feb 23 13:09:34 2010] [error] [client 43.88.68.84] [ecid: 1266926974:172.24.130.118:831724:0:5,0] File does not exist: /oracle/SID/inst/apps/SID_host/portal/doc_documentation/
I created a soft link to this location from where i created the directory.
When i access the URL, wow, it worked with all the features.
Here are the example:
No comments:
Post a Comment