Hi All,
I have installed APEX 4.2.2 on Oracle 10g XE , the installation was successful and I am able to see the apex home page.
I have used the port 1234 for the same.
http://127.0.0.1:1234/apex/f?p=4550:1:14917953436987
Now I have configured web listener apex_listener2.0.3 for remote machines and used port 8086.
The listener was started on standalone mode successfully, but when I am trying to access below URL :
http://localhost:8086/apex/
I am getting 503 - Service unavailable error.
I have disabled local listener also , but still it is not woking .
SQL> exec dbms_xdb.setListenerLocalAccess (l_access => FALSE) ;
commit;
Please help .