Skip to content

URLs

URLs for a standard installation, with the ports assigned as follows in the example:

  • 8080: Spectrum OneClick, HTTP
  • 9443: OneClick WebApp, HTTPS (WebSwing)
  • 8081: Standalone, HTTP

OneClick

  • OneClick website: <host>:8080/spectrum
  • OneClick Console: <host>:8080/spectrum/oneclick.jnlp
  • Scriptlauncher: <host>:8080/sl/<url>
  • OneClick WebApp: <host>:9443/spectrum/oneclickwebapp/
  • WebSwing configuration: <host>:9443/spectrum/
  • Scriptlauncher start page: <host>:9443/sl/
  • Scriptlauncher WebStart: <host>:9443/sl/<url>
  • Scriptlauncher WebSwing: <host>:9443/spectrum/scriptlauncher/<url>

Standalone

  • Scriptlauncher Startpage: <host>:8081/sl/
  • Scriptlauncher WebStart: <host>:8081/sl/<url>

Script Launcher URLs:

WebStart:

```
scriptlauncher.jnlp?scriptname=<scriptname>[&<parameter>=<value>]
```

Example:

```
http://<host>:8000/sl/scriptlauncher.jnlp?scriptname=testscript
```