3 Replies Latest reply on Dec 15, 2003 5:21 PM by jonlee

    Error Deploying WAR File For JBoss 3.2.3

    conradwt

      Hi, I have copied the war file into the deployment location of JBoss 3.2.3. However, when I enter the address:

      http://localhost:8080/anthill/

      I'm getting the following error message:

      The page cannot be displayed

      BTW, I have moved a WAR file, 'anthill.war', to the default deployment directory for JBoss 3.2.3. Actually, I created a directory under the deploy directory called 'anthill' and put the 'anthill.war' in it. If anyone has any ideas as to how to resolve this issue, please send me an e-mail.

      Thanks in advance,

      -Conrad

        • 1. Re: Error Deploying WAR File For JBoss 3.2.3
          purdym

          im have not used 3.2.3 however in 3.2.1 (assuming default setup) when deploying you put the war, jar, ear, etc in the $JBOSS_HOME/server/default/deploy directory.

          when running $JBOSS_HOME/bin/run.sh (or run.bat in windows) you should see it deployed.

          from the browser http://localhost:8080/warFileName (without the ".war") should work if you you have a index.jsp, if you are using a servlet:
          http://localhost:8080/warfileName/servlet/servletName

          one way to verify deployment is to deploy after jboss is running, it is easier to see the delpoyment process.

          • 2. Re: Error Deploying WAR File For JBoss 3.2.3
            conradwt

            Hi, I was able to view the message when I tried to deploy the package and I found the following:

            mbeans:
            ]Incompletely deployed packages:
            [org.jboss.deployment.DeploymentInfo@af5de7e3 { url=file:/C:/Applications/jboss-
            3.2.3/server/default/deploy/anthill.war }
            deployer: null
            status: null
            state: INIT_WAITING_DEPLOYER
            watch: file:/C:/Applications/jboss-3.2.3/server/default/deploy/anthill.war
            lastDeployed: 1071510869851
            lastModified: 1071510869851

            Is there something additional that I must do to get things working?

            Thanks,

            -Conrad

            • 3. Re: Error Deploying WAR File For JBoss 3.2.3
              jonlee

              You need to look earlier in the log at the point the WAR was actually deploying - this should have more details on the reason the WAR failed to deploy. The log portion you provided is only a summary and does not indicate the reason the deployment barfed.

              If you cannot determine the issue, post that portion of the log here so the guys can have a look at the problem.