zoukankan      html  css  js  c++  java
  • svn项目添加到tomcat后,tomcat无法打开问题解决

    1,tomcat版本更改

      由7.0.81更改至8.0.47(8.5.23在添加至eclipse后版本不符无法使用)

      更改版本后记得修改Server Locations-->双击服务器-->选择use tomcat installition(takes contron of tomcat installion)不然eclipse中打开tomcat仍然无法访问tomcat主页

    2,tomcat8.0.47环境变量配置

           CATALINA_BASE      D:	oolsapache-tomcat-8.0.14-windows-x64apache-tomcat-8.0.14
               CATALINA_HOME      D:	oolsapache-tomcat-8.0.14-windows-x64apache-tomcat-8.0.14
               TOMCAT_HOME        D:	oolsapache-tomcat-8.0.14-windows-x64apache-tomcat-8.0.14
           PATH C:%CATALINA_HOMElib;%CATALINA_HOME%in
           最后不要带分号
      详情参:http://blog.csdn.net/liuhaomatou/article/details/39893897
    3,安装:
      dos窗口进入bin目录--->service.bat install 对应地删除为service.bat remove(安装或删除时可能弹出另一个dos窗口,此时进程无法继续,关闭此窗口,原来窗口会询问Y/N,输入N)
    ·出现failed installing 'tomcat8'情况处理:
                         可能之前存在tomcat8未卸载,卸载service remove tomcat8
                         再安装:service.bat install
                         开启:startup, 此时可以访问localhost:8080 关闭:shutdown
            详参:http://blog.csdn.net/android_amelia/article/details/51878906

    此时再将svn项目部署到tomcat然后便可打开




    另:1.在eclipse中打开tomcat后,再在bin目录下start会无法开启再次回到等待start状态,
    2.将文件夹压缩成jar包方式
        先压缩成.zip再修改后缀名为.jar即可
    内容仅供个人学习、记录使用,侵删
  • 相关阅读:
    zookeeper使用场景
    zookeeper安装配置
    hadoop 远程调试
    deep learning笔记
    Sentiment Analysis(1)-Dependency Tree-based Sentiment Classification using CRFs with Hidden Variables
    PRML阅读笔记 introduction
    Python 学习笔记(2)
    python nltk 学习笔记(5) Learning to Classify Text
    python nltk 学习笔记(4) Writing Structured Programs
    python nltk 学习笔记(3) processing raw text
  • 原文地址:https://www.cnblogs.com/zshibo/p/7888372.html
Copyright © 2011-2022 走看看