Help Center> ServiceStage> User Guide (ME-Abu Dhabi Region)> FAQs> Which Directories Do I Use to Write Files for VM-based Application Components?
Updated on 2022-12-05 GMT+08:00

Which Directories Do I Use to Write Files for VM-based Application Components?

For such components, only their running directory is available for writing files. Such files include log files or zip packages.

This directory is the /opt/application/${appName}/${appVersion}/${instanceId} directory on the application ECS, where

  • ${appName} indicates the component instance name.
  • ${appVersion} indicates the version number of the component instance.
  • ${instanceId} indicates the instance ID.

This rule takes effect only for new and upgraded component instances. Directories of component instances that have been deployed retain the original permissions.