0 Replies Latest reply on Jul 4, 2012 8:20 AM by ylemoigne

    JBoss AS7 and Application Client Container (ACC)

    ylemoigne

      Hi,

       

      I'm trying to have a Swing Client Application deployed to JBoss 7 within an EAR.

      The last time I tried that, it was with GlassFish, and glassfish automatically saw the client application and give an URL to start it throught Java Web Start.

       

      I tought it was a "normal" feature of fat client deployment, but after some test with JBoss, I start thinking this is a GF feature.

       

      Someone can confirm to me that JBoss do not do a such thing automatically and the correct way is to define the jnlp file myself and publish it trougth a web module ?

      If not what is the JBoss method to get the same result ?