This article contains the steps to update the listener port for Smarts WebSwing console.
As per the documentation : Browser-Based Smarts Console via Webswing, the default port on which webswing is configured is 9443.
All Supported Smarts releases (with Smarts WebSwing support)
Follow the below steps to update the configuration pointers to default port 9443:
Note: Backup existing copies of the files below to retain the references before changing the port information:
<Connector port="#PORT#"
protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150"
SSLEnabled="true"
maxParameterCount="1000"
scheme="https"
secure="true"
keystoreFile="conf/ws.keystore"
keystorePass="changeit"
clientAuth="false"
sslEnabledProtocols="TLSv1.2"
>
</Connector>
# public URL on which applications are accessible on public internet
webswing.server.publicUrl = https://#.#.#.#:#PORT#/smarts
# websocket URL of this server, if deployed outside embedded Jetty
webswing.server.websocketUrl = wss://#.#.#.#:#PORT#/smarts
"adminConsoleUrl": "https://#.#.#.#:#PORT#/smarts/admin"# use this for webswing.websocketUrlLoader.type = (propertyFile|propertyFile_noReload)
# comma-separated list of websocket URLs to webswing cluster servers
webswing.server.websocketUrl = wss://#.#.#.#:#PORT#/smarts
sm_service stop <Smarts-WebSwing>
sm_service start <Smarts-WebSwing>
https://#.#.#.#:#PORT#/smarts/webconsole