server.xml

나만 모르는 IT용어|2021. 4. 5. 17:01

server.xml

포트(기본 8080)를 변경할 수 있다.

홈폴더(기본 webapp)를 변경할 수 있다. 변경하고 나서는 톰캣을 중지하고 다시 실행해야한다.

<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

<Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true">

 

'나만 모르는 IT용어' 카테고리의 다른 글

JSP  (5) 2021.04.09
서블릿(servlet)  (0) 2021.04.09
web.xml  (0) 2021.04.05
Ajax  (0) 2021.04.05
XML  (0) 2021.04.05

댓글()
구독