I am configuring Tomcat (5.5) server in Eclipse (3.3.2). Once I add Tomcat and start it, the output is printed in Eclipse Console. This output is printed in RED indicating its S
The following has worked for me.
In the Tomcat server.xml, comment out
Seems like the "red is caused" by Tomcat not be able to load the APR native lib. Skip the loading and no more red.