[jboss-user] [Installation, Configuration & Deployment] - Deploy without building archives
Schludi
do-not-reply at jboss.com
Mon Jun 18 06:31:05 EDT 2007
Hello,
i am trying to deploy an application without building an archive.
When I copy a packed WAR-archive to the deploy-directory, the hot deployment service is creating a directory tmp/deploy.
I've deployed a running archive to the deploy directory and copied the created TMP-Directory from tmp/deploy to /deploy. That leads to a new deployment of the application under the speciefied directory name.
Now I've stopped JBoss and deleted the WAR-archive from /deploy directory and renamed the copied tmp* Directory to the url under which the application should be riched. After that i got a hot-deployment error like this:
13:09:22,453 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
|
| --- Packages waiting for a deployer ---
| org.jboss.deployment.DeploymentInfo at cb04e04 { url=file:/C:/server/jboss-4.0.5.GA/server/default/deploy/container/META-INF/MANIFEST.MF }
| deployer: null
| status: null
| state: INIT_WAITING_DEPLOYER
| watch: file:/C:/server/jboss-4.0.5.GA/server/default/deploy/container/META-INF/MANIFEST.MF
| altDD: null
| lastDeployed: 1182078562109
| lastModified: 1182078562109
| mbeans:
|
| org.jboss.deployment.DeploymentInfo at 96d3d134 { url=file:/C:/server/jboss-4.0.5.GA/server/default/deploy/container/WEB-INF/classes/containerliste/Container.class }
| deployer: null
| status: null
| state: INIT_WAITING_DEPLOYER
| watch: file:/C:/server/jboss-4.0.5.GA/server/default/deploy/container/WEB-INF/classes/containerliste/Container.class
| altDD: null
| lastDeployed: 1182078562125
| lastModified: 1182078562109
| mbeans:
|
| org.jboss.deployment.DeploymentInfo at a679cd84 { url=file:/C:/server/jboss-4.0.5.GA/server/default/deploy/container/WEB-INF/classes/containerliste/ContainerBean.class }
| deployer: null
| status: null
| state: INIT_WAITING_DEPLOYER
| watch: file:/C:/server/jboss-4.0.5.GA/server/default/deploy/container/WEB-INF/classes/containerliste/ContainerBean.class
| altDD: null
| lastDeployed: 1182078562125
| lastModified: 1182078562125
| mbeans:
|
| org.jboss.deployment.DeploymentInfo at 79515915 { url=file:/C:/server/jboss-4.0.5.GA/server/default/deploy/container/WEB-INF/classes/containerliste/ContainerSize.class }
| deployer: null
| status: null
| state: INIT_WAITING_DEPLOYER
| watch: file:/C:/server/jboss-4.0.5.GA/server/default/deploy/container/WEB-INF/classes/containerliste/ContainerSize.class
| altDD: null
| lastDeployed: 1182078562125
| lastModified: 1182078562125
| mbeans:
|
| org.jboss.deployment.DeploymentInfo at 37f5c112 { ...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055139#4055139
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055139
More information about the jboss-user
mailing list