Howdy,

>I have setup Tomcat 4.12 in conjunction with Apache 2.0.43 on a Solaris
>UNIX box.  My question is specific to Tomcat.  I know that I can modify
the
>server.xml to include individual logfiles under the webapps directory,
both
>Local logs and (I believe) Catalina logfiles.  However, these logfiles
are
>all inclusive of everything that goes on in Tomcat.  Is there a way
where I
>could set up individual logs for my developers that are their own
personal
>logfiles.  Does Tomcat allow for that?  Thanks.

You can nest a Logger element inside a Host, Engine, or Context.  If you
configure your server such that each developer has his own Host,
Context(s), or Engine, then each can have their own Logger.
Alternatively, and many people do this for convenience, each developer
can have his/her own Tomcat instance.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to