see http://forums.oracle.com/forums/thread.jspa?threadID=374391
Stopped Oracle DBConsole services in Windows Services.
Went to:
{drive}:{Oracle_home}\sysman\config\emd.properties
Changed:
# EMD main servlet URL
#
EMD_URL=http://{Your dns name}:/emd/main/
Note the "colon" with missing port number, so this may default to port 80
to:
# EMD main servlet URL
#
EMD_URL=http://{Your dns name}:1830/emd/main/
You may have to use another port besides "1830"
if that is being used by your system.
Rebooted system.
Simply restarting DBConsole services was not enough.
Found that EMAGENT.EXE was no longer listening on IP 0.0.0.0 and Port 80.
Changed Apache to Port 80,
Stopped and restarted Apache.
HTMLDB works on Port 80
and
Oracle Database Control works on Port 1158 (default).
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment