Author
difference between jboss eap and jboss as
chain singh
Ranch Hand
Joined: Feb 28, 2012
Posts: 116
posted Jul 23, 2012 04:40:05
0
Hello
I want to know difference between jboss eap and jboss as,
Please provide me information for deploying application from jboss eap and jboss as.
thanks in advance
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8147
posted Jul 23, 2012 04:42:47
0
chain singh wrote: Hello
I want to know difference between jboss eap and jboss as,
See this page http://www.jboss.com/products/community-enterprise/
chain singh wrote:
Please provide me information for deploying application from jboss eap and jboss as.
Deploying to community edition or the enterprise edition is the same - there isn't any difference.
[My Blog ] [JavaRanch Journal ]
chain singh
Ranch Hand
Joined: Feb 28, 2012
Posts: 116
posted Jul 23, 2012 04:46:09
0
Hello Sir
I have application deployed on jboss eap 5 But this application is deployed without making war file , it deployed directly as application folder.
this application also have many errors in files
So i am also deploy this on jboss AS 5 directly so how i can do that
Please help me sir
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5541
posted Jul 23, 2012 08:41:25
0
Deployment of application to EAP or AS is exactly the same - copy the application to server/xxx/deploy (where xxx is the server config name).
JBoss In Action
William P O'Sullivan
Ranch Hand
Joined: Mar 28, 2012
Posts: 860
posted Jul 23, 2012 08:53:29
0
this application also have many errors in files
Is this a new application, or a migration from JBoss 4.x ??
Many many changes have been made, especially in configuration.
WP
chain singh
Ranch Hand
Joined: Feb 28, 2012
Posts: 116
posted Jul 23, 2012 22:04:18
0
thanks for reply
this is old application running on jboss 5.0.0 EAP server
now i wanted on jboss AS as direct exploded directory.
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5541
posted Jul 24, 2012 11:37:24
0
The discussion seems to have been reduced the the same as on your other post, lets continue there.
http://www.coderanch.com/t/587733/JBoss/start-jboss-eap
subject: difference between jboss eap and jboss as