我的应用很小,

index.html或index.jsp中的表单读取用户参数并传送给servlet,然后servlet动态生成网页显示这些参数,同时使用ServletContext的getResource方法获取index.jsp的URL。
运行结果显示:jndi:/localhost/wwlhp/index.jsp
但是servlet2.4规范中说,
These methods are not used to obtain dynamic content. For example, in a container supporting the JavaServer PagesTM specification1, a method call of the form getResource("/index.jsp") would return the JSP source code and not the
processed output.
为什么我的应用中返回的不是jsp源码呢?这里是我的整个应用,请各位高手指点,谢谢了!
wwlhp@jdon.comOw3M41m76v.rar