3 Replies Latest reply on Feb 24, 2013 7:10 AM by eminil

    EJB client with JWS and jboss-ejb-client.properties problem...

    eminil

      Using Jboss 7.1.3.Final

       

      So, we wanna run our EJB remote client using Java Web Start.

       

      What do we do with the jboss-ejb-client.properties file? Since it hold the host url and stuff...

       

      We cant put the properties in the jnlp file (tried that, wouldnt work).

       

      If we put the jboss-ejb-client.properties file into a .jar we need to jarsign it for JWS to run (this works fine).

       

      However! Our system is running for different hosts, each host needs to modify this file. Having it inside a jar make this installation harder for them, and even so, they cannot sign the jar file after modifying it with our certificate (which all other files used in jws are signed with).

       

      Is there any other way to get around this?