LINUX – Tomcat – Symbolic link to image directory doesn’t display images
Posted by admin under Web Technical
톰켓 사용시 심볼링크된 파일의 다운로드가 안되거나, 보여지지 않을때는 톰켓 설정을 변경해줘야합니다.
tomcat > conf > context.xml
<Context path="" allowLinking="true">
김태종
tomcat > conf > context.xml
<Context path="" allowLinking="true">
김태종