I'm a bit hesitant to change directory structure at this point in time (just before
CR2).
There might be tools and scripts that depend on the way things are.
It doesn't look like a boot lib/script to be stored at the top level directory so
maybe create a
${jboss.server.lib.url}/integration
or
${jboss.server.lib.url}/optional
or
${jboss.server.home.url}/lib-opt
Ales Justin wrote:
I need a place in AS config where I will put optional
jboss-seam-int-jbossas.jar.
This is the jar which gets included into classpath when we recognize
deployment as Seam app.
Adrian suggested something like ${jboss.home.url}/integration/seam/.
This means we need to create this integration dir for the first time.
How does that sound?
Or is there already some place where this integration libs could be put.
We might have other int libs.
e.g. integration with various external frameworks that don't speak VFS ;-)