[servlet]

기록지·2020년 12월 23일
0
post-custom-banner



1. 우선 NewContext 폴더에 있는 파일을 전체 컨파일한다.
1) set classpath 확인 후 set classpath=.;C:\Web\tomcat9\lib\servlet-api.jar
2) javac -d ../classes .java 로 패키지 컨파일
3) 사진에 첨부한 것처럼 tomcat9에 있는 conf/server 의 context docBase의 경로를 정해주도록 한다.

<Context docBase="C:\Web\NewContext" path="/nc" />

4) Startup 실행
5) 새로고침 후 결과확인

post-custom-banner

0개의 댓글