Re: Creating War file that can serve jnlp for Java Web Start

2010-04-14 Thread Shahzad Bhatti
Thanks Dennis, I will give it a try. On 4/14/10 10:42 AM, "Dennis Lundberg" wrote: On 2010-04-13 20:53, Shahzad Bhatti wrote: > I have a project that builds a war file using Maven 2.2. I would like to > serve jnlp file that can be used to start an application remotely using Java > Web Start.

Re: Creating War file that can serve jnlp for Java Web Start

2010-04-14 Thread Dennis Lundberg
On 2010-04-13 20:53, Shahzad Bhatti wrote: > I have a project that builds a war file using Maven 2.2. I would like to > serve jnlp file that can be used to start an application remotely using Java > Web Start. I need to do following things: > > 1. Sign the project jar file as well as all depen

Creating War file that can serve jnlp for Java Web Start

2010-04-13 Thread Shahzad Bhatti
I have a project that builds a war file using Maven 2.2. I would like to serve jnlp file that can be used to start an application remotely using Java Web Start. I need to do following things: 1. Sign the project jar file as well as all dependent jar files 2. Copy jar files in lib directory