启用历史记录WLST WebLogic 12c

时间:2018-10-25 19:12:37

标签: weblogic12c wlst jline jline2

我要在WLST中启用历史记录。

我刚刚安装了WebLogic Server 12.2.1.3.0。

我知道JLine会处理历史记录,并且JLine与WLST 12c版本(WebLogic Server 12.2.1.3.0)相关联,但是它不起作用。

是以下库:

/opt/oracle/Middleware/Oracle_Home/coherence/lib/jline.jar

和脚本query.sh:

---------

#!/bin/sh

...



# sepcify the lib home

LIB_HOME=$COHERENCE_HOME/lib

...



$JAVAEXEC -server -showversion -Dcoherence.distributed.localstorage=false -cp "$COHERENCE_HOME/lib/coherence.jar:$LIB_HOME/jline.jar" com.tangosol.coherence.dslquery.QueryPlus "$@"

-------------

如何激活WLST中的历史记录?

0 个答案:

没有答案