I don't think it will work to have log4j.jar under
webapps/app/WEB-INF/lib and expect those locations of log4j.properties
to be used.

You have 2 choices that I know will work:
1. Only have log4j.properties and log4j.jar under tomcat/shared or tomcat/common
2. Only have log4j.properties and log4j.jar under webapps/<app>/WEB-INF

For #2 you might be able to put log4j.properties and log4j.jar
someplace that tomcat can see them but not the apps (server?).

On 8/15/06, Takacs Bence <[EMAIL PROTECTED]> wrote:
No log4j.xml, and only the two log4j.properties:
- one in the /tomcat/shared/classes for tomcat inner logs
- one in the /tomcat/common/classes for tomcat applications logs

I make both of them after the error message...

Thanks:
        Bence


Jacob Kjome wrote:
> Is there a log4j.xml anywhere on the classpath (in the default package, that
> is)?  Look in directories and jars.  I would suggest changing to an XML config
> file because Log4j looks for it first.  If it doesn't find log4j.xml, then it
> looks for log4j.properties.  I've seen this happen so often to users that it 
is
> the first thing I ask them.
>
> Jake
>
> Quoting James Stauffer <[EMAIL PROTECTED]>:
>
>> Try running with -Dlog4j.debug.  That should give you more info about
>> the problem.
>>
>> On 8/14/06, Takacs Bence <[EMAIL PROTECTED]> wrote:
>>> No
>>>
>>> James Stauffer wrote:
>>>> Is there a log4j.jar under shared or common?
>>>>
>>>> On 8/14/06, Takacs Bence <[EMAIL PROTECTED]> wrote:
>>>>> I _only_ moved log4j.properties from shared/classes to two different
>>>>> webapps/app/WEB-INF/classes directory. In other words I deleted the
>>>>> original file and made two different copies (with the required
>>>>> modifications of course).
>>>>>
>>>>> Both projects has it's own log4j.jar too.
>>>>>
>>>>> Thanks:
>>>>>         Bence
>>>>>
>>>>>
>>>>> James Stauffer wrote:
>>>>>> Did you move log4j.properties also?  You will need to do that too.
>>>>>>
>>>>>> On 8/14/06, Takacs Bence <[EMAIL PROTECTED]> wrote:
>>>>>>> Hello
>>>>>>>
>>>>>>> James Stauffer wrote:
>>>>>>>> I meant different config files.  If you move the lib/log4j.jar and
>>>>>>>> classes/log4j.properties from the shared classpath (i.e.
>>>>>>>> tomcat/common) to each webapp (i.e. webapps/app/WEB-INF) then
>>>>> each app
>>>>>>>> will use a separate config file.
>>>>>>> I deleted the common /tomcat/shared/classes/log4j.properties, and put
>>>>>>> different properties file to the different projects
>>>>>>> (webapps/app/WEB-INF/classes). But it seems that only one send logs
>>>>> out
>>>>>>> of it. I can't get the other one's logs neither on the console nor on
>>>>>>> ftp. Maybe on tcp it could be problem that I set the same port for
>> the
>>>>>>> two appenders but what about the console???
>>>>>>>
>>>>>>> Any idea?
>>>>>>>
>>>>>>> Thanks:
>>>>>>>         Bence
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>>
>>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>> --
>> James Stauffer
>> Are you good? Take the test at http://www.livingwaters.com/good/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
James Stauffer
Are you good? Take the test at http://www.livingwaters.com/good/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to