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?