Configuring Tomcat

The connector for deploying the web service must be enabled. Uncomment the port specification in <SMSSMEX_installDir>\tomcat\conf\server.xml. For example:

<Connector port="8080"
redirectPort="8443"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" acceptCount="100" debug="0"
connectionTimeout="20000" disableUploadTimeout="true" />

You can modify the ports as necessary.