gpt4 book ai didi

linux - BASEDIR 环境变量未正确定义

转载 作者:IT老高 更新时间:2023-10-28 12:37:51 27 4
gpt4 key购买 nike

运行我的tomcat时出现以下错误。

The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program

2009 年 12 月 23 日下午 1:03:22 org.apache.jk.server.JkMain 开始INFO: Jk running ID=0 time=1/41 config=null

这就是我在 bashrc 文件中设置 JAVA_PATH 的方式

export JAVA6_HOME=/home/asharma/Softwares/jdk1.6.0_12
export JAVA_HOME=$JAVA6_HOME

export JPDA_TRANSPORT=dt_socket
export JPDA_ADDRESS=9000
export RESIN_HOME=/home/asharma/Softwares/resin

export PATH JAVA_HOME
export GDK_NATIVE_WINDOWS=1

export CATALINA_HOME=/home/asharma/Softwares/apache-tomcat-6.0.20
export CATALINA_OPTS="-Dcom.sun.management.jmxremote Dcom.sun.management.jmxremote.port=19000 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"

export CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9998 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"

alias tstart="$CATALINA_HOME/bin/catalina.sh jpda start -Xmx2000m -Dcom.sun.management.jmxremote.port=9998 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false ; tail -f $CATALINA_HOME/logs/catalina.out"
alias tstop="sh $CATALINA_HOME/bin/shutdown.sh"

alias minstall='mvn clean install -Dhttps.proxyHost=monitoring01.hyd.int.untd.com -Dhttps.proxyPort=3128'

alias resin='sh $RESIN_HOME/bin/httpd.sh -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=12345 -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -verbose -DVPS_HOME=/home/asharma/vps -Xms2000m -Xmx2000m'

最佳答案

我遇到了同样的问题,这对我有用。

试试这个:

在终端中转到您的 to-tomcat/bin 路径

然后执行下面的命令:

chmod +x *.sh

然后使用 ./startup.sh

运行 tomcat

关于linux - BASEDIR 环境变量未正确定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6125249/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com