LoginSignup
1
0

More than 3 years have passed since last update.

intra-mart の設定画面がテキストのみになってしまう。

Last updated at Posted at 2019-06-24

あれこれ調べたが、ネット上ではほとんど情報がなかったので。
自分の記録用もかねて記載します。

【構築環境】
 ・Java:Oracle JDK11
 ・Webサーバ:Apache2.4
 ・Webアプリケーションサーバ:Resin Pro 4.0.61
 ・DB:PostgreSQL 9.6
 ・その他:IM-Juggling 1.0

【現象】
 intra-martの構築が完了し、設定画面を表示させたがなぜかテキストのみの表示(下図参照)になり、各項目を入力後に「登録」ボタンをクリックしても反応ない。
intra-mart-Text.png

【原因】

 IM-Jugglingにて環境構築時に「server-context-config.xml」でBase urlの設定を行っていなかったことが原因。
 Apacheの設定との兼ね合いもあるが、8080を外しても同様の現象になる。

2019年8月22日:訂正
 Apache上に静的コンテンツを配置していないのが原因。
Jugglingで静的コンテンツの出力を行う部分があるので、静的コンテンツを作成しApache上に展開する必要ある。
StaticFileOutput.png

詳細については下記リンクをご参照ください。
intra-mart Accel Platform セットアップガイド 「5.5. 静的コンテンツの出力」

なお、httpd.confにて追記した下記部分は静的コンテンツを使用する設定部分となる。
UseStaticFile.png

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0