Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- plugin
- GIT
- tomcat
- Spring
- 보조정렬
- MSSQL
- Python
- JavaScript
- window
- Java
- 공정능력
- SQL
- mapreduce
- hadoop
- mybatis
- table
- Eclipse
- Android
- Sqoop
- xPlatform
- NPM
- vaadin
- SSL
- SPC
- Express
- R
- es6
- IntelliJ
- react
- Kotlin
Archives
- Today
- Total
DBILITY
Disabling Derby in Oracle WebLogic 12c 본문
반응형
$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