1.ServletContextListener 에 대하여 설명하시오. Listen and callback when the context is changed.
2.<context-param>과<init-param> 의 차이에 대하여 설명하시오. <init-param> is more limited. <context-param> can be called from bigger scope
<context-param>
<init-param>