Pankaj S ( Behind B.D. Flour Mill Ambala Cantt Haryana India )
[
http://community.jboss.org/people/pankaj_jboss] created the discussion
"How to build a dynamic JNLP file ?"
To view the discussion, visit:
http://community.jboss.org/message/610037#610037
--------------------------------------------------------------
How to build a dynamic JNLP file
I have a field in dummy.properties file and how can I use that field in my JNLP
If i use JSP tag in JNLP then it show error in launch in application
*applicatioin.properties*
*--------------------------------------------------------------------*
*com.jnlp.add.dummy=
http://192.168.82.120:8080/dummyweb/
http://192.168.82.120:8080/dummyweb/*
*--------------------------------------------------------------------*
*+Actual Jnlp+*
*+--------------------------------------------------------------------+*
*+<jnlp spec="1.0+" +*
*+ codebase="
http://192.168.82.120:8080/dummyweb/
http://192.168.82.120:8080/dummyweb/" +*
*+ href="/dummyweb/dummyJ.jnlp"> +*
*+--------------------------------------------------------------------+*
*Want dynamic Jnlp *
*-------------------------------------------------------------------- *
* <jnlp spec="1.0+" *
* codebase= *
* href="/dummyweb/dummyJ.jnlp"> *
*-------------------------------------------------------------------- *
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/610037#610037]
Start a new discussion in Javassist Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]