开发者社区 > 云原生 > 容器服务 > 正文

springboot 整合dubbox,采用外部应用服务器的servlet容器配?400报错

springboot 整合dubbox,采用外部应用服务器的servlet容器配置问题? 400 报错

在使用该配置使用外部容器时,官方说明:
如果你是用spring的ContextLoaderListener来加载spring,则必须保证BootstrapListener配置在ContextLoaderListener之前,否则dubbo初始化会出错。
是否有大神能够指导如何实现这个配置保证BootstrapListener在ContextLoaderListener之前完成配置?

展开
收起
爱吃鱼的程序员 2020-06-03 15:09:05 672 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    很简单啊,配置 BootstrapListener 在 ContextLoaderListener 即可,如

    <listener>
            <listener-class>com.alibaba.dubbo.remoting.http.servlet.BootstrapListener</listener-class>
        </listener>


        <listener>
            <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
        </listener>

    ######回复 @jiron : 你的问题解决了吗######回复 @jiron : https://github.com/yefengyueyuan/spring-boot-starter-dubbox######配置文件的方式我知道呢,因为使用了springboot所以希望不通过配置文件,而是注解去配置监听并达到我描述的效果
    2020-06-03 16:45:36
    赞同 展开评论 打赏

国内唯一 Forrester 公共云容器平台领导者象限。

相关电子书

更多
如何运维千台以上游戏云服务器 立即下载
网站/服务器取证 实践与挑战 立即下载
ECS块储存产品全面解析 立即下载