|
Home > Archive > Apache Directory Project > October 2005 > [ApacheDS] Clarification on logging and javaapp jar
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[ApacheDS] Clarification on logging and javaapp jar
|
|
| Alex Karasulu 2005-10-30, 5:45 pm |
| Guys,
Just a heads up I noticed that the log4j.properties file was in the
excludes property for javaapp. This mega jar is for convenience and
should have the log4j.properties file in it. It's not something people
should be using as a dependency for embedding ApacheDS.
If there are classes people would like to use in this main module then
we should break it up so there is a different artifact that is used
which does not package the log4j.properties file. Let me know if
anyone had this intention.
For the time being I have made sure the javaapp mega jar now includes
the log4j.properties file in it.
Alex
| |
| Nick Faiz 2005-10-30, 5:45 pm |
| Hi Alex,
Alex Karasulu wrote:
> If there are classes people would like to use in this main module then
> we should break it up so there is a different artifact that is used
> which does not package the log4j.properties file. Let me know if
> anyone had this intention.
I had in mind a general scenario when I specified log4j.properties in
the exclude property. I thought that it was probably healthier to keep
log4j.properties file out of jars. It should probably end up in a conf
or directory, or something like that, for the standalone.
With regards to the standalone configuration - I still haven't done it.
I've been going through an incredibly busy period at work. I will see to
it when thing quiet down (should be soon). If someone else can step in
and do it I'm also happy to help in whatever way I can.
> For the time being I have made sure the javaapp mega jar now includes
> the log4j.properties file in it.
>
That works.
Cheers,
Nick
> Alex
--
ATLASSIAN - http://www.atlassian.com
Australia's Fastest Growing Software Company 2002-05 [BRW Magazine]
| |
| Trustin Lee 2005-10-30, 8:45 pm |
| I agree.
It would be great if we set up a default directory structure:
* <workdir>/conf - configuration
* <workdir>/schemas - schema files
* <workdir>/partitions - context partitions
* <workdir>/logs - logs
Trustin
2005/10/31, Nick Faiz <nick-YrDk4eUcT3KaMJb+Lgu22Q@public.gmane.org>:
>
> Hi Alex,
>
> Alex Karasulu wrote:
>
>
>
> I had in mind a general scenario when I specified log4j.properties in
> the exclude property. I thought that it was probably healthier to keep
> log4j.properties file out of jars. It should probably end up in a conf
> or directory, or something like that, for the standalone.
>
> With regards to the standalone configuration - I still haven't done it.
> I've been going through an incredibly busy period at work. I will see to
> it when thing quiet down (should be soon). If someone else can step in
> and do it I'm also happy to help in whatever way I can.
>
> That works.
>
> Cheers,
> Nick
>
>
>
>
> --
>
> ATLASSIAN - http://www.atlassian.com
> Australia's Fastest Growing Software Company 2002-05 [BRW Magazine]
>
>
>
--
what we call human nature is actually human habit
--
http://gleamynode.net/
|
|
|
|
|