aspose file tools
The moose likes JNLP and Web Start and the fly likes WebStart application as client for web service. Through SSL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "WebStart application as client for web service. Through SSL" Watch "WebStart application as client for web service. Through SSL" New topic
Author

WebStart application as client for web service. Through SSL

Dmitriy Fot
Greenhorn

Joined: Sep 13, 2005
Posts: 2
I have created a desktop application that connects to web service through SSL. When I run this application from console I can set property

-Djavax.net.ssl.trustStore=C:\trust.jks

and everything works fine.
How can I set this property when I deploy my application using Web Start?
Bing Shiao
Greenhorn

Joined: Mar 16, 2005
Posts: 15
you can try this in JNLP

<j2se version="1.3" java-vm-args="-Djavax.net.ssl.trustStore=C:\trust.jks"/>

I never try this before.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: WebStart application as client for web service. Through SSL
 
Similar Threads
weblogic SSL service.
Certification problems
Web Service over SSL failing in BEA Workshop
Implementing SSL, JAX-WS Webservice IBM websphere JAX-WS runtime
connect to a SOAP webservice using SSL