Where is ORACLE_HTTPSERVER_HOME located in an upgrade?

Hello

I want to install 4.2 APEX. I'm trying to locate the ORACLE_HTTPSERVER_HOME on the file system.

I found the images directory to be here, as it is mentioned in DADS. CONF file:

C:\Oracle\product\11.2.0\Middleware\Oracle_WT3\instances\standalone\images

But the documentation talking ORACLE_HTTPSERVER_HOME\ohs\images

http://docs.Oracle.com/CD/E37097_01/install.42/e35123/otn_install.htm#BHAJDGFJ

DADS. CONF file is:

Alias is 'C:\Oracle\product\11.2.0\Middleware\Oracle_WT3\instances\standalone\images/ '.

AddType text/xml xbl

AddType text/x-component htc

< apex/pls/location >

Order deny, allow

Docs PlsqlDocumentPath

AllowOverride None

PlsqlDocumentProcedure wwv_flow_file_mgr.process_download

PlsqlDatabaseConnectString SERV - TELEG1:1521:TELEG1P.sivoa ServiceNameFormat

PlsqlNLSLanguage AMERICAN_AMERICA. AL32UTF8

PlsqlAuthenticationMode Basic

SetHandler pls_handler

PlsqlDocumentTablename wwv_flow_file_objects$

PlsqlDatabaseUsername APEX_PUBLIC_USER

Apex PlsqlDefaultPage

PlsqlDatabasePassword oracle

PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize

Allow all the

< / location >

And it is located here:

C:\Oracle\product\11.2.0\Middleware\Oracle_WT3\instances\standalone\config\OHS\ohs1\mod_plsql

Where s my ORACLE_HTTPSERVER_HOME located? I'm confused about this.

Thank you for your help.

PS: I did this command and it worked fine:

xcopy/e/i C:\TEMP\apex_4.2.6\apex\images C:\Oracle\product\11.2.0\Middleware\Oracle_WT3\instances\standalone\config\OHS\images

The document said essentially that the images of this Apex version should be made available on the server Apache (SST).

You have therefore 2 basic steps during the installation of the Apex.

1 copy the images to the web server directory. Update dads.conf to create an alias that points to the directory of the image. This directory can be anywhere on the web server, as long as the location is accessible from Apache. But there is no need to be specifically in the ORACLE_HTTPSERVER_HOME directory. For example, the directory can be c:\apex\images.v425 and the alias/i.425 /.

In fact, I do NOT recommend using the alias is agreement as it is independent of the version and does not support the execution of several versions of app Apex (databases) via the Apache server.

With the method I described, you can support multiple versions of the Apex via location of images such as/i.400 /, / i.420 /, / i.425/and so on.

2. This step must Apex to be mounted in the corresponding database. And you use the alias of the image in step 1 as a parameter during installation.

It is important to understand the intent of a step of the manual installation - and not just blindly follow this step. As this step can be done in the context of infrastructure and architecture you have.

Tags: Database

Similar Questions

Maybe you are looking for