ERROR: app Not found on the Web Browser Installing OM Web Viewer 12.1 on port 80
book
Article ID: 198148
calendar_today
Updated On:
Products
Output Management Web Viewer
Issue/Introduction
When I use port 80 I get an app not found on the web browser. Uninstall reinstall and set the port to 8080 works like a champ. Tried several times.
Environment
Output Management Web Viewer 12.1
Cause
Port 80 was not available.
Resolution
To see what is listening on port 80:
- From the cmd prompt box, type
netstat -ano
Look for 0.0.0.0:80
Get PID number from right column
- Bring up task manager (CTRL/ALT/DEL)
- Click on the Services tab
- Click on the PID column to sort, and you will see the name (if any) of the process listening on port 80.
May also need to determine if a port is reserved or blocked by company procedures
Had to use port 8080
Feedback
thumb_up
Yes
thumb_down
No