0 Replies Latest reply on Apr 1, 2004 7:15 PM by sysuser1

    deploying multiple war files

    sysuser1

      hey all!

      I've two war files in default\deploy folder. when i run my jboss it is deploying only the first war file only. how to make it to deploy second war file too?

      war1 is associated to application 1
      war2 is associated to application 2

      also, how can i make it work both applications running? i tried including
      <class-loading>
      <loader-repository>
      jboss.console:sar=console-mgr.sar
      <loader-repository-config>
      java2ParentDelegation=true
      </loader-repository-config>
      </loader-repository>
      </class-loading>

      in \server\default\deploy\jmx-console.war\WEB-INF and \server\default\deploy\http-invoker.sar\invoker.war\WEB-INF both did not work. please guide me. thanks.