1. webMethods 서버 구동시 log를 log File로 저장하지 말고 콘솔 화면에 바로 출력 할때..
WM설치경로\IntegrationServer\bin\server.bat -log none
2. webMethods 설치시 Administrator 계정 Default Password
manage
3. webMethods의 Default port를 변경하고 싶을때...
WM설치경로\IntegrationServer\bin\server.bat -log none -port 6666
(단 -port를 이용하여 port를 변경시 포트 추가와 primary port가 변경하는것이지 기존의 port가 대체되는 것이 아니므로
이는 web화면의 Security -> Port에서 삭제혹은 disable시켜서 기존 5555포트가 다른 IS와 충돌하는것 막아줘야 함)
4. "IntegrationServer\config" 폴더 밑에 파일이 깨져서 서버가 올라 오지 않을 때...
"IntegrationServer\config\backup" 경로에 있는걸로 교채한다.
5. JDBC Notification 을 만들었을 시 DB에 생성 되는 Object
Trigger : 대상테이블을 감시하고 Buffer Table에 값을 넘겨주는 역활
Sequence : buffer Table에 지정할때 Key값을 하는 역활
Buffer Table : 감시된 데이터를 임시보관하는 Table
6. webMethods에서 개발한 서비스를 http로 실행 할 수 있는 URL
http://호스트명:포트/invoke/폴더명.폴더명/서비스명?변수명=값&변수명=값
ex) http://127.0.0.1:5555/invoke/pub.flow/debugLog?message=TESTM_ESSAGE
'EAI > webMethods' 카테고리의 다른 글
[webMethods] Developer 에서 Integration Server 접속시 에러 발생관련 조치법 (0) | 2013.08.20 |
---|---|
[webMethods] Developer에서 Flow개발 시 각 Item 별로 설명... (0) | 2013.08.20 |
[webMethods] SAP Adapter Listener 연결오류 관련 (1) | 2013.08.05 |
[webMethods] Apache HTTPClient 라이브러리를 활용한 webMethods TN receive 호출 샘플소스 (0) | 2013.08.05 |
[webMethods] [사례] SAP PI와의 인터페이스(웹서비스) (0) | 2013.08.02 |