エラスティック Beanstalk を使用して tomcat に war ファイル (Thingworx Iot ソフトウェア) をデプロイしています。ソフトウェアは、Tomcat に書き込み権限を与えた複数のフォルダー (サーバー ルート) の下にいくつかのフォルダー/ファイルを作成しようとしています。
drwxrwxr-x 3 tomcat tomcat 4096 Jan 12 22:41 ThingworxBackupStorage
drwxr-xr-x 2 tomcat tomcat 4096 Jan 13 20:47 ThingworxPlatform
drwxrwxr-x 9 tomcat tomcat 4096 Jan 12 22:41 ThingworxStorage
私が得ているエラーは次のとおりです。
Caused by: java.io.IOException: THINGWORX WARNING: could not create directory: /ThingworxStorage/database
at com.thingworx.common.utils.PathUtilities.createPath(PathUtilities.java:39)
at com.thingworx.system.configuration.PlatformSettings.prepareLocation(PlatformSettings.java:302)
... 20 more
AWS EB セットアップで Java 8 と Tomcat 8 を実行しています。
それのような縫い目は単純な許可の問題であるべきですが、私が知る限り、私はすでにそれをすべて適切に行っています。私は何が欠けていますか?