We use "web" configuration of JBoss.
Now we deploy war files only.
But we are going to deploy ear to JBoss.
As far as I can see it is impossible to deploy ear on web configuration because there is no ear deployer in web configuration.
Will it be enough just to copy file default\deployers\ear-deployer-jboss-beans.xml to web\deployers directory?
Or some additional files should be copied too?
views:
19answers:
1
+1
A:
Instead of starting with the web configuration I will suggest to use the "default" configuration and trim it. For example, remove JMS.
Dani Cricco
2010-09-01 13:28:40
We already trimmed web configuration :) But now we need to use ear.
Vladimir Bezugliy
2010-09-01 13:41:48
@Vladimir Bezugliy, yeah I know. I tried in the past to enhance the web configuration with ear support without succeeding. Finally, we decided to trim the ear. Please let us know if you manage to enhance the web configuration with ear.
Dani Cricco
2010-09-01 13:51:43
+1 It will be much easier to trim the `default` configuration than try to add stuff to the `web` configuration.
skaffman
2010-09-01 17:00:01