로컬 아파치 톰캣 8.5 서버 실행 오류 수정

This commit is contained in:
mcutegs2
2020-06-05 14:00:37 +09:00
parent 9dedc3a095
commit 70c7c4771a
15 changed files with 45 additions and 37 deletions

View File

@@ -153,7 +153,7 @@
Note: The pattern used is equivalent to using pattern="common" -->
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" pattern="%h %l %u %t &quot;%r&quot; %s %b" prefix="localhost_access_log" suffix=".txt"/>
</Host>
<Context docBase="hospital" path="/hospital" reloadable="true" source="org.eclipse.jst.jee.server:hospital"/></Host>
</Engine>
</Service>
</Server>