Tomcat STDOUT as Error in Eclipse

前端 未结 5 1935
栀梦
栀梦 2021-02-07 00:11

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

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 00:55

    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.

提交回复
热议问题