Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.

You are encouraged to leave a comment.








Tuesday, February 23, 2010

Configuring OLM in Oracle Apps 12.1.1

Hi, Today i need to blog out the experience in integrating OLM documents into oracle apps.

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:

Related Posts Plugin for WordPress, Blogger...

Let us be Friends...

Share |

Popular Posts

Recent Comments