java ee - Install log formater in glassfish -


i don´t output of com.sun.enterprise.server.logging.uniformlogformatter might uniform not helpfull. in first step replaced java.util.logging.simpleformatter. actualy works fine java.lang.classcastexception exception:

java.lang.classcastexception: java.util.logging.simpleformatter cannot cast com.sun.enterprise.server.logging.uniformlogformatter 

beeing perfectionist want rid of exeption , wonder if can create own child class com.sun.enterprise.server.logging.uniformlogformatter , somehow install class glassfish.

but not find information on how install custom log formater glassfish. have pointer on subject?

have @ configuring format of server log on glassfish forums. basically, need to:

  • implement formatter
  • put jar formatter in domain_dir/lib/ext.
  • declare in <mydomain>/config/logging.properties

see also


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -