zoukankan      html  css  js  c++  java
  • tomact和eclipse的关联

    tomact和eclipse的关联有很多文档,这里说下下面的问题:

    问题: tomact安装成功,点击startup.sh能正常访问,通过eclipse启动后,不能打开8080页面 

    解决:

    l  重新配置下tomcat服务器:

    l  1、在eclipse中的server页面,双击tomcat服务,会看到如图所示的配置页面:

    l  2、选择Use tomcatinstallation(Task control of Tomcat installation) 即选择tomcat的安装目录来作为项目的发布目录。

    l  3、最后,将"DeployPath"后面的值默认是"wtpwebapps"改成"webapps",也就是 tomcat中发布项目所在的文件夹名字。

    l  注:必须在tomact启动下修改,不然否则修改路径处为灰色

    重新用eclipse启动tomact,问题解决!

  • 相关阅读:
    Node.js NPM 包(Package)
    Node.js NPM 作用
    Node.js NPM 介绍
    Node.js NPM 教程
    Node.js NPM 教程
    Node.js 发送Email
    Node.js 上传文件
    Node.js 事件
    Node.js NPM
    Node.js 文件系统模块
  • 原文地址:https://www.cnblogs.com/pjfmeng/p/7509934.html
Copyright © 2011-2022 走看看