• 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

Tomcat, Log4J and Console Output in Eclipse

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

Using the latest version of Eclipse for Java Enterprise on Windows XP and I have Tomcat Apache 6.0.26 installed. When I start the server the console output (all INFO) is printed in red.
I have been told to change the Console colour settings under Preferences from red to black for Standard Error text color.

If i change that, then console output is now black but calling System.out.print is output in red.

This also happens when I use log4j.
So surely there must be something I missed in either my Tomcat Apache configuration or Log4j config.

I have googled a lot and was not able to find a proper answer.

Thanks for your help.
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think the Eclipse console highlighter is very careful about its color choices sometimes, but it's not something I obsess about as long as I can read the output.
 
reply
    Bookmark Topic Watch Topic
  • New Topic