context.xml
context.xml这个文件对于一个web工程来说是可选的.他包含一个<Context>标签.
他可以用来定义一个工程的自己行为.例如JNDI等.
context.xml这个文件对于一个web工程来说是可选的.他包含一个<Context>标签.
他可以用来定义一个工程的自己行为.例如JNDI等.
http://www.servletworld.com/servlet-tutorials/j2ee-web-container-introduction.html
This tutorial provides the basic introduction to J2EE web containers (Also called Servlet container orServlet engine).
这个教室讲了在j2ee中web容器到底是一个什么样的东西,web容器也称作是servlet容器或者servlet的引擎.