DBILITY

Disabling Derby in Oracle WebLogic 12c 본문

was

Disabling Derby in Oracle WebLogic 12c

DBILITY 2016. 9. 20. 14:48
반응형
$WL_DOMAIN_HOME$\bin\setDomainEnv.cmd

@REM Set DERBY_FLAG, if derby is available.

if exist %WL_HOME%\common\derby\lib\derby.jar (
	set DERBY_FLAG=false 
)
default is true
참고로 derby는 javadb입니다.

 

반응형

'was' 카테고리의 다른 글

tomcat local session clearing  (0) 2019.03.19
websphere liberty profile 17 jvm option 설정  (0) 2017.09.30
Weblogic ClassLoader Hierachy  (0) 2016.10.15
tomcat memory 설정  (0) 2016.09.16
weblogic war 배포시 log4j 설정이 동작하지 않을때  (0) 2016.09.07
Comments