zoukankan      html  css  js  c++  java
  • Tomcat配置 设置启动参数,点击startup.bat启动

    catalina.bat
    rem ---------------------------------------------------------------------------
    rem Set JAVA_HOME or JRE_HOME if not already set, ensure any provided settings
    rem are valid and consistent with the selected start-up options and set up the
    rem endorsed directory.
    rem
    rem $Id: setclasspath.bat 1202062 2011-11-15 06:50:02Z mturk $
    rem ---------------------------------------------------------------------------

    set JAVA_HOME=C:Program Files (x86)Javajdk1.6.0_10
    set JRE_HOME=C:Program Files (x86)Javajdk1.6.0_10jre

    rem Make sure prerequisite environment variables are set

    rem In debug mode we need a real JDK (JAVA_HOME)
    if ""%1"" == ""debug"" goto needJavaHome

  • 相关阅读:
    disabled
    C# 实例化顺序
    session问题
    Node js文件系统
    Node js WEB模块
    Node js GET POST请求
    Node js路由
    Node js函数
    Node js模块系统
    Node js 安装+回调函数+事件
  • 原文地址:https://www.cnblogs.com/daxin/p/3338203.html
Copyright © 2011-2022 走看看