Resin 다운로드. http://www.caucho.com/download/
Eclipse에서
Help - Install New Software..
Name : Caucho Resin
Location : http://caucho.com/eclipse
인스톨 하면 하고 restart
Window - Preferences - Server 보면 Resin 등장
Resin Charset 설정
resin.conf 파일에서
<host id="" root-directory="C:/javaProject/SendBillV3.0/">
<web-app id="/" document-directory="C:/javaProject/SendBillV3.0/"/>
<web-app character-encoding="euc_kr" id="/">
</web-app>
</host>
Eclipse에서
Help - Install New Software..
Name : Caucho Resin
Location : http://caucho.com/eclipse
인스톨 하면 하고 restart
Window - Preferences - Server 보면 Resin 등장
Resin Charset 설정
resin.conf 파일에서
<host id="" root-directory="C:/javaProject/SendBillV3.0/">
<web-app id="/" document-directory="C:/javaProject/SendBillV3.0/"/>
<web-app character-encoding="euc_kr" id="/">
</web-app>
</host>
'SEVER' 카테고리의 다른 글
resin plugin for Eclipse (0) | 2010.10.05 |
---|---|
[Tomcat] server.xml 에서 한글 인코딩 설정. (0) | 2010.08.26 |
웹로직 - 이클립스 연동 개발시. 자동 deploy 문제. (0) | 2009.09.17 |