Edit the
server.xml file to change the default value as follows:
- Locate the server.xml file under <drive:\installation_path>\Lexmark\MarkVision Server\www\conf\.
(Note: The typical path to the file is c:\program files\lexmark\markvision server\www\conf\server.xml.)
- Use Notepad or a text editor to open the file. Important: Do NOT use Microsoft Word or a text processor as you will need to store the file as plain ASCII text.
- Search for the variable Http10Connector, (which you should find at about line 186 in the standard file):
<Http10Connector port="9180"
secure="false"
maxThreads="100"
maxSpareThreads="50"
minSpareThreads="10" />
- Change the default port from 9180 to a port number allowed by your environment.
- Restart the MVP Webserver to activate this change.