일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- oracle
- Report Designer
- Eclipse
- 함수
- 한글
- java
- Book
- Tomcat
- MIP
- JavaScript
- 도서
- 자바
- 엑셀
- 에러
- error
- 오류
- 회계
- miplatform
- 데이터베이스
- 마이플랫폼
- 기타소득
- JEUS
- 튜닝
- 오라클
- DB
- 이클립스
- Excel
- 성능
- 톰캣
- 태그를 입력해 주세요.
- Today
- Total
어느 가을날의 전환점
JAVA|SAP Java Connector(JCO) 본문
* 오류 메시지 : Java Connector. "sapjcorfc.dll already loaded in another classloader"
SAP Java Connector(sapjco.jar)는 어플리케이션에 포함시키면 안되며, 서버 상에 하나만 로드되도록 해야 합니다.
<Windows & Tomcat Environment >
1. Be sure sapjco.jar is not included in the WEB-INF folder.
2. Put sapjcorfc.dll and librfc32.dll in c:Windows\system32
3. Put sapjco.jar in c:\Tomcat\common\lib
4. Add a reference to sapjco.jar in the project (In Eclipse: Project/Properties/Java Build Path, Tab Libraries, Add External JARs.
5. Compile and deploy the application. Generate War file. If ant gives problems, add proper command to find sapjco.jar (section <path id=u201Dpath.baseu201D>, <include name=u201Dsapjco.jaru201D>)
6. Load the WAR file in Tomcat.
7. Stop and Start Tomcat.
8. Run the application.
'Development' 카테고리의 다른 글
VS|Visual Studio Tips (비주얼 스튜디오) (0) | 2014.04.24 |
---|---|
JAVA|실행 지연 기능(Delay) (0) | 2014.04.18 |
WA|웹 접근성(Web Accessibility) 및 인증 기관 (0) | 2014.02.19 |
WEB|워드프레스(WordPress) (0) | 2014.02.12 |
이행|데이터 이행 전략 (0) | 2014.02.11 |