4 Replies Latest reply on May 3, 2005 8:14 AM by wendy.sue

    Unified Class Loader

    wendy.sue

      I need to set up a development environment where the developers can deploy the same classes. I want JBoss to treat each deployment as it's own application and not use the optimized unified class loader. I believe I want to turn off the unified class loader but, is there anything else I need to do?

      How do I turn OFF the unified class loader???

      Is there anything else I need to do to JBoss to achieve my development environment????

        • 1. Re: Unified Class Loader
          tgbaiju

          To disable the unified class loader for web application change the flag to false of UseJBossWebLoader in jboss-service.xml under

          {jboss}\server\default\deploy\jbossweb-tomcat50.sar directory.

          Baiju

          • 2. Re: Unified Class Loader
            wendy.sue

            When I was using the JBoss class loader I was deploying a .jar, .war and .wsr. Now that I have turned off the Class Loader via your instructions I'm getting an error. Do all my files need to be in the same jar file??

            • 3. Re: Unified Class Loader
              tgbaiju

              I am not very sure about it. Can you please tell me what type of error you are getting, so that i can debug. Becose i am using .war and .jar files, for me it is not creating any problems.

              Baiju

              • 4. Re: Unified Class Loader
                wendy.sue

                Actyally I'm not getting an error. My problem is that my coworkers and I are deploying the same application with different parts in different stages (development environment). The app name that I deploy is unique from my coworkers and the .class files aren't updating because my coworkers have older versions of my .class files (unified class loader problem).