4 Replies Latest reply on Mar 10, 2006 6:56 AM by chuckmo

    webapp cannot be deployed even it is well defined in applica

    chuckmo

      I have defined a web-uri value with out war suffix in application.xml for my EAR. JBoss failed to deploy the webapp which is inside the EAR

       <module>
       <web>
       <web-uri>mywebapp-war</web-uri>
       <context-root>mywebapp</context-root>
       </web>
       </module>
      


      mywebapp-war is a directory which contains all the contents and resources of the webapp. I get the following error:

      19:20:23,436 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      
      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@f053e23f { url=file:/C:/jboss-4.0.3SP1/serve
      r/default/deploy/myapp.ear/mywebapp-war/ }
       deployer: null
       status: Starting
       state: START_SUBDEPLOYMENTS
       watch: file:/C:/jboss-4.0.3SP1/server/default/deploy/myapp.ear/mywebapp-war/
       altDD: null
       lastDeployed: 1141816823420
       lastModified: 1141810808584
       mbeans:
      


      Is it a bug in JBoss?