users@glassfish.java.net

Re: Questions about jws

From: <glassfish_at_javadesktop.org>
Date: Wed, 11 Aug 2010 16:44:50 PDT

If its launched from a web page and you're using oracle's example JNLP servlet(found in the J2EE SDK) to handle JNLP files, you should just need to specify:
codebase="$$codebase" href="$$name"

The $$ definitions automatically get exported as the requested JNLP file URI. (Beware of transparent hostname rewrite proxies though, or they may need to be tweaked to convert the names properly within the contents of the response).

I've never done JWS on Glassfish, so they may do things a little differently than the JEE stock example app.
[Message sent by forum member 'dchemko']

http://forums.java.net/jive/thread.jspa?messageID=479933