Can anyone please explain why do I get the following message on JBoss console when I start the JBoss server. It says.. : --- Packages waiting for a deployer --- org.jboss.deployment.DeploymentInfo@ec708d9a { url=file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/ } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/ altDD: null lastDeployed: 1181989685984 lastModified: 1180478160570 mbeans:
JBoss can recognize .ear .war .jar (and some more) as deployables. I guess struts-blank-1.3.8 is a web application. Rename it to struts-blank-1.3.8.war and restart the server.