2 Replies Latest reply on Oct 20, 2003 7:10 AM by victorkravtsov

    WebStart (3.0.4 and 3.2.2)

    victorkravtsov

      I've used JBoss3.0.4 with Jetty and WebStart for client - ALL works correct (even if I stop and launch server again - the change control works ok!).

      By some reason I very need to move on JBoss3.2.2(Tomcat or Jetty). The problem is that: WebStart woks. But when I restart JBoss, the server redeploy all applications into the TEMP-directory and change the date of all files to the current date! As result - WebStart reloads on all clients all applications after restarting JBoss3.2.2(with Tomcat and with Jetty - I've tried both).

      How to correct this error!

      Can anybody help me, please?
      Thank you in advance.

        • 1. Re: WebStart (3.0.4 and 3.2.2)

          Did you try with 3.2.2 final release?

          From the changelog:

          common/src/main/org/jboss/util/file/JarUtils.java

          comments:
          When unJARing files, set the timestamp to the same value as the metadata in
          the JAR file otherwise WARs containing files used by WebStart have faked timestamps
          and are always re-downloaded by clients each time JBoss is restarted or the app is redeployed.


          If its still not fixed, file a bug report.

          -- Juha

          • 2. Re: WebStart (3.0.4 and 3.2.2)
            victorkravtsov

            Thank you very much.

            All works correct in the final release 3.2.2.