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

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

http://blog.csdn.net/wang_jingj/article/details/53452973