I also faced the same problem but figured out the way to deploy it.
You can select the EAR file and Right Click and Run on it server to deploy it.

Check the below steps to create the server and deploy an ear on it.

Creating a server configuration for first time
---------------------------------------------------
1. Click on JBoss AS icon  OR switch to JBoss AS perspective.
2. Click on New server 
3. Select JBoss Inc/JBoss AS 4.0(if you are creation version 4.x server), and 
enter the server name(default is localhost) and click Next
4. Enter the name for the runtime to be used for the server, the home directory 
for the server. Select the default configuration after entering the details and 
click Next   
5. Enter the server name and click Next
6. Click Finish and test the server by starting it.

Deploying the Application on server
---------------------------------------------------
1. Select the ear(FiboApp.ear) file instead of project(Tutorial) and right 
click, select Run As/Run on Server
2. You can select the server created in previous step and click Next.
3. You can see the ear file on RHS and cick Finish to deploy it on server.
4. Access the deployed app i.e http://localhost:8080/fibo/

Thanks,
Dilip

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034742#4034742

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034742
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to