I am trying to convert my tutorials from GlassFish 4.1 to WildFly 21.
I set the following in glassfish-web.xml
<property name="alternatedocroot_1" value="from=/CloudStorage/* dir=/Users/Balci/DocRoot" />
to store/retrieve files in/from the external directory /Users/Balci/DocRoot.
What is the best practice, hopefully the easiest, for doing this in WildFly 21?
My web searches produced old confusing incomplete suggestions. I decided to consult with this group of WildFly experts.
Thanks for your help.
Prof. Osman Balci