https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://www.notion.so/jungspin/0506-a96ae1eff4f846d6939f1a679e3955e9

지난 시간..

4일 수업때 만들었던 first_web 프로젝트에서 서버를 실행시킨다.

자바파일을 실행시키는게 아니라, apache-Tomcat을 실행시키는 것이다.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/17d91e53-2a78-4142-806e-2f7a6029826a/Untitled.png

그럼 이렇게 톰캣9이 실행된다. 그러면 이 톰캣9은 webapp 파일에 있는 모든 것을 들고 실행이 된다.

이 톰캣9이라는 성은, 이 데이터를 들고있단 말이죠? 그럼 내가 필요할 때 이 데이터를 요청해서 가지고 올 수 있겠죠.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0b41710b-e5b9-48a0-9053-cace8dc2ba5c/Untitled.png

그래서 저번에 만들어둔 home.jsp와 index.html을

localhost:8000/first_web/home.jsp

localhost:8000/first_web/index.html

이렇게 실행을 시키면 문제 없이 실행된다.

web-INF 와 META-INF

프로젝트의 webapp > web-INF에 파일 a.txt를 만들고 실행시켜보았다.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ee747321-c2a1-44e8-b25f-71ec881cb2b8/Untitled.png