public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marcus at better dot se" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libgcj/29869] LogManager class loading failure with Tomcat
Date: Thu, 29 Mar 2007 17:11:00 -0000	[thread overview]
Message-ID: <20070329171142.306.qmail@sourceware.org> (raw)
In-Reply-To: <bug-29869-13215@http.gcc.gnu.org/bugzilla/>



------- Comment #5 from marcus at better dot se  2007-03-29 18:11 -------
(In reply to comment #4)
> Third, what's up with the class name "1catalina.org.apache.juli.FileHandler,"?
> Perhaps we are not parsing something correctly?

It comes from a configuration file for the logging mechanism,
/var/lib/tomcat5.5/conf/logging.properties:

handlers = 1catalina.org.apache.juli.FileHandler,
2localhost.org.apache.juli.FileHandler, 3
manager.org.apache.juli.FileHandler, 4admin.org.apache.juli.FileHandler,
5host-manager.org.
apache.juli.FileHandler, java.util.logging.ConsoleHandler

.handlers = 1catalina.org.apache.juli.FileHandler,
java.util.logging.ConsoleHandler

############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################

1catalina.org.apache.juli.FileHandler.level = FINE
1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
1catalina.org.apache.juli.FileHandler.prefix = catalina.

2localhost.org.apache.juli.FileHandler.level = FINE
2localhost.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
2localhost.org.apache.juli.FileHandler.prefix = localhost.

3manager.org.apache.juli.FileHandler.level = FINE
3manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
3manager.org.apache.juli.FileHandler.prefix = manager.

4admin.org.apache.juli.FileHandler.level = FINE
4admin.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
4admin.org.apache.juli.FileHandler.prefix = admin.

5host-manager.org.apache.juli.FileHandler.level = FINE
5host-manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29869


  parent reply	other threads:[~2007-03-29 17:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-16 12:56 [Bug libgcj/29869] New: " marcus at better dot se
2006-12-08 11:38 ` [Bug libgcj/29869] " twisti at complang dot tuwien dot ac dot at
2006-12-12 20:31 ` tromey at gcc dot gnu dot org
2006-12-12 21:25 ` twisti at complang dot tuwien dot ac dot at
2007-03-29 16:49 ` tromey at gcc dot gnu dot org
2007-03-29 17:11 ` marcus at better dot se [this message]
2007-03-29 17:43 ` tromey at gcc dot gnu dot org
2007-03-30  4:10 ` tromey at gcc dot gnu dot org
2007-03-30  4:12 ` tromey at gcc dot gnu dot org
2007-03-30  4:14 ` cvs-commit at developer dot classpath dot org
2007-03-30  4:35 ` tromey at gcc dot gnu dot org
2007-03-30 17:58 ` cvs-commit at developer dot classpath dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070329171142.306.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).