5 Replies Latest reply on Mar 14, 2012 1:59 PM by fritche

    Deployment issue in JBOSS-AS-7.1.0.Final

    rs2715

      Hi All,

      Could me please tell how to deploy .war file in jboss-as-7.1.0.Final using domain mode  and where it stores in jboss folder as i have already successfully deployed .war file in standalone mode it application is running fine. but i am unable to do the same in domain mode.

      Steps i have taked:


      1)Downloaded jboss-as-7.1.0.Final.

      2)Bin -> domain.bat

      3)Checked http://localhost:8080/ (welcome page)

      4)Bin ->add-user.bat , input given for user and password.

      5)Created folder under module->com as "mssql"

      6)Under mssql folder created one folder as "main" and under it created add-user.bat and added sqljdbc.jar into it.

      7)Datasource created successfully

      8)Able to connect admin console using like http://localhost:9990/console.

      9)Deployed .war file in runtime under managed deployment and added to groups.

      10)Not able to launch application error showing 404 -(Servlet action is not available)

        • 1. Re: Deployment issue in JBOSS-AS-7.1.0.Final
          wdfink

          Do you check the documentation how to deploy?

          Do you see in the console that the application is successfull deployed and enabled?

          Also this webinar might help.

          • 2. Re: Deployment issue in JBOSS-AS-7.1.0.Final
            fritche

            Dears,

             

            I´m have same problem with domain mode (7.1.0.Final). In log war has deployed.

             

            [Server:server-one] 16:48:16,664 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "jboss-as-hibernate3.war"

            [Server:server-one] 16:48:16,750 INFO  [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /jboss-as-hibernate3

             

            Tks.

             

            Fritche

            • 3. Re: Deployment issue in JBOSS-AS-7.1.0.Final
              wdfink

              Do you see sucessful deploy in the server log?

              What URL you use to access the applciation?

              • 4. Re: Deployment issue in JBOSS-AS-7.1.0.Final
                fritche

                Hi Sir,

                 

                url is from host-slave. In log from slave:

                 

                (Server Homolog 2 - Slave)

                [Server:server-one] 15:36:09,165 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "jboss-as-hibernate3.war"

                [Server:server-one] 15:36:09,172 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.0.Final "Thunder" started in 5084ms - Started 209 of 285 services (75 services are passive or on-demand)

                 

                (Domain Controller)

                [Host Controller] 15:45:42,162 INFO  [org.jboss.as.domain] (management-handler-threads - 2) JBAS010918: Registered remote slave host "homolog02", JBoss AS 7.1.0.Final "Thunder"

                 

                and on Web Management->Manage Deployment->jboss-as-hibernate3.war is listed and enabled.

                 

                This JBoss (jboss-as-7.1.0.Final) is installed in O.S. Solaris 10 X86.

                 

                Tks.

                 

                Fritche

                • 5. Re: Deployment issue in JBOSS-AS-7.1.0.Final
                  fritche

                  Hi Sir,

                   

                  I upgraded to jboss-as-7.1.1-Final with same configuration and now it´s working!!!

                   

                  Thanks.

                   

                  Fritche