l 上下文参数和属性的区别:
1、 参数只能在容器或者是web.xml 中设置而属性通过servlet或容器设置
2、 参数只返回string 而属性返回object
3、 属性名名称用包结构
l servlecontextlistener:
void contextinitialized(servletcontextevent e)
void contextdestroyed(servletcontextevent e)