0 Replies Latest reply on Aug 28, 2008 4:28 PM by patwary_shiva

    Override webappclassloader of tomcat

    patwary_shiva

      I have a existing application which uses struts .Some of the class were customized and moved to our application . we creaed a new jar for those customized classes.
      Now when tomcat is loading classes instead of loading application class it loads struts classes.Is it possible to tell webappclassloader to load application class then look into struts jar.