logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

web容器加载Servlet,Filter,Listener的顺序

今天想在Filter中使用spring 的IOC,web.xml配置的IOC加载方式是Servlet,在Filter的init方法中执行如下的语句:WebApplicationContext context = WebApplicationContextUtils.getWebApplicationContext(servletContext);但是不能获得context,后来我把Ioc的加载方式

#servlet#spring#tomcat
解决eclipse安装maven的问题:Unable to update index for central|http://repo1.maven.org/maven2

copy一个settings.xml到C:/Documents and Settings/username/.m2目录,并修改settings.xml文件,添加一个http代理:<!-- proxy| Specification for one proxy, to be used in connecting to the network.|

#eclipse#maven
到底了