projdir\servintprojname\UserRules\usermain.igl
projdir は、Enterprise Developer プロジェクト ディレクトリで、servintprojname はサービス インターフェイスが含まれるプロジェクトの名前です。
% if 0
% defini $ebiz-user-initialisation-exit
ebiz-user-initialisation-exit section.
% * Code your ebiz initialisation exit logic here
% * Change the preceeding '% if 0' to '% if 1'
exit
.
% end
% end
% if 0
% defini $ebiz-user-termination-exit
ebiz-user-termination-exit section.
% * Code your ebiz termination exit logic here
% * Change the preceeding '% if 0' to '% if 1'
exit
.
% end
% end