04-04-2018 06:44 AM
Hi,
I've installed GMSC 2016 with default virtual web site named 'GMSC' and I 've configured my test application. Now I need to create new application (with different database, different name and different jnlp file name). So I've choosen 'Add site' option and I've selected different database. I can connect to that new database using http://localhost/gmsc/Administrator address but I have no idea how to get java applet file for that new configuration. How can I do it, or maybe it's wrong direction?
Solved! Go to Solution.
04-04-2018 09:20 AM
Hi mzebrows,
To access the .jlnp from the other site it must be specified in the URL
ie. servername/GMSC?site=SITENAME
04-05-2018 12:42 AM
Ok it works! But can I change name of the file? I mean I need to download ZIZU.jnlp instead of GMSC.jnlp.