hi everyone!
I am configuring a file server (shared folder) for Windows C:\appian_share to store the below directories for High Availability:
https://docs.appian.com/suite/help/18.2/High_Availability_and_Distributed_Installations.html
md C:\appian_share
md C:\appian_share\accdocs1
md C:\appian_share\accdocs2
md C:\appian_share\accdocs3
md C:\appian_share\archived-process
md C:\appian_share\search
md C:\appian_share\msg
md C:\appian_share\mini
md C:\appian_share\models
md C:\appian_share\process_notes
md C:\appian_share\shared
Now I have the following questions
1. for the accdocs directories, do I have to open up the empty-directory for accdocs1,accdocs2 and accdocs3 first as shown above? Also, am I correct just to change the base path as conf.suite.BASE_PATH=//C:/appian_share ?(ref: https://docs.appian.com/suite/help/18.2/Internal_Data.html )
conf.suite.BASE_PATH=//C:/appian_share
2. Where I can change the paths for the rest of directories?
Thanks in advance.
Discussion posts and replies are publicly visible
Dear all,
Now I found that path of most folders above could be configured in custom.properties and change-paths.bat EXCEPT two: the shared and search folders;
I notice that:
1. The Shared folder was not there yet in the previous version of Appian;
2. The Search folder was used to be configured in custom.properties but it is now deprecated.
https://docs.appian.com/suite/help/18.2/Search.html
Do you have any clues where to configure the Path of the shared and search folder now???