If you are setting up the lmsRelayer on an Oracle server or you have another application using Port 8080, follow the procedure below to change the port that Tomcat uses.
<!--Define a non-SSL Coyote HTTP/1.1 Connector on port 8081 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8080" minProcessors="5" maxProcessors="75" enableLookups="true" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" useURIValidationHack="false" disableUploadTimeout="true" />
http://localhost:<Tomcat port number>/admin
Note: If you change the port that Tomcat uses from the default, 8080, you must modify the commands described in various sections of this document to match the port that Tomcat is using on your server. Substitute the value of localhost:8080 with the port that you set in the server.xml file.