How to run Confluence Data Center with an embedded H2 database for testing purposes

お困りですか?

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

コミュニティに質問


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

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

*Fisheye および Crucible は除く

目的

2021 年 2 月 2 日 ( サーバーの販売終了日) 以降、Data Center 評価ライセンスの生成のみが可能となります。つまり、Confluence セットアップ ウィザードには、組み込みの H2 データベースを使用するオプションは含まれなくなります。

The purpose of this article is to explain how to run non-clustered (single node) Confluence Data Center installations with an embedded H2 database for testing and app development purposes. You can run an H2 database using existing automated tooling through Atlassian Maven Plugin Suite (AMPS).

ソリューション

  1. Download and Install the AMPS SDK
  2. Run the AMPS SDK.
    1. You can pass parameters on the command line in the form:

      atlas-run-standalone --product confluence

AMPS will use the latest stable version of Confluence. If the <confluence-home>/confluence.cfg.xml file includes an H2 database URL, Confluence will start an H2 instance.

Here are some useful parameters:

パラメーター

説明

versionSpecify the version of the product to run (default is RELEASE)1.0
http-portThe HTTP port for the servlet container8080
ajp-portThe AJP port for the servlet container7412
pluginsComma-delimited list of plugin artifacts in GROUP_ID:ARTIFACT_ID:VERSION form, where version can be ommitted, defaulting to LATEST

groupId:artifactId::version

lib-plugin

Comma-delimited list of lib artifacts in GROUP_ID:ARTIFACT_ID:VERSION form, where version can be ommitted, defaulting to LATEST

groupId:artifactId:version

bundled-pluginsComma-delimited list of bundled plugin artifacts in GROUP_ID:ARTIFACT_ID:VERSION form, where version can be ommitted, defaulting to LATEST

groupId:artifactId:version

View more parameters

パラメーター

説明

containerContainer to run in (default is tomcat6x)

tomcat6x

context-path

Application context path (include the leading forward slash)

/myapp

data-versionVersion to use for data resources (default is RELEASE)RELEASE

jvmargs

Additional JVM arguments if required

-Xmx=512m

log4j

Log4j properties file

test/log4j.properties

productThe product to launch with the pluginjira
rest-versionVersion of the Atlassian REST module to use1.0
sal-versionVersion of SAL to use2.0.11
serverHost name of the application server (default is localhost)

localhost

Note: different SDK releases offer different parameters.

Learn how to work with the SDK


説明 Explain how to run non-clustered (single node) Confluence Data Center installations with an embedded H2 database for testing and app development purposes. 
製品Confluence
Last modified on Mar 17, 2021

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

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