Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Quartz
- plugin
- JavaScript
- Windows
- Mac
- tomcat
- find
- profile
- lsof
- xargs
- context
- grep
- vscode
- Windows 10
- netsh
- maVen
- Eclipse
- ssh
- 줄바꿈 문자
- import
- 단축키
- IntelliJ
- Source
- port
- resource
- VirtualBox
- bash
- web.xml
- GIT
- 네트워크
Archives
- Today
- Total
develog
[intellij] eclipse project 가져오기 (no maven & gradle) 본문
Eclipse Project 로 새 프로젝트 만들기
File > New > Project from Existing Sources...

Artifacts 추가
Project Structure
> Project Settings
> Artifacts
> +
> Web Application: Exploded
> From Modules...

Tomcat 설정
Run > Edit Configurations...
> +
> Tomcat Server > Local
> Deployment
> Deploy
> + > Artifact...
> Application context: /


Comments