error
Tomcat error) java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
Tomcat error) java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens https 요청을 시도하려고 할 때 발생할 수 있는 에러이다. 톰캣 쪽에서 https설정을 해주지 않았는데 https로 요청하기 때문에 발생할 수 있는 에러이다. 해결 방법 1. url을 http로 바꾸면 해결된다. 2. 서버 포트를 바꿔 본다. 3. 프로세스를 찾아서 종료시킨다.