I have installed Oracle 12c in Windows 7. The installation was succesful and the RDBMS and the database that I created are working properly.
Then I tried to access to the enterprise manager via web in https://localhost:5500/em as the installer told me to do but it doesn't connect.
If I type netstat I get:
TCP [::1]:5500 My-PC:49439 TIME_WAIT
TCP [::1]:5500 My-PC:49440 TIME_WAIT
TCP [::1]:5500 My-PC:49441 TIME_WAIT
TCP [::1]:49442 My-PC:5500 TIME_WAIT
I am using a proxy but I disabled it for local locations.
I tried this http://docs.oracle.com/cd/E25054_01/doc.1111/e24473/emctl.htm with no success because I couldn't find emctl file or the services it's talking about. I have 5 Oracle services running instead.
Thanks in advance.