不需要,安装好JB-->创建工程成功-->为工程选择Server应用服务器(JB-->Properties-->Default Properties-->Server-->选择Tomcat)-->创建jsp文件-->run。也可以直接在命令行下Tomcat,楼主可以到http://jakarta.apache.org/tomcat/下载一个。

解决方案 »

  1.   

    请问我编译时出现了如下信息,怎么解决
    There is no web module than can act as the root of the jsp file
    上面说的我已经照做了,谢谢!
      

  2.   

    StandardHost[localhost]: MAPPING configuration error for request URI 如何解决
      

  3.   

    一将开发的程序拷贝到root目录下
    二修改server.xml文件的末尾加入下面一段代码
    <Context path="" docBase="ROOT" crossContext="true" 
                reloadable="true"
                privileged="true" debug="0"/>