ServiceDesk Plus オンプレミス版 ナレッジベース

バンドルしているApache Struts のバージョン確認方法


ServiceDesk PlusがバンドルしているApache Strutsのバージョンは次より確認できます。

2013年8月現在、バンドルしているバージョンは、1.1です。

1. [ServiceDeskホーム]\server\default\deploy\webclientディレクトリにある、「struts.jar」をコピーして別ディレクトリに保存します。
2. コピーした「struts.jar」の拡張子を".zip"に変更後、解凍します。
3. 解凍したら表示されるフォルダから、[/META-INF/MANIFEST.mf]をテキストエディタで開きます。
4. 「Specification-Version」および「Implementation-Version」に表記されているバージョンを確認します。
    (下記の場合は、1.1です)
============================
Manifest-Version: 1.0
Created-By: Apache Ant 1.5.1
Extension-Name: Struts Framework
Specification-Title: Struts Framework
Specification-Vendor: Apache Software Foundation
Specification-Version: 1.1
Implementation-Title: Struts Framework
Implementation-Vendor: Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.1
Class-Path:  commons-beanutils.jar commons-collections.jar commons-dig
 ester.jar commons-logging.jar commons-validator.jar jakarta-oro.jar s
 truts-legacy.jar
========================