secretRequired에 해당하는 글들 1 Articles matched 목록이 없습니다. [Tomcat] The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not valid. 웹 컨테이너로 Tomcat을 사용하는 경우에 서버에서 간혹 제목과 같은 에러가 발생하는 경우가 있다. 에러 The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not valid. 에러를 못하는 영어로 해석해보자면, AJP Connector 설정중에 secretRequired 값이 true인데 secret 속성은 공백이거나 null이라는 것. 그래서 유효하지 않다는 것 같다. 우선 AJP Connector는 server.xml에 있는 것을 의미하는 것 같다. 그리고 나는 AJP Connector에 secretRquired 관련 속성을 .. 1