티스토리 뷰
출처 : http://choii.tistory.com/50
Eclipse 에서 서버 시작시에 war 파일로 만들고 배포하기 때문에 시간이 걸린다.
이 작업을 안하는 것이다.
그러니 resin.conf 에서 프로젝트의 Directory path를
D:\workspace\.metadata\.plugins\org.eclipse.wst.server.core 에 있는
사용하고 있는 프로젝트 이름을 찾아서 하는 것이 좋을 것 같다.
(물론 이건 개발 중 일 때만.)
아래 내용은 출처 : http://choii.tistory.com/50
D:\eclipse35\plugins\com.caucho.resin.eclipse_4.0.2\buildfiles\resin31.xml 파일을 열어서.. 아래와 같이 war파일을 만드는 부분을 주석처리한다.
<target name="deploy.j2ee.web">
<!--jar destfile="${project.working.dir}/${module.name}.war">
<zipfileset dir="${module.dir}">
<include name="**/*.*"/>
<exclude name="**/*.war"/>
</zipfileset>
</jar>
<move file="${project.working.dir}/${module.name}.war" todir="${server.publish.dir}"/-->
<sleep seconds="${pause.deploy}"/>
</target>
Eclipse 에서 서버 시작시에 war 파일로 만들고 배포하기 때문에 시간이 걸린다.
이 작업을 안하는 것이다.
그러니 resin.conf 에서 프로젝트의 Directory path를
D:\workspace\.metadata\.plugins\org.eclipse.wst.server.core 에 있는
사용하고 있는 프로젝트 이름을 찾아서 하는 것이 좋을 것 같다.
(물론 이건 개발 중 일 때만.)
아래 내용은 출처 : http://choii.tistory.com/50
D:\eclipse35\plugins\com.caucho.resin.eclipse_4.0.2\buildfiles\resin31.xml 파일을 열어서.. 아래와 같이 war파일을 만드는 부분을 주석처리한다.
<target name="deploy.j2ee.web">
<!--jar destfile="${project.working.dir}/${module.name}.war">
<zipfileset dir="${module.dir}">
<include name="**/*.*"/>
<exclude name="**/*.war"/>
</zipfileset>
</jar>
<move file="${project.working.dir}/${module.name}.war" todir="${server.publish.dir}"/-->
<sleep seconds="${pause.deploy}"/>
</target>
'SEVER' 카테고리의 다른 글
ProxyAJP를 이용한 Apache2 + Tomcat 연동시 중대한 보안 문제 (0) | 2011.01.06 |
---|---|
Proxy AJP + mod_rewrite를 이용하여 Apache 2.2 + Tomcat 완벽 연동하기 (0) | 2011.01.06 |
Eclipse + Resin 사용시 war 배포 막기. (0) | 2010.10.06 |
resin plugin for Eclipse (0) | 2010.10.05 |
Resin + Eclipse 작업환경 (0) | 2010.09.27 |
[Tomcat] server.xml 에서 한글 인코딩 설정. (0) | 2010.08.26 |
댓글
공지사항
- Total
- 366,236
- Today
- 19
- Yesterday
- 20
링크
TAG
- MySQL
- css
- eclipse
- Toad
- Linux
- port
- utf8
- tomcat
- javascript
- proxy
- Oracle
- java
- html
- Row
- DATABASE
- sql
- select
- JSP
- ubuntu
- apache
- plugin
- 오라클
- Encoding
- 한글
- NLS
- 연동
- html5
- Charset
- AJP
- Decompiler