Workspace Configuration HTTP Server: Apache, IIS or others?

When I configure workspace under Hyperion Foundation, it asks me to configure the HTTP Server and gives me a choice of using Apache or IIS. My question is, are these the only two choices of HTTP Server for workspace? What if I had say Oracle HTTP Server installed, would workspace give me the option of using that?
Also, it is my understanding that FDM requires IIS to run. Now while I do have IIS installed, the workspace screen lets me select Apache as the HTTP Server. So does FDM work fine with Apache ?

The default http servers are iis and apache up to version 11.1.1.3, in 11.1.2 apache is dropped and replaced by OHS.
It think it is possible to use OHS if you are also using Oracle application server in 11.1.1.3 (not something I would recommend as OAS is dropped after that)
The http server just really acts as a redirect to other products from workspace, so you access workspace on one port and it will redirect to the other products on different ports.
So Apache really does not have anything to do with with FDM and FDM will still run on IIS.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to configure http server in oracle 10g

    Hi
    I am configuring apex 3.2.1 on oracle 10g 10.2.0 I need help how to configure http server bec i did not find any Apache file or folder in 10g if it is then how .
    Arshad

    Hi
    I use to configure only this in $ORACLE_HOME/forms/server/forms.conf (and restart ias):
    AddType application/x-orarrp rrp_
    AddType application/x-orarrp-text rrpt
    AddType application/x-orarrp-ps rrpp
    AddType application/x-orarrp-pdf rrpa
    AddType application/x-orarrp-rtf rrpr
    AddType application/x-orarrp-html rrph

  • OracleOraHome92Agent - OIA & Oracle HTTP Server - Apache JServ Cant Startup

    Recently i have 2 oracle 9i database server {A} & , and my task is to migrate all the data from {A} To {B}.
    I used [Orcale Management Server - OMS] to login for connect both server for data manipulation. However, when i used [Discover Nodes] in the [Oracle Enterprise Manager Console], the [A] cant find.
    I found that [OracleOraHome92Agent - OIA] in Windows [Services] is not Started even i manually start it. I found 1 web site told about [How does one start the Oracle Intelligent Agent?] in URL [http://www.orafaq.com/faqoem.htm#IA-START].
    I have follow the steps and also cant get it started succeefully.
    Besides that, i also found that [Oracle HTTP Server - Apache JServ] is not successful start up also. Error Msg is written below:
    "Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf: FastCgiServer: redefinition of a previously defined FastCGI server "c:/oracle/ora92/bin/isqlplus"
    Note the errors or messages above, and press the <ESC> key to exit.
    It is the [HTTP Server] cant start up affected the [Oracle Intelligent Agent]?
    Thanks fro reading my messages. Hope u can help me.

    OEM agent should be independent of any other components, considering its function.
    What is the error message when you try to start the OracleAgent service?
    Did you try following steps from FAQ as well?
    "If the agent doesn't want to start, ensure your environment variables are set correctly and delete the following files before trying again:
    1) In $ORACLE_HOME/network/admin: snmp_ro.ora and snmp_rw.ora.
    2) Also delete ALL files in $ORACLE_HOME/network/agent/."

  • Can ASP be supported by oracle http server(apache)?

    anyone knows if ASP can be supported by oracle http server(apache)?

    The Oracle9iAS Migration Kit for ASP release 1.2 is availble on OTN from http://otn.oracle.com/tech/migration/asp/content.html. From the main page there is a feature overview and white paper that explain the solution and product road map.
    The latest release is now production and has the following new features:
    - Support for Oracle9iAS Release 2
    - Support for Linux as well as Solaris and Windows
    - Integration of migrated ASP applications with JSP and J2EE
    - Clustering migrated ASP applications
    - Internationalization improvements
    - Simplified deployment (EAR File production)
    - Simplified installation
    - Enhanced documentation
    Regards,
    Blair.

  • Configure HTTP server for iAS

    Hi Friends,
    In configuring iAS HTTP server which one among the .conf it created is called
    "Database Access Descriptor(DAD)"? I am confused with lots of .conf
    in the directory $ORACLE_HOME/Apache/ who is the DAD here.
    ========
    /u02/visora/iAS/Apache/Apache/conf/mod__ose.conf
    /u02/visora/iAS/Apache/Apache/conf/srm.conf
    /u02/visora/iAS/Apache/Apache/conf/access.conf
    /u02/visora/iAS/Apache/Apache/conf/httpds.conf
    /u02/visora/iAS/Apache/Apache/conf/httpd.conf
    /u02/visora/iAS/Apache/Apache/conf/httpd_pls.conf
    /u02/visora/iAS/Apache/Apache/conf/oracle_apache.conf
    /u02/visora/iAS/Apache/Apache/conf/imeeting.conf
    /u02/visora/iAS/Apache/Apache/conf/apps.conf
    /u02/visora/iAS/Apache/Apache/conf/security.conf
    /u02/visora/iAS/Apache/Apache/conf/trusted.conf
    /u02/visora/iAS/Apache/Apache/conf/oprocmgr.conf
    /u02/visora/iAS/Apache/Apache/conf/url_fw.conf
    /u02/visora/iAS/Apache/modplsql/cfg/plsql_pls.conf
    /u02/visora/iAS/Apache/modplsql/cfg/plsql.conf
    /u02/visora/iAS/Apache/modplsql/prepatch/cfg/plsql.conf
    /u02/visora/iAS/Apache/modplsql/prepatch/cfg/plsql_pls.conf
    /u02/visora/iAS/Apache/Jserv/etc/jserv.conf
    /u02/visora/iAS/Apache/modimeeting/conf/mod_imeeting.conf
    /u02/visora/iAS/Apache/jsp/conf/ojsp.conf
    ====================
    Thanks a lot

    Post it on EBS forum General EBS Discussion
    --Shiv                                                                                                                                                                           

  • Oracle database XE - Configure HTTP Server

    Goodmorning,
    I've installed Oracle database 10g Express Edition ona linux server.
    Now I can navigate with my browser to the url
         http://xxx.xxx.xxx.xxx:8080/apex
    and this is ok to manage my db.
    My problem is that I can navigate to the url
         http://xxx.xxx.xxx.xxx:8080/sys
    and other subdirectories using my browser.
    I want configure my Oracle HTTP server to allow navigation to APEX but prevent navigation to sys direcotries.
    I can't change configuration in
         APEX->Administration->Manage HTTP Access
    setting "Available only from local server" becuse in this way I couldn't access to APEX too from my client workstation.
    Any ideas?

    Hi,
    the usual way would be to install an Apache http server in front of XE and configure it to be a proxy.
    Using an Apache2 you would change the httpd.conf like this:
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
      RewriteEngine On
      ProxyRequests Off
      SetEnv force-proxy-request-1.0 1
      SetEnv proxy-nokeepalive 1
      RewriteCond %{REQUEST_URI} /(([^/]+)(/.*)*)$
      RewriteCond %2 =apex [OR]
      RewriteCond %2 =i [OR]
      RewriteCond %2 =public
      RewriteRule ^/(.*) http://localhost:8080/%1 [P]Or you can search the XE-forum for 'proxy'.
    If you cannot use an Apache for any reasons (but it is definitely recommended) then you might be able to change the acls for the xmldb folder SYS.
    http://www.google.com/search?hl=de&client=firefox-a&rls=org.mozilla%3Ade%3Aofficial&hs=tb3&q=change+acl+xmldb+sys+folder&btnG=Suche&lr=
    Regards,
    ~Dietmar.

  • Oracle HTTP Server/Apache in a shared environment?

    Our server group wants to consolidate our HTTP servers into their Apache servers...
    i.e. to run multiple Apache servers on a single box and each Apache server runs on a different port.
    Does anyone forsee problems with running our Oracle HTTP/Apache in a shared environment?

    This should be easily accomplished by creating new locations (using the <Location /directory> directive) in your Apache configuration. This would result in some /directory that each app would live under. If you do this they can all share the same port. Port 80 presumably.
    It's a different story if you want them all to use the root. If all the various web applications want to use the root directory then you need to use different ports for each application and create VirtualHost entries for each port that you want Apache to listen on.
    Either way, you should be able to host all the standard (non-Oracle) Apache stuff on an Oracle HTTP server. The non-Oracle apps simply wouldn't use any of the Oracle modules.
    Earl

  • Can I change from Embedded PL/SQL Gateway to Oracle HTTP Server/Apache?

    Hi everyone
    Can I change a running installation of Oracle 10.2.0 Application Express 3.2.1.00.10 to move away from the Embedded PL/SQL Gateway on to the Oracle HTTP Apache server? I'd like the change to be as transparent as possible to avoid an outage if I can. Do I need to reinstall everything and just import a backup or is there a way to switch between the http servers? I couldn't find anything on "switching" in the User's guide, so I was hoping one of you may have successfully tried this.
    Many thanks for your help!
    m.

    It should be straight forward with a very small downtime. Test on dev system before interrupting the prod system.
    1. Install OHS
    2. Configure OHS
    3. Configure the mod_plsql plugin
    4. Stop the Embedded PL/SQL Gateway
    Let the users know about the new URL.
    All the above steps are documented in the docs.
    -Andy

  • Problme in http server configuration with different database version

    I have two instances of oracle databases on two different machines.
    1. Oracle 9i R 2 with default http server
    2. Oracle 10 g with http server of Oracle 10 g AS.
    Now the problem is that when i want to cross configure the http servers that is to configure http server of 9i R 2 data base with the 10g data base or vice versa. It give the following error.
    Can not run. Capacity probem.................
    Plz tell me that is there any pronle in these configuration. Is it possible to configure 9i http server with 10 g data base and vice versa If yes then why I am getting errors???

    The entries of the log file are as under:
    Tue Aug 07 05:00:29 2007] [error] [client 10.8.7.33] [ecid: 1186444829:10.8.7.33:1968:7060:109,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:05:29 2007] [error] [client 10.8.7.33] [ecid: 1186445129:10.8.7.33:1968:7016:114,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:10:29 2007] [error] [client 10.8.7.33] [ecid: 1186445429:10.8.7.33:1968:7528:90,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:15:29 2007] [error] [client 10.8.7.33] [ecid: 1186445729:10.8.7.33:1968:5872:128,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:20:29 2007] [error] [client 10.8.7.33] [ecid: 1186446029:10.8.7.33:1968:2468:95,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:25:29 2007] [error] [client 10.8.7.33] [ecid: 1186446329:10.8.7.33:1968:7236:136,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:30:29 2007] [error] [client 10.8.7.33] [ecid: 1186446629:10.8.7.33:1968:536:116,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:35:29 2007] [error] [client 10.8.7.33] [ecid: 1186446929:10.8.7.33:1968:3556:108,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:40:29 2007] [error] [client 10.8.7.33] [ecid: 1186447229:10.8.7.33:1968:6920:132,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:45:29 2007] [error] [client 10.8.7.33] [ecid: 1186447529:10.8.7.33:1968:7536:119,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:50:29 2007] [error] [client 10.8.7.33] [ecid: 1186447829:10.8.7.33:1968:5108:76,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 05:55:29 2007] [error] [client 10.8.7.33] [ecid: 1186448129:10.8.7.33:1968:668:121,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 06:00:29 2007] [error] [client 10.8.7.33] [ecid: 1186448429:10.8.7.33:1968:6640:129,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 06:05:29 2007] [error] [client 10.8.7.33] [ecid: 1186448729:10.8.7.33:1968:7324:123,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 06:10:29 2007] [error] [client 10.8.7.33] [ecid: 1186449029:10.8.7.33:1968:2168:81,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 06:15:29 2007] [error] [client 10.8.7.33] [ecid: 1186449329:10.8.7.33:1968:2320:166,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 06:20:29 2007] [error] [client 10.8.7.33] [ecid: 1186449629:10.8.7.33:1968:7320:114,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 06:25:29 2007] [error] [client 10.8.7.33] [ecid: 1186449929:10.8.7.33:1968:7528:96,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 06:30:29 2007] [error] [client 10.8.7.33] [ecid: 1186450229:10.8.7.33:1968:7580:124,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p
    [Tue Aug 07 06:35:29 2007] [error] [client 10.8.7.33] [ecid: 1186450529:10.8.7.33:1968:668:124,0] File does not exist: c:/oraas/apache/apache/htdocs/pls/orasso/htp.p

  • 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.

  • APACHE HTTP SERVER STOP RUNNING

    TESTING ON WIN 2000
    After installing IAS 9 PORTAL AND HTTP SERVER
    ON WIN 2000
    INSTALLATION COMPLETE OK
    HTTP SERVER APACHE START OK
    BUT CRASHES AFTER A FEW SECONDS WITH
    ERROR MESSAGE ON WINDOWS SERVICES 'System Error 1607'
    DID SOMEONE FOUND THE SAME MESSAGE WHEN
    APACHE CRASHES ON NT???
    null

    I installed it on Windows 2000 Professional and it works fine. Sometimes the Apache web server comes down, but you need to just bring it up again. I tried to load it on Windows 2000 server and the Apache web server fails to come up.
    null

  • How to integrate Oracle Http Server with Weblogic

    Weblogic supports Apache web server 2.0 and 2.2 to be a proxy server. Oracle Http Server (OHS) is based on Apache 2.0. I am trying to configure Weblogic to use OHS that comes with OAS install as proxy on Linux environment. I am unable to get the WLS plugin for Apache to work with OHS. When I tried to start the OHS, I got the following errors:
    /oracle/product/10.1.3.1/OracleAS_3/Apache/Apache/bin/apachectl startssl: execing httpd
    Syntax error on line 1125 of /oracle/product/10.1.3.1/OracleAS_3/Apache/Apache/conf/httpd.conf:
    Cannot load /oracle/product/10.1.3.1/OracleAS_3/Apache/Apache/libexec/mod_wl128_20.so into server: /oracle/product/10.1.3.1/OracleAS_3/Apache/Apache/libexec/mod_wl128_20.so: undefined symbol: apr_pool_cleanup_null
    I checked the library, and I found in several places, such as /usr/lib.
    The following is the configuration that I put in http.conf file:
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7001
    MatchExpression /AIP
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7001
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    Anybody knows how to fix this?
    Thanks.

    You're right: Weblogic supports Apache web server 2.0 and 2.2 to be a proxy server but you are using Oracle Application Server 10.1.3.1.0 which is based on Apache *1.3* as you can read in "Oracle® HTTP Server Administrator's Guide"
    10g (10.1.3.1.0) - Part Number B28948-01 - 1.1 Oracle HTTP Server Features, right under "Based on Apache - HTTP v1.1 Support" at
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28948/overview.htm#i1008837.
    As far as I know, the only OHS based on Apache *2.0* is available as a standalone release: "Oracle HTTP Server (Apache 2.0) (10.1.3.3.0) for Linux x86" - 32bit. You can download it from http://www.oracle.com/technology/software/products/database/oracle11g/111060_linuxsoft.html (as_101330_apache2_lnx.zip).
    I've tested it successfully.
    Edited by: Virgil on Jan 15, 2009 3:08 AM

  • Http Server with Oc4j

    Hi,
    I have installed oracle soa in one host and Http server in another host.(in windows 2003 server).
    I need to deploy the war files using Http server .
    I need to know, how to configure Http server with Oc4j.
    Regards,
    Latha

    BEST SOLUTION:
    Use Apache HTTPD that comes with the SOA Suite distribution. This includes a mod_oc4j which calls the OC4J installation.
    More information can be taken from the "Oracle® HTTP Server Administering a Standalone Deployment Based on Apache" guides.
    Here is one link http://download.oracle.com/docs/cd/B31017_01/web.1013/b28949/load.htm#sthref637
    MINIMAL SOLUTION:
    Implement a page redirect in your HTTP configuration.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • 10g: HTTP Server and OC4J on different servers?

    Can anyone assist with configuring HTTP Server and OC4J on different servers?
    I installed AS 10g on both; our application runs fine on one server, with the HTTP Server and OC4J both on the same box.
    I need to also test this with the HTTP Server on a separate box.
    I added this to mod_ocj4.conf:
    Oc4jMount /indox-qa1
    instance://cvodev2:oas_dev2.cvodev2.int.sys.com:indox-qa1
    Oc4jMount /indox-qa1/*
    instance://cvodev2:oas_dev2.cvodev2.int.sys.com:indox-qa1
    But when I try to access something like http://cvodev4/indox-qa1 I get this in the logs:
    [Wed Jul 06 16:54:10 2005] [warn] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0184: Failed to find an oc4j process for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0145: There is no oc4j process (for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1) available to service request.
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0119: Failed to get an oc4j process for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0013: Failed to call destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1's service() to service the request.
    I did some ethernet sniffing and it doesn't look to me like the OHS box is even trying to contact the OC4J box.
    Is there more configuration I need to do beyond this?
    Thanks,
    dwh

    hi user11159690
    Maybe this can help:
    "Oracle® HTTP Server Administrator's Guide 10g Release 3 (10.1.3) B25211-02"
    "7.32 mod_oc4j"
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b25211/confmods.htm#i1025739
    Maybe more specifically "Oc4jMount":
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b25211/confmods.htm#CIHJBGFB
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    success
    Jan Vervecken

  • 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 ;-)

Maybe you are looking for

  • Wi-fi option on my ipod touch is greyed out?

    Hi, My ipod touch won't connect via wi-fi and the option is greyed out when I try to connect manually. Two other ipod touches in my house are working fine. I've already reset it 3 times and no change. Help!

  • How do I find out the Model # to my Macbook Air?

    Hi all. Finding the serial # is easy, but I cannot figure out what model # this is. The laptop was purchased used with no box or manuals, etc. Is there a way to find out this information? My wife wants to sell this and buy a Macbook Pro, but I do not

  • Buying music with itunes card

    i got a 25$ itunes card with my new ipod, came home and redeemed it. when i tried to buy a music album among other stuff it would bring me to the page where i enter credit card information. i dont want to pay with a credit card so what do i do? also,

  • How can i smooth my graph?

    hello guys. i want to smooth out my graph so i can distinguish big peaks (pitches) in it from other spurious smaller peaks.how can i do that?is there a way to make it more visual easy for someone to see the big peaks or to emphasize even more the big

  • WebDynPro and Knowledge Management (KM) API

    Dear All, I am designing some User Interfaces to access KM Content using WebDynPro. But I cannot get the user (from EP, you can get it like <b>request.getUser()</b>). But in WebDynPro the request object is not available and so I cannot get the <b>com