Error in Eclipse-Tomcat Setup - ClassNotFoundException “1catalina.org.apache.juli.FileHandler”

前端 未结 2 1357
盖世英雄少女心
盖世英雄少女心 2021-01-01 21:48

Setup: Eclipse Juno R, Tomcat 7.0.8, tomcat run through eclipse plug in. Tomcat launch configuration from eclipse has VM argument -Djava.util.logging.confi

2条回答
  •  抹茶落季
    2021-01-01 21:54

    Ensure the following system property is set,

    -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
    

    As seen here on the tomcat users mailing list.

    I had the same problem launching tomcat with YAJSW instead of using the tomcat startup scripts.

提交回复
热议问题