[webMethods] 간단한 Tip들...
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