1 Reply Latest reply on Jul 24, 2005 1:35 AM by starksm64

    SAR? deployment? Session/Context?

    javatwo

      Hello,
      I searched google and Yahoo, but could not find defintion for SAR file. what kind of code need to be packaged as a SAR?

      For JBoss AS, everything is dropped in server/default/deploy. How does JBoss know which WAR/SAR belong to which application?

      Suppose I have a EAR file that has two web modules: WAR1 and WAR2. If a user access two JSPs, one in WAR1 and the other WAR2, do the two requests belong to one HttpSession? two ServletContext(s)?

      Thanks for explanation.