Deployment and testing Java Web Start application on web server

My last post was about deployment and testing Java Web Start application locally. In this post I describe how deploy it on web server. So create project as in post Deployment and testing locally Java Web Start application in Netbeans.

In main class you may see this code:

It is application which show empty orange window.

Then right click in Project window in project node and choose from list Properties element.

You see this window:

It has your last configuration for Java Web Start. So You choose from Codebase list User defined (HTTP deployment) element. In Codebase Preview write path to your app files on the server.

In mine it is test folder in my web server.

Select project node and click on Build and Clear tool.

In Output windows you see information about build project.

Go to your netbeans project folder contains your appclication files and then to dist folder..

Change name of launch file(.jnlp) to test.

Open in Notepad this file.

Change in it name of .jnlp file from launch to test.

Write into address of browser path to your jnlp file placing in web server. My address is:

http://doraprojects.net/test/test.jnlp

If you see warning window click the Run button.

 

Then application appear.