1 Reply Latest reply on Dec 17, 2001 5:05 AM by rogeliotg

    Client Installation using WebStart

    bhawks

      I am having a problem locating the JBoss server
      when starting my client using WebStart.

      I had the same problem the first time I tried
      using JBoss a few weeks ago and fixed it by
      specifying the location of the JNDI.properties
      file and the jnp-client.jar.

      Does anyone know how this can be acheived using
      WebStart

      TIA

      Steve

        • 1. Re: Client Installation using WebStart
          rogeliotg

          hi:
          I don't use java web start, but to run my client applets I pack them with jnp-client in a jar for my applet classes and jboss client libraries, with a manifest file like this:
          Class-Path: jboss-j2ee.jar jboss-client.jar jnp-client.jar jbosssx-client.jar jbossmq-client.jar jndi.jar


          maybe this help.