• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

catalina.out log shows all classes being loaded - why?

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Subject basically says it all... when running tomcat on my local machine the catalina logs seems fairly clean... just exceptions, my log4j info/debug messages... etc.

When I upload the war to my server and run my app, I get all these "Loaded" message for each class that's loaded from each jar file or from my equivalent of the "webapps" directory. Here's an example:


Notice how the "[Loaded" doesn't have INFO or DEBUG etc in typical log4j style... so that makes me think it's some other tomcat logging setting that's only present on my linux server. Any ideas?

Thanks!
Aaron
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How are you starting tomcat? It looks like the -verbose flag is being passed to the JVM
 
Aaron Wilt
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I bet it's cpanel doing it... we have to start/stop tomcat through cpanel because we're using it to manage virtual hosts/domains.

Possible?
 
reply
    Bookmark Topic Watch Topic
  • New Topic