Apex3.0 installation--Choosing an HTTP Server
Hi Gurus,
I encountered some problem during my installation of apex3.0. I cannot access the webpage of apex.
After installing the file apexins.sql
I got the following information in the log:
--------------------------------------------------------------------------------
Thank you for installing Oracle Application Express.
Oracle Application Express is installed in the FLOWS_030000 schema.
The structure of the link to the Application Express administration services is as follows:
http://host:port/pls/apex/apex_admin
The structure of the link to the Application Express development interface is as follows:
http://host:port/pls/apex
------------------------------------------------------------------
but I encounterd problem about the http server.
I tried the Embeded PL/SQL Gateway I installed the file apex_epg_config11 as what the installation guide stated, and I followed the instruction but and set my xml_db port to 8080, but I just cannot access the webpage of the login page of apex.
I am puzzeld about the following statement on the installation guide:
My database version is 10.2.0.1
---------------------------------------------------------------------------------
About the Embedded PL/SQL GatewayThe embedded PL/SQL gateway installs with Oracle Database 11g........
----------------------------------------------------------------------------------------------------------
My database is 10g so that means I cannot use this method?
So I need to use the second choice?
I mean, I need Oracle HTTP Server and mod_plsql
I don't have oracle http server installed and I read the 10g installation guide, I found out I need to download the 10g companion CD and it includes the http server.
Will that work if I install the http server?
I think my installation is no problem, but the http server is the problem.
Any idea?
Peter