Hi
I followed Jason Straub instructions on how to remove the 4.2.0 default installation on my CDB and install the latest 4.2.2 install.
http://jastraub.blogspot.co.uk/2013/07/application-express-4220011-for-oracle.html
I chose port 8085 for my PDB ( by running the apxconf.sql on my PDB as instructed ), but I get error 401 ( Unauhtorized ) when trying to access it :
http://edwbur01:8085/apex/apex_admin
I _think_ I unlocked all the necessary accounts both on the CDB and the PDB
I did not setup the ACL - but this should only berelevant for web services and sending email and such , right ? its not mandatory ?
the port is correct , verified by connecting to the PDB container :
SQL> SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
GETHTTPPORT
-----------
8085
SQL>
and this is from lsnrctl status :
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=edwbur01)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=edwbur01)(PORT=8085))(Presentation=HTTP)(Session=RAW))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=edwbur01)(PORT=8080))(Presentation=HTTP)(Session=RAW))
I get this error :
A username and password are being requested by http://edwbur01:8085. The site says: "XDB"
requires a user/password - but I don't know of what
Please advise
thanks
Orna