简体   繁体   中英

How can I add domain root to the WebLogic AdminServer classpath?

How can I add the domain root path to the Oracle WebLogic 11g (10.3.2) AdminServer classpath? (Note that I am not running the Node Manager.) Which WebLogic startup script sets environment variable WEBLOGIC_CLASSPATH ? Is this the variable to which I should add the domain root?

Set environment variable CLASSPATH before running startWeblogic.sh (Unix) or startWeblogic.cmd (Windows). WebLogic Server will append this initial classpath to the end of the classpath that it generates.

export CLASSPATH=/path/to/my/domain

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM