Eclipse问题

    xiaoxiao2023-06-29  175

    1.tomcat启动报错:Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.

    解决方法:在工作空间-->.metadata-->.plugins-->org.eclipse.wst.server.core-->servers.xml-->start-timeout="45",该数值修改成1000或者其他值,重启eclipse

    2.项目复制,然后重命名,出现以前项目名存在的问题

    解决方法:在eclipse项目名称右键Properties-->Web Project Settings-->Context root修改名称,在工作空间项目名称下.setting-->org.eclipse.wst.common.component

    在工作空间下.metadata-->.plugins-->org.eclipse.wst.server.core-->servers.xml-->list key值,重启eclipse

    3.tomcat启动成功,但在客户端访问不了情况

    解决方法:

    相关资源:敏捷开发V1.0.pptx
    最新回复(0)