Thanks for the feedback, Ben.
Using netstat, I identified the following active connections listening on port 80:
address- local: 0.0.0.0:80, foreign: 0.0.0.0:0
address-local:[::]:80, foreign: [::]:0
and the following listening on port 8080
address- local: 0.0.0.0:8080, foreign: 0.0.0.0:0
address-local:[::]:8080, foreign: [::]:0
All of these connections have the same PID (4), however I could not find this PID in the services window of the task monitor. So I'm not sure what action should be taken regarding these connections.
Meanwhile, I saw that port 8089 was not used, so I experimented by changing the Tomcat port to 8089. I was then able to set up and start a server. I was able to access the server at
http://localhost:8089.
Is it OK to proceed using port 8089, as I'm not sure of the implications? If not, I'd appreciate input.
Thanks again,
Bill