URLs and Ports¶
This page lists the URLs and default ports used by OneClickExt components.
Default ports¶
| Component | Default port |
|---|---|
| Spectrum OneClick (HTTP, Linux) | 8080 |
| Spectrum OneClick (HTTP, Windows) | 8080 |
| Script Server — standalone | 8080 (default, configurable in $DCSROOT/webtomcat/conf/server.xml) |
| OneClickExt daemon — RMI | 13689 |
| OneClickExt daemon — RMI connection | 13690 |
Both RMI ports must be open in any firewall between the Spectrum console host and the daemon host.
Script Server¶
| Description | URL |
|---|---|
| Start page | http://<host>:<port>/sl/ |
| Script invocation | http://<host>:<port>/sl/server?scriptname=<name>[&<param>=<value>]... |
| Output history | http://<host>:<port>/sl/runner/history |
For a full description of the invocation URL and its parameters, see the Script Server Reference.
Spectrum OneClick¶
| Description | URL |
|---|---|
| OneClick website | http://<host>:8080/spectrum |
| OneClick web application | http://<host>:8080/spectrum/webapp |
| Script Server (Spectrum-integrated) | http://<host>:<port>/sl/ — port as configured in $SPECROOT/webtomcat/conf/server.xml |