views:

168

answers:

2

I have previously installed WAMP on my windows, and now I am trying to install Zend Server 5 CE 5.3.1 Win x86.

During the installation of Zend Server, there is a step asking about:

  • web server port : 80
  • zend server interface port : 10081

I kept to the default. After the installation, I tried to access http://localhost,and is able to see zend test page. But I am unable to access http://localhost:10081/ZendServer, it was stated as page not found.

Is it a conflict of my WAMP and the Zend Server? I remembered stopping the apache for WAMP, before trying to access ZS. Could anyone please advise me how to fix it?

Thank you.

A: 

The easiest solution will probably be to cleanly uninstall both WAMP and Zend Server and afterwards just install Zend Server. On the other hand, it could be that another (unrelated) process is already using port 10081, so you might check that as well (using netstat for example) - checking the log files could help in finding this out as well.

wimvds
A: 

I've got exactly the same problem, i dont want to uninstall either I just want to find the cause of the issue!

I've checked log files and netstat and cant see why its unable to use the port..

mike