Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix
-
Affects Version/s: 0.8
-
Fix Version/s: None
-
Component/s: JBoss
-
Labels:None
-
Number of attachments :
Description
When building the JBoss configuration, files are being linked to from different places, here are some examples:
- container home for the base configuration and container files: libs, etc ...
- configuration home for overriden descriptors
- deployable locations
This is efficient when it comes to performance, but it is not appropriate when it comes to actually build a zip of the configuration. What's more, it is the only container that behaves like that.
All files should be copied localy in a single place.
Thanx
I'm not sure we really need to copy all the resources.
It will take a significant amount of space if we copy all of it.
What do you think?
Should we go for this?