Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to connect to internal web interface Oracle XE

apexframeworkerDec 28 2016 — edited Dec 31 2016

Hi,

i have configured Oracle XE 11g on Virtualbox with running APEX 4.2.5.

The System is reachable via port forward rules like this:

VBoxManage modifyvm Oracle_Apex42 --natpf1 "oracleXEssh,tcp,,2222,,22"

VBoxManage modifyvm Oracle_Apex42 --natpf1 "oracleXEhttp,tcp,,8282,,8080"

VBoxManage modifyvm Oracle_Apex42 --natpf1 "oracleXEdbl,tcp,,1521,,1521"

If I connect via browser to http:/localhost:8282/apex I can reach the normal APEX installation as desired.

But I cannot reach the internal web interface of XE itself, which is normally running via local listener on 8080, isn't it?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 28 2017
Added on Dec 28 2016
5 comments
3,558 views