1 Reply Latest reply on Oct 24, 2003 7:20 AM by paulmoore100

    Config needed to make RMI code download work

    paulmoore100

      the supplied default config works, ie remote apps get to download RMI classes from WebServer on port 8083. I am now trying to create a stripped down config by starting with minimal and building up. Everything runs apart from this feature, the 8083 server is fine, the problme is that the codebase attribute being sent to the client is not set so it doesnt even try to contact the 8083 server.
      I must be missing a setting somewhere but I cannot see it.

        • 1. Re: Config needed to make RMI code download work
          paulmoore100

          The problem is this. The webserver service must be fully started before the jnp service is loaded. The default config file doesnt have a "depends" for this but they are far enough apart so that the webservice loads (and set rmi.codebase) before jnp starts.
          In a tiny config they race each other - so the depends is required
          This is actually a bug in the default config file since it s a timing dependency