I am using Jboss 4.0.4GA and trying to deploy The demo EAR on Jboss website (TrialBlazer). can any one help me with the steps involved in deploying. I tried by coping the EAR file under C:\jboss-4.0.4.GA\server\all\deploy. and restarting the server. if did not work from me.
1. Is this install with EJB3, and I think the trailblazer tutorial is an EJB3 app. If it is not, then you do not need the EJB3 version. It also all depends on how you installed JBoss, if you downloaded the zip from jboss.org, I don't believe it comes with EJB3 bundled, so you would have to download ejb3.
2. If you drop in the "all" server, then you must start JBoss with
run -c all
If you run it with the run.bat with just "run" then it starts up the "default" server.