2 Replies Latest reply on Mar 16, 2005 3:54 AM by raja05

    exploded ear

    dannyb23

      Hi

      I have an exploded ear with some wars and jars inside.
      I have noticed that when i update one of the jsps then things are updated automatically however if i updated one of the classes in my jar then i needed to touch application.xml so that the changes will take effect, can the changes take effect immediately without touching applicaiton.xml?

        • 1. Re: exploded ear
          dannyb23

          anybody knows?

          • 2. Re: exploded ear
            raja05

            The reason why jsps are working that way is because everytime a jsp page is invoked, its checked if the compiled version of the jsp is older than the jsp source and if so, it recompiles. i believe there is a flag to turn it off.
            As far as EARs are concerned, since they are a complete package, touching application.xml is the way to redeploy the package. You can find out what the Watched file is for redeployment by going to jmx-console/maindeployer/listDeployments and finding your ear archive and checking what the watchURL is.