이번 대우증권 BMT때 제우스 설정을 제대로 할수있는 사람이 없어서 삽질끝에
설정하면서 메모해 놓은것 ㅎㅎ;
1. WebToB 서블릿 설정
※ web.xml에 아래와 같이 서블릿 맵핑하였다면 webtob쪽의 http.m을
아래와 같이 설정해 주면 된다.
<servlet>
<servlet-name>GauceChannelSVL</servlet-name>
<display-name>GauceChannelSVL</display-name>
<servlet-class>com.shift.gef.gauce.servlet.GauceChannelSVL</servlet-class>
<load-on-startup>0</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>GauceChannelSVL</servlet-name>
<url-pattern>/servlet/GauceChannelSVL</url-pattern>
</servlet-mapping>
<servlet-name>GauceChannelSVL</servlet-name>
<url-pattern>/servlet/GauceChannelSVL</url-pattern>
</servlet-mapping>
※ webtob_home/config/http.m 파일을 연다.
☞ uri? Uri = "/servlet/",Svrtype = JSV
- uri뒤에 ?에는 http.m의 내용중에 uri의 순번을 입력해 주면 된다.
※ http.m을 컴파일 한다.
☞ wscfl -i http.m
☞ wscfl -i http.m
※ webtob를 재부팅한다.
- wsdown (다운)
- wsboot (부트)
- wsdown (다운)
- wsboot (부트)
2. JeusAdmin접속방법
※ jeusadmin <노드명>
☞ 사용자 아이디 / 암호 입력 (디폴트 : administrator/jeusadmin)
- down (다운)
- boot (부트)
MIME타입 설정은...
펼쳐두기..
No comments:
Post a Comment