You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/20 03:17:23 UTC

[GitHub] fiyang opened a new issue #72: dubbo-monitor-simple-ServletApi与jetty不兼容

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org