블로그 이미지
Welcome to Tim's blog 딤스

카테고리

분류 전체보기 (13)
JAVA (4)
ASP.NET (8)
SECURITY (1)
ETC (0)
Total
Today
Yesterday

'이클립스톰캣8.5x'에 해당되는 글 1건

  1. 2018.12.06 이클립스 톰캣8.5.x 사용시 문제점 (a tomcat 8.0 installation is expecte)

이클립스 톰캣8.5.x 사용시 문제점


기존 개발 환경은 톰캣7 버젼을 사용하고 있었는데, 톰켓8 버젼때로 환경을 변경하여 톰캣을 8.5.x버젼때로 올리니

a tomcat 8.0 installation is expecte 에러메세지가 나오면서 사용이 불가능했다.


이 문제에 대한 해결 방법은 아래 링크에 잘 나와 있다.

https://stackoverflow.com/questions/37024876/how-to-use-tomcat-8-5-x-and-tomee-7-x-with-eclipse


해결 방법은 2가지가 있다.

1. 톰캣을 8.0.x 를 다운 받아 설치하고 사용하는 방법.

2. 톰캣의 ServerInfo.properties 을 수정하는 방법.



1번 방법은 아래 링크로 이동하여 원하는 버젼을 구해서 사용하면 된다.

https://archive.apache.org/dist/tomcat/tomcat-8/



2번 방법에 대해 간단히 요약하면 catilina.jar을 찾아 풀어서 ServerInfo.properties을 아래 정보처럼 수정한 수 다시 catilina.jar로 묶어서 업데이트 한다.

자세한 설명은 아래와 같이 업데이트 하여 사용하면 된다.


For Tomcat 8.5.x users

You've to change the ServerInfo.properties file of Tomcat's /lib/catalina.jar file.

ServerInfo.properties file contains the following code

server.info=Apache Tomcat/8.5.4
server.number=8.5.4.0
server.built=Jul 6 2016 08:43:30 UTC

Just open the ServerInfo.properties file by opening the catalina.jar with winrar from your Tomcat's lib folder

ServerInfo.properties file location in catalina.jar is /org/apache/catalina/util/ServerInfo.properties



Posted by 딤스
, |

최근에 달린 댓글

글 보관함