Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use the information in this page to help troubleshoot LDAP issues.

References

Debugging

You have to edit the $CATALINA_HOME/conf/logging.properties file. 

Insert the following lines (in blue):


############################################################

...


#

...

Facility

...

specific

...

properties.

...


#

...

Provides

...

extra

...

control

...

for

...

each

...

logger.

...


############################################################

...


#

...

This

...

would

...

turn

...

on

...

trace-level

...

for

...

everything

...


#

...

the

...

possible

...

levels

...

are:

...

SEVERE,

...

WARNING,

...

INFO,

...

CONFIG,

...

FINE,

...

FINER,

...

FINEST

...

or

...

ALL

...


#org.apache.catalina.level

...

=

...

ALL

...


#org.apache.catalina.handlers

...

=

...

2localhost.org.apache.juli.FileHandler

...


org.apache.catalina.realm.level

...

=

...

ALL

...


org.apache.catalina.realm.useParentHandlers

...

=

...

true

...


org.apache.catalina.authenticator.level

...

=

...

ALL

...


org.apache.catalina.authenticator.useParentHandlers

...

=

...

true

...


org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level

...

=

...

INFO

...


org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers

...

=

...

2localhost.org.apache.juli.FileHandler

Common

...

Issues

Referrals

You might get the following error message:

...