How to determine your version of Tomcat and Java

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

目的

The commands on this page will allow you to determine the version of Tomcat that your instance is using. It will also allow you to check the version of Java is being used to create a JVM.

 ソリューション

To Obtain Server Info

Run the following commands from your <application-install> or <tomcat-install> directory:

(info) If you do not have your Java Home directory included in your PATH environment variable, you will need to include the path to your <java-home>/bin directory in front of the java command.

Linux

java -cp lib/catalina.jar org.apache.catalina.util.ServerInfo

Windows:  

java.exe -cp lib\catalina.jar org.apache.catalina.util.ServerInfo

The output should be similar to this:

Server version: SpringSource tc Runtime/2.0.4.RELEASE
Server built: August 3 2010 0710
Server number: 6.0.28.29
OS Name: Linux
OS Version: 2.6.18-194.11.1.el5
Architecture: i386
JVM Version: 1.6.0_21-b06
JVM Vendor: Sun Microsystems Inc.
最終更新日: 2024 年 12 月 17 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.