Java Web Start without Web browser For Spider and Spider Duo

Can I start a Java Web Start to my Spider or Spider Duo without Web browser?


Yes. The steps to perform this are as follows:

1. See Page 63 in the Spider User Guide.

Make sure the KVM Console Deployment is set to Java Web Start (Default).

https://www.lantronix.com/wp-content/uploads/pdf/Spiders_UG.pdf

2. Click KVM Console in the upper bar. The browser should download spider.jnlp. Save this file to somewhere accessible (ie. Desktop).

3. Open the saved spider.jnlp with a text editor such as Wordpad.

4. Look for the following lines: (your SESSION_ID value with be different)

<argument>-SESSION_ID</argument>

<argument>CFDE24D2C5DF56021037505ECA296D928D75E13B1FD8C81C381676EBF94CD00A</argument>

Replace those two lines with the below four lines: (replace "sysadmin" and "PASS" with your username and password respectivly.

<argument>-USERNAME</argument>

<argument>sysadmin</argument>

<argument>-PASSWORD</argument>

<argument>PASS</argument>

5. Now whenever the spider.jnlp file is double clicked it should launch the Lantronix SLS KVM Console.



[Originally Published On: 11/09/2017 07:11 AM]