1 Reply Latest reply on Jun 4, 2003 9:01 PM by songhe

    Installing Axis on JBoss

    dubwai

      The Axis install says to just copy the webapps/axis folder to the App servers webapps directory. Since JBoss doesn't have one (that I know of, I'm just getting started) I assume that the JBoss equivalent is deploy.

      When I do that I get the following:

      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@1b903e47 { url=file:/C:/jboss-3.2.1/server/default/deploy/axis/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-3.2.1/server/default/deploy/axis/
      lastDeployed: 1053447536621
      lastModified: 1053447430288
      mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@1b903e47 { url=file:/C:/jboss-3.2.1/server/default/deploy/axis/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-3.2.1/server/default/deploy/axis/
      lastDeployed: 1053447536621
      lastModified: 1053447430288
      mbeans:
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:


      OK fine. Now if I take the Axis directory and create a war from it and put it in the deploy folder, it works perfectly.

      What do I need to do to get it to deploy the way described in the Axis directions? In other words, how do I get this deployed without creating a war? What does it mean when it says "waiting for a deployer"?

      Sorry if this is a common question I typed "axis" into the search for this forum and got no results even though there are 4 posts with Axis in the title on the first page.l WTF?