How to enable / disable HTTP support on port 80 in MarkVision Pro; MarkVision Professional
Solution
To do this:
Open the file C:\Program Files\Lexmark\Markvision Server\www\conf\server.xml. This is a text file that can be opened in a text editor such as Notepad.
You can modify the file as follows:
To enable port 80:
Locate the following line: <Http10Connectorport="9180" secure="false" maxThreads="100" maxSpareThreads="50" minSpareThreads="10" />
Add this line: <Http10Connectorport="80" secure="false" maxThreads="100" maxSpareThreads="50" minSpareThreads="10" /> This line will configure the MVP web server to listen to port 80 (the default HTTP port).*
To disable port 80, delete the following line: <Http10Connectorport="80" secure="false" maxThreads="100" maxSpareThreads="50" minSpareThreads="10" />
Save the file.
Stop and then restart the MarkVision Web Server service.
Note: This option can also be set during the installation process of MVP if no other web server is found by the installer. If you set MVP as the default web server, please make sure that no other application will be listening on port 80. *Port 80 is the default port for the unsecured web server; the default secure port number is 443.