Deployed the application successfully. I can access NGCLIENT and WEBCLIENT versions OK.
When loading JNLP I am getting an error: O checked the webapp deployment and indeed JAVA-JW.jar is not deployed. I also do not find it anywhere in my servoy application development encironment.
om.sun.deploy.net.FailedDownloadException: Unable to load resource: (https://goodoldboat.com:8443/gob_busine ... 2052398733, ERROR_1702052398733)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
First time deploying with a WAR FILE.
Daryl()