fiyang opened a new issue #72: dubbo-monitor-simple-ServletApi与jetty不兼容 URL: https://github.com/apache/incubator-dubbo-ops/issues/72 jdk 1.8 macos 打包完成---启动报错。 class javax-serveletapi not found. 将pom.xml里 <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> scope去掉依然报错 class -javax.servlet.RequestDispatcher not found 将 pom.xml servlet 的api 原3.1.0升级为 <servlet_version>4.0.1</servlet_version> 问题解决 源码需要更新一下版本
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
