http://expert.csdn.net/Expert/topic/1125/1125322.xml?temp=.4065668

解决方案 »

  1.   

    you have to add servlet.jar's path to classpath.
         \Tomcat\common\lib\servlet.jarand then ,edit server.xml.add context behind
            <!-- Tomcat Root Context -->
    such as:
            <!-- Tomcat Root Context -->
              <Context path="/howjsp" docBase="howjsp" debug="0" reloadable="true"/>
              <Context path="/examples" docBase="examples" debug="0"...>
    if you have done all above,you can creat a new file with name "index.jsp".and browse it with path 
    http://localhost:8080/howjsp
    in ie browser.okokok.