Oracle HTTP Server (companion cd)

Does the 10G companion cd support OC4J? If so could someone provide and example on configuration and deploying war files?
I was able to modify the server.xml file to allow the Home OC4J container to be started with opmn, but I was not sure how to configure other containers and deploy my war file.
I didn't want to utilize the stand alone oc4j as that requires a license and my client already has a license for the companion cd http server.
Mark

What's the difference between "separate media shipped with Oracle Database" and a "Companion CD"?
The Companion CD was used for material that wouldn't fit on the base CD and which might be optional or unnecessary for many customers. The packaging was labeled with the term "Companion CD" using the English language proper-noun-as-adjective capitalization convention.
Wouldn't something that is shipped with something else be a companion?
Sure, but the suggested semantic relationship between the ad hoc notation "Companion" and companionship neither excludes accompanying or adjunct materials that do not have this designation from the "companion" category nor does it situate all "companion" material as members of the "Companion" category. If Oracle had labeled the CD as the "Overflow CD" the difference in connotation would have been slight but would not lead me to conflate such supplemental offerings with certain household plumbing mishaps.
Scott

Similar Messages

  • Companion CDs for 64-bit Oracle HTTP Server for AIX5L(64 bit) required.

    I need Companion CDs for 64 bit Oracle HTTP Server for AIX5L(64 bit).
    I tried to install using
    as_ibm_aix_companion_101300_disk1.cpio & as_ibm_aix_companion_101300_disk2.cpio
    but when i checked the files present in <Oracle_Home>/ohs/lib , they are of 32-bit.
    Also i tried with Oracle 10.1.2.0.2 but still the server is installed as 32-bit.
    Is 64-bit Oracle HTTP Server supported on AIX5L(64 bit) ?
    If yes, then from where can i download the CDs?
    Any suggestions will be appreciated.

    Greetings,
    Try this link:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201aixsoft.html
    Regards,
    Bill Chadbourne

  • Separate Media -vs- Companion CD - Oracle HTTP Server for 11g

    I am finally upgrading to Oracle 11g. We have been using HTML-DB for a couple of years. In the Oracle Database Installation Guide 11g it says "Starting with Oracle Database 11g, Oracle HTTP Server is available on a separate media shipped with Oracle Database. In previous releases, this product was available as a Companion CD component."
    What's the difference between "separate media shipped with Oracle Database" and a "Companion CD"? Wouldn't something that is shipped with something else be a companion?
    Cheers,
    Gregory

    What's the difference between "separate media shipped with Oracle Database" and a "Companion CD"?
    The Companion CD was used for material that wouldn't fit on the base CD and which might be optional or unnecessary for many customers. The packaging was labeled with the term "Companion CD" using the English language proper-noun-as-adjective capitalization convention.
    Wouldn't something that is shipped with something else be a companion?
    Sure, but the suggested semantic relationship between the ad hoc notation "Companion" and companionship neither excludes accompanying or adjunct materials that do not have this designation from the "companion" category nor does it situate all "companion" material as members of the "Companion" category. If Oracle had labeled the CD as the "Overflow CD" the difference in connotation would have been slight but would not lead me to conflate such supplemental offerings with certain household plumbing mishaps.
    Scott

  • How to configure Oracle HTTP server

    Hi, I installed APEX 3.0 in Oracle 10.2.0.2 database. I installed HTTP server from Oracle 10.2.0 database companion CD. The problem is I am not sure which conf file I need to modify as in the installation document, it only shows steps for how to configure HTTP server 9.0.3/11g/Oracle Application Server 10g. Anybody knows where to get the right doc? Thanks.

    Hi,
    Configure the Oracle HTTP Server (OHS) from the companion CD is the same for other OHS (apart from OHS 9.x where it uses wdbsvr.app).
    So just follow the install guide from
    4.4 About Configuring Oracle HTTP Server
    http://download-west.oracle.com/docs/cd/B32472_01/doc/install.300/b32468/post_inst.htm#BHAGICFJ
    Regards,
    Sunny Patel.

  • Facing problem in installing oracle http server

    hi,
    i am trying to install oracle http server from companion cd (oracle 10g) but facing this error
    /Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory.
    i don't know what to do.
    plz help

    Hi,
    there are other posts on this but try an install of the gnome-libs package on the server. It is possible to install a more recent version than 1.4.1.2.90-34.1.i386.
    Mike

  • New Oracle HTTP server install unable to host remote HTMLDB.

    Hi all.
    I installed the Oracle HTTP Server from the Oracle 10G Release 1 companion CD on a Mac Powerbook running the Tiger OS. I have a CentOS Linux server on my network with Oracle 10G R2 database running that I've installed HTMLDB 2.0 on. I can not seem to get the HTTP server to serve up a front end to my HTMLDB. I can connect and log into the Oracle Database from the MAC using SQLPlus using the HTMLDB_PUBLIC_USER account and password.
    Here is my dads.conf file:
    Alias /i/ "/oracle/product/10.1.0/db_1/Apache/Apache/images/"
    <Location /pls/htmldb>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDatabasePassword HTMLDB
    PlsqlDatabaseConnectString CentOSServ3:1521:htmldb ServiceNameFormat
    PlsqlDefaultPage htmldb
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlAuthenticationMode Basic
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8MSWIN1252
    </Location>
    AddType text/xml xbl
    AddType text/x-component htc
    Here is the errors I'm seeing on the error log:
    [Wed Jan 10 12:58:47 2007] [notice] FastCGI: process manager initialized (pid 246)
    [Wed Jan 10 12:58:48 2007] [emerg] mod_onsint can't initialize ons runtime.
    [Wed Jan 10 12:58:48 2007] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Wed Jan 10 12:58:48 2007] [notice] Accept mutex: flock (Default: flock)
    [Wed Jan 10 12:58:58 2007] [error] [client 127.0.0.1] [ecid: 1168451937:192.168.2.121:249:0:12,0] mod_plsql: /pls/htmldb/htmldb HTTP-503 ORA-12514
    It keeps giving me the error for the Language, but I've changed the PlsqlNLSLanguage serveral times to other posted values I've found and other postings and I still get that error.
    Has anyone else worked through this or may have an idea how I can get this working?
    Thanks,
    Mike

    Also, here is the error I get when browsing to : http://localhost:7780/pls/htmldb/htmldb from the HTTP server.
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at 192.168.3.1 Port 7780
    Thanks,
    Mike

  • Use oracle http server to configure mod_plsql

    Hi,
    I have a question.
    I have already installed HTTP server using the Oracle Database10g Companion CD
    on my Windows 2000 SP4.
    At the end of the installation, it refers to http://<computer_name>:7777
    to open the HTTP server page.
    It seems work fine that it showed the Welcome page of HTTP Server and I find this
    "Oracle HTTP Server is the Web server component of Oracle Application Server 10g Release 2 (10.1.2). Oracle HTTP Server is a robust, reliable Web server based on the Apache HTTP Server, version 1.3."
    But I could'nt do anything of using the mod_plsql components nor another
    Modules (mods) which showed in the welcome page since there is no link to such things.
    BTW, I have experienced with the HTTP server previously on Oracle9i
    When I open the HTTP server page, it showed links to some Modules (mods)
    components such as mod_plsql, etc.
    Does the HTTP Server in this version need to be configured to use the links like in Oracle9i's HTTP Server?
    Or the new Oracle HTTP server does not support for this thing?
    Actually, I worked on Oracle Workflow, which need the Oracle HTTP server to configure
    some few things such as DAD.
    Please, can anybody help me to solve this problem.
    Thanks,
    Buntoro

    look at
    http://download-west.oracle.com/docs/cd/B14117_01/server.101/b12255/confmods.htm
    hope this helps
    carlos

  • How to get standalone Oracle HTTP Server with mod_plsql?

    Hi,
    I do not know if it is just me but it seems to be a nightmare to get OHS with mod_plsql from the official OTN download site. I downoaded the companion CD for Windows - 3 disks, installed OHS - no mod_plsql. Then I tried to find any clue on OTN on how to download mod_plsql - none. Plenty of information on how to configure it and use it, but nothing on how to get it.
    PLSQL gateways is not an option for us because many of our clients do not allow direct communication between the database and the Internet.
    Windows 2003 Server R2
    Apex 3.2.1
    RDBMS 10.2.0.4
    Any help appreciated,
    WK
    PS.
    I would not like to download the software from unofficial sites but rather get it straight from Oracle.

    Hi,
    For those interested: I found Oracle HTTP Server with mod_plsql on OTN -> downloads -> middleware -> WebCenter suite.
    WK

  • Oracle HTTP Server + PHP

    Does anyone know how to enable PHP support on Oracle HTTP Server (from Oracle DB Companion CD)? I tried to compile PHP on it, bet I get the following error:
    Configuring SAPI modules
    checking for AOLserver support... no
    checking for Apache 1.x module support via DSO through APXS...
    Sorry, I was not able to successfully run APXS. Possible reasons:
    1. Perl is not installed;
    2. Apache was not compiled with DSO support (--enable-module=so);
    3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
    The output of /u01/app/oracle/product/10.1.0/cp_1/Apache/Apache/bin/apxs follows
    ld.so.1: /u01/app/oracle/product/10.1.0/cp_1/Apache/Apache/bin/httpd: fatal: libdms2.so: open failed: No such file
    or directory
    apxs:Error: Sorry, no DSO support for Apache available
    apxs:Error: under your platform. Make sure the Apache
    apxs:Error: module mod_so is compiled into your server
    apxs:Error: binary `/u01/app/oracle/product/10.1.0/cp_1/Apache/Apache/bin/httpd'.
    configure: error: Aborting
    Oracle HTTP server does not have DSO support, is there some possibility to enable it? Or there exists another way to enable PHP support on Oracle HTTP server.

    Could you paste the full command line you used to run the configure script? My initial guess is that you didn't specify the full path to Apache's apxs (usually located somewhere around "$ORACLE_HOME/Apache/Apache/bin/apxs"). Among other things, try making sure you've specified "--with-apxs=$ORACLE_HOME/Apache/Apache/bin/apxs" on the command line.
    If you don't know where apxs might be, you can also usually try finding apxs with "find / -name apxs > find.out". If you have "find" on your flavor of *n?x, this will output all files exactly matching the name "apxs" to a file named "find.out" in your current directory. You can usually view the file by running "cat find.out" on the command line. Look for lines in the file with "Apache" on them and/or your Oracle install directory (or $ORACLE_HOME).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Oracle HTTP Server for APEX3.2

    I am a DBA but new to APEX.
    On page 4-15 of APEX3.2 Installation Guide, it says
    Install from the Database and Configure Oracle HTTP Server
    This section describes how to configure Oracle HTTP Server with mod_plsql
    distributed with Oracle Database 11g or Oracle Application Server 10g.
    It seems that Oracle HTTP Server is neither distributed with the database CD nor Example CD. Am I right?
    Also, can I use HTTP Server bundled with OMS to serve as HTTP Server for APEX? Will that impact Grid Control?
    EPG is not considered.
    Thanks,
    Kevin

    Hi
    When using Grid of course, there is a HTTP server
    When having the Rdbms, you need the companion cd or use one of products that has already HTTP server .... ( Example ; IAS, etc )
    Kind regards,
    Iloon

  • Installing Oracle HTTP Server WITHOUT Universal Installer?

    On my computer (Win XP, DB 10.1.0.4) the Universal Installer that comes with the Companion CD still fails at startup. So I installed HTML DB from the htmldb_2.0.zip file.
    But what about the HTTP Server? How can install it without using the OUI?
    The response file from the Companion CD offers only these two choices:
    - Oracle HTML DB and Oracle HTTP Server
    - Oracle HTML DB only
    I have to admit that I don't really fancy the idea of installing HTML DB again via response file...
    Any ideas?

    Sabine,
    Do you use an intel pentium 4?Yes. Do you think that bug is still around?No, I was confusing it because just recently I installed 8.1.7 on my XP machine and ran into that bug. It shouldn't affect a 10.x install.
    What is the error message you get? Or does it just
    crash?The windows error message "The oui.exe found a
    problem and need to be closed." ("oui.exe hat ein
    Problem festgestellt und muss beendet werden") Tough. Not much information.
    Do you have anything special set up on your machine, firewall, cluster, etc.? How much RAM?
    Sometimes the setup.exe didn't work for me. There is another oui.exe in the "install" subdirectory. Please try this one.
    If you don't get any further I would suggest to open an iTar with Oracle Support.
    If you had more specific error messages perhaps we can find something.
    Please look in c:\programme\oracle\inventory\logs whether you can find more information.
    ~Dietmar.

  • To install Oracle HTTP Server only

    Hi,
    I already installed Apex (3.0) in an Oracle database a while ago. I have used our Oracle iAS 10.1.2 as the application server. Now, I would like to install the Oracle HTTP Server in the database server and use it to run Apex. With the 10g companion CD, there is not any option to install the Oracle HTTP Server (Apache 1.3) only. Is there any way that I can install the Oracle HTTP Server only without installing Apex again? Where can I download it?
    Also, I heard that there is a version of Oracle HTTP Server (Apache 2) bundled with Oracle 11g. Can I use it for Apex 3.0?
    Thanks.
    Andy

    Hi,
    See:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
    Here you have the option, to install HTTP only
    Kind regards,
    Iloon
    PS: be aware this cd contains apex 1.6 ;-)

  • Versions of Oracle HTTP Server

    I am working on an Apex version 2.0.0.00.49. I am confused about the version of Oracle HTTP Server that is in use. I believe it to be 1.3.34 but is that the latest version?

    I am upgrading to apex release 3.1.2. There is a patch, but I did not apply the patch yet since the install failed. Also, I've been searching & found a tutorial for installing APEX 2.2. It says that you need to install HTTP from the 10g companion cd prior to installing APEX. So, I'm guessing that I need to install HTTP first for 3.1.2. If that's true, then WHY doesn't the install instructions for 3.1 also say to install HTTP first? It is not clear! The 3.1 documentation only says you need to DECIDE which you're going to use: HTTP or embedded (which is in 11g). I thought that the install script would prompt me for my choice. So much for my interpretation skills.

  • Oracle HTTP Server (OHS)  Installation Problem on Win 2003 Server SP2

    Hi,
    I tried to install Oracle HTTP Server (OHS) on my Windows 2003 server SP2, however I couldn't manage to succeed this.
    I tried on 3 different win2003 server SP2 machines and couldn't able to install properly.
    I easily installed and run this HTTP server on my Windows 7 machine. However on the other partition of my PC
    windows server 2003 is installed. It didn't worked on this OS.
    Once I was somehow able to install OHS on my 64 bit Windows 2008 Server, but again never:((
    I got the following error messages during the install.
    waiting for your answers .
    ERROR1
    Web Tier Configuration
    Log
    Config Action Web Tier Configuration started
    Create and Start AS Instance (instance1)
    Error
    Unable to validate NonJ2EEManagement Application deployment on admin server.
    Step Create and Start AS Instance (instance1) failed
    Unable to validate NonJ2EEManagement Application deployment on admin server.
    Step Create and Start AS Instance (instance1) failed
    Log
    Step Create and Start AS Instance (instance1) started
    Deploying NonJ2EEManagement Application...
    Step Create and Start AS Instance (instance1) failed
    Step Create and Start AS Instance (instance1) failed
    Create and Start OHS Component (ohs1)
    Log
    Create Shortcuts
    Log
    ERROR2
    Web Tier Configuration
    Log
    Config Action Web Tier Configuration started
    Create and Start AS Instance (inst2)
    Error
    Unable to start opmn
    Step Create and Start AS Instance (inst2) failed
    Unable to start opmn
    Step Create and Start AS Instance (inst2) failed
    Log
    Step Create and Start AS Instance (inst2) started
    Creating Oracle Instance directories...
    Recording OPMN ports reservations...
    Bootstrapping OPMN configuration files...
    Instantiating opmnctl for direct usage...
    Registering instance
    Step Create and Start AS Instance (inst2) failed
    Step Create and Start AS Instance (inst2) failed
    Create and Start OHS Component (ohs2)
    Log
    Create Shortcuts
    Log

    A few guesses what could be wrong.
    - Under which user are you installing, does this user have all the rights to create and start stuff.
    - Have you first installed a weblogic server (this should be installed) and did associate any components with the weblogic domain?
    I usually do not associate anything with my weblogic domain and configure the httpd.conf file for the Apache server by hand instead of using the enterprise manager.
    Once the WebLogic server is installed i follow the following steps
    Installation WebTier
    Run setup.exe
    Select Install Software - Do Not Configure.
    Click Next.
    Prerequisite Checks --> Next.
    Accept the default installation directory.
    Click Next.
    Uncheck i wish to... click Next (in the pop-up Yes)
    Click Install.
    Click when the installation it finished and click Finish
    Configuration WebTier
    Run the file <WebTier-Home>/bin/config.bat.
    Click Next
    Uncheck Associate Selected Components with WebLogic Domain and click Next
    Accept the defaults and click Next
    Enter the parameters for the WebCache
    Web Cache Administrator Password: password
    Confirm Password: password
    Click Next.
    Select Auto Port Configuration and click Next.
    Uncheck I wish to... and click Next. (pop-up Yes)
    Click Configure
    Click Next and Click Finish
    When i follow the above steps an instance of the webtier is running.

  • Installation Problem about ORACLE HTTP SERVER 10g

    I tried to install oracle http server on windows xp sp2. Everthing was all right until
    it made some recommend tasks while installing. It could'nt start the http server at there. I completed the installation. After then when i connect to the internet and try to start http server it starts. But when i do not connect to the internet it gives an error like apache.exe couldn't start on executing ApacheModuleonsinst.dll. I want to learn what causes to this problem.

    pparkko wrote:
    With this type of behaviour, you always need to find out the real error.
    Try opening a command prompt (cmd) and running the command from the command line.
    Then you can see what is going wrong.I have a question, I just upgraded our test 11i database (9i) to 10g (10.2), as a part of that upgraded forms, reports, graphics to patchset 18. Now planning to install 10giAS on appsTier on which forms, Apache and discoverer running. If I install 10giAS in differnet home, how can I get that in to appsTier?, does it mean adapcctl script no longer be used to start webservices?. I haven’t done this before, if my question is stupid, please ignore :).

Maybe you are looking for

  • Customizing Style sheets in Istore

    Hai, Is there any way to have multiple .css files pointing to the same minisite registered under the programmatic access name 'STORE_STYLE_SHEET'. if I am trying to do this through Store Administration UI then I get the following error Error in savin

  • Microsoft Office Outlook 2013 Synchronies, network bandwidth jammed Problem.

    I have installed Microsoft Office Outlook 2013 (Standard Edition) in an about 5-6 Laptops, and I am facing issue that while synchronization is going on, my office network bandwidth is being affected. It utilises huge network bandwidth, and because of

  • I can no longer pull up PDF's in photoshop elements 12

    I am trying to pull up a calendar I created as a PDF.  I was able to pull it up in Photoshop Elements 12 last week but now when I try and pull it up it just comes up with grey and white checkered squares instead.  What am I doing wrong?

  • MDM Syndication Automation Issue.

    Hi               Iam practising MDM asyndication process automation. As part of this I have created Syndication Map and assigned this map to Outbount port in MDM console. BUt i can not see any syndicated Files in outboud ready folder in MDM Server.  

  • How do i change default viewer on OS 10.8.2?

    I want Photoshop to be the default viewer.  How do I replace Preview with Photoshop?