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 | 31 |
Tags
- service name
- Docker
- letterspacing
- API
- 스레드
- wsdl
- http
- SID
- servicename
- q87
- 티스토리챌린지
- 컨트롤러
- Tomcat
- 안드로이드 스튜디오
- 스레드 덤프
- 프로세스
- MySQL
- MariaDB
- JDBC
- httpservletreqeust
- Database
- cmd
- oracle
- HTML
- 키보드
- java
- ibatis
- 오블완
- 영상편집
- 톰캣
Archives
- Today
- Total
블로그 이름
sts에서 웹 빌드본 톰캣 적용하는 방법 본문
1. 개발경로\html 의 node_modules 폴더를 제거
2. vscode 터미널에서 순서대로 진행
3. npm install --ignore-scripts
4. set NODE_OPTIONS="--max-old-space-size=8192"
5. npm run build:prod
6. 빌드 성공시, 개발경로html 의 dist폴더가 생성됨.
7. dist 폴더 내용물이 html 빌드 파일
tomcat7 > webapps > html 에 넣기
개발서버 톰캣에
모듈에 /해서 위 경로 넣기
'개발 > Spring' 카테고리의 다른 글
[Spring] MySQLSyntaxErrorException 해결 (0) | 2024.10.30 |
---|---|
[Spring] 에러 로그가 안찍히는 현상 (0) | 2024.10.30 |
[Spring] jsp 오류 안보이게 하는법 (0) | 2024.09.05 |
.class 파일 찾는법 (0) | 2024.02.15 |
Spring 단축키 (0) | 2022.05.31 |