Hi
I have the following structure:
modules
module1
module2
module3
applications
app1
src
conf
log4j.properties
app2
When I package app1 for websphere, I need to include
log4j.properties from under conf. I do not need it for
JBoss, for example, because there Log4J is configured
outside the ear.
What is the most intelligent way to package my ear? Do
I update my jar before ear:ear? Is my current
directory structure suitable?
Thanks.
Janos
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]