Sunday, April 5, 2015

Static files in Webserver OHS or Apache

You can places static images or HTML in your webserver. Oracle HTTP Server (OHS) or apache has htdocs folder.

You can place all your static files in this folder. Then you can acces it by using


http://domainname/filename


In case you places your images inside a images folder in htdocs,

the url will change to http://domainname/images/filename


The location for htdocs folder is config/OHS/<ohs_name>/htdocs

For ex:- /u01/app/oracle/product/webcenter/fmw/Oracle_WT1/instances/instance1

3 comments: