jws in glassfish without acc. (depl from eclipse)

287 views Asked by At

I want to make a java swing client available by Java Web Start. Glassfish does this automatically (generates a jnlp and signs the required jars). My problem is that the Glassfish generated jnlp also includes all the application client container stuff that comes with a large footprint.

How can i deploy the client app smoothly from Eclipse? I realise one way is serving the jnlp with a servlet, building and signing the jars manualy and put them in webcontent folder of the .war, then deploy the war.

0

There are 0 answers