4 Replies Latest reply on Aug 10, 2005 1:06 PM by western541

    How does JBoss determine what is an application?

    western541

      The IDE I'm using puts all the WARs in the same 'deploy' directory, so that when I start the JBoss server, it starts all the applications.
      So that I don't have to go thru the undeploy/redeploy process each time,
      is there some file(s) I can rename in the WAR (its an exploded, not packaged) war, or the war itself, so that I can cause certain applications to not be started by renaming the files? I tried renameing the myApp.war file to myApp.warx, but that didn't work.