Hi,
Sometimes if you install Oracle XE 10g and you not access remote application (APEX) in your browser.
The address http://yourhost:8080/apex don’t access.
For solve this problem execute this command in SQL Plus:
EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE)
This command allow remote access in Oracle XE 10g.
Bye.
