RadarURL

Apache Struts 버전 확인 방법

by JAESOO posted May 09, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

[확인 방법]

1. struts*.jar 파일을 찾는다

- apache-tomcat-6.0.26/webapps/ROOT/WEB-INF/lib 보통 설치된 톰켓에 라이브러리 안에 있다

2. 검색된 struts jar파일 중 아무거나 선택하여 jar 압축해제

3. 압축해제 된 디렉터리 내 META-IMF 디렉터리로 이동

4. MANIFEST.MF 파일을 연다

5. Specification-Version 확인


해당 파일을 열어 보면 아래와 같은 내용이다


Manifest-Version: 1.0

Ant-Version: Apache Ant 1.6.1

Created-By: 1.3.1_04-b02 (Sun Microsystems Inc.)

Extension-Name: Struts Framework

Specification-Title: Struts Framework

Specification-Vendor: The Apache Software Foundation

Specification-Version: 1.2.8

Implementation-Title: Struts Framework

Implementation-Vendor: The Apache Software Foundation

Implementation-Vendor-Id: org.apache

Implementation-Version: 1.2.8

Class-Path: commons-beanutils.jar commons-digester.jar commons-fileup

load.jar commons-logging.jar commons-validator.jar jakarta-oro.jar

 

출처 : http://yang2s.tistory.com/entry/Apache-Struts-%EB%B2%84%EC%A0%84-%ED%99%95%EC%9D%B8-%EB%B0%A9%EB%B2%95


Articles

1 2 3 4