Thanx for the HEads Up David.
I have found the solution to my problem and it looks as if it has been
resolved, though I do need to test it in more detail, but the primary
objective is nailed.

The following link takes to the more specific resolution resource.

http://tomcat.apache.org/tomcat-5.5-doc/logging.html

Cheers
Harbir


David Smith-2 wrote:
> 
> Tomcat 5.5 removed the <Logger> tag.  See 
> http://tomcat.apache.org/faq/logging.html for details on how to setup 
> logging.
> 
> --David
> 
> Harbir wrote:
>> Hello Every One!
>> I am using the Tomcat version 5.5.17
>> I am new to tomcat, and learning the meaning of the tags in the
>> /conf/server.xml file.
>> In my version there is no <Logger> tag, but I am reading a book to get
>> the
>> customized logs specific to the application, I run. In this book they
>> have
>> put the <Logger> tag, and so did I.
>> But I get the following error, when I start Catalina:
>> ----------------------------------------------------------------------------------------------------------------------------------------
>> INFO: Stopping service Catalina
>> Dec 16, 2006 9:00:13 PM org.apache.coyote.http11.Http11BaseProtocol
>> destroy
>> INFO: Stopping Coyote HTTP/1.1 on http-8080
>> Dec 16, 2006 9:00:13 PM org.apache.catalina.core.AprLifecycleListener
>> lifecycleEvent
>> INFO: Failed shutdown of Apache Portable Runtime
>> Dec 16, 2006 9:03:28 PM org.apache.tomcat.util.digester.Digester
>> startElement
>> SEVERE: Begin event threw exception
>> java.lang.ClassNotFoundException: org.apache.catalina.logger.FileLogger
>>      at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>      at java.security.AccessController.doPrivileged(Native Method)
>>      at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>      at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>      at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>>      at
>> org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:204)
>>      at org.apache.tomcat.util.digester.Rule.begin(Rule.java:152)
>>
>> ---------------------------------------------------------------------------------------------------------------------------------------------------
>> When I remove a <Logger> tag, Catalina runs fine, but the logs specific
>> to
>> the Application does not get generated.
>>
>> Any sort of help will be highly appreciated.
>>
>> Regards
>> Harbir
>>
>>   
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Setting-up-the-logger-tf2831384.html#a7914018
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to