aspose file tools
The moose likes JBoss and the fly likes Steps to Deploy .EAR in JBOSS 4.0.4GA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Steps to Deploy .EAR in JBOSS 4.0.4GA" Watch "Steps to Deploy .EAR in JBOSS 4.0.4GA" New topic
Author

Steps to Deploy .EAR in JBOSS 4.0.4GA

Haricharan Ramachandra
Greenhorn

Joined: Feb 16, 2004
Posts: 28
Hi (i am new to Jboss)

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.

thanks in advance
Hari


Haricharan Ramachanra<br />SCJP 1.4<br />javaworks
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17233
    
    1

OK, just a couple of things.

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.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Steps to Deploy .EAR in JBOSS 4.0.4GA
 
Similar Threads
Migration from iPlanet to JBoss
error delploying ear file on JBOSS 3.0.8
How to deploy in external directory in jboss5
Netbeans 5/JBoss problems
Deploying ear files on jboss