1 Reply Latest reply on Jul 7, 2011 9:46 AM by jaikiran

    Deploy EAR in Jboss 7

    sabbirali

      I have deployed EAR file which includes EJB and War file.

       

      i got log : [org.jboss.as.server.controller] (HttpManagementService-threads - 9) Deployed "TestEar.ear"

       

      but i am not able to access : http://localhost:8080/TestWeb/.

       

      In Jboss web console deployment module it shows enable.

       

      war context in Log [registering web context: /TestWeb]

       

      what will be problem ?

        • 1. Re: Deploy EAR in Jboss 7
          jaikiran

          What exactly do you mean by you cannot access that URL? What error do you get? Where are you trying to access it from - the same machine or a different remote one? Do you have a welcome file or index.html in the .war?