<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: trying to create folder in docker alresco docker tomcat webapps folder in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495082#M40651</link>
    <description>&lt;P&gt;My apologies, yet I am trying to get my head wrapped around the different pieces. I redid the&amp;nbsp;&lt;EM&gt;community-compose.yaml&amp;nbsp;&lt;/EM&gt;and now I made sure to use the latest that matches the HEAD on the&amp;nbsp;&lt;EM&gt;acs-deployment&lt;/EM&gt; repository. I did the&amp;nbsp;&lt;EM&gt;docker up&amp;nbsp;&lt;/EM&gt;and the images (correct term?) started. I then searched for the newly added&amp;nbsp;&lt;EM&gt;nginx&lt;/EM&gt; image and then I connected to it. I attempted to cd into the&amp;nbsp;&lt;EM&gt;/usr/share/nginx/html&amp;nbsp;&lt;/EM&gt;folder and it says permission denied. When I started this whole thing, I created a folder&amp;nbsp;&lt;EM&gt;my-js-app&amp;nbsp;&lt;/EM&gt;with a simple&amp;nbsp;&lt;EM&gt;index.html&amp;nbsp;&lt;/EM&gt;in it. That folder should be mapped into the nginx image?&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;4ff3df4fdce1 nginx:latest &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;$ sudo docker exec -i -t 4ff3df4fdce1 /bin/bash&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;root@4ff3df4fdce1:/# cd /usr/share/nginx/html/&lt;BR /&gt;root@4ff3df4fdce1:/usr/share/nginx/html# ls&lt;BR /&gt;ls: cannot open directory '.': Permission denied&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;And now I try to access the url&amp;nbsp;&lt;A href="http://localhost:8280/" target="_blank"&gt;http://localhost:8280/&lt;/A&gt;&amp;nbsp;and I get 403 error, forbidden.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Dec 2025 03:27:59 GMT</pubDate>
    <dc:creator>brieweb</dc:creator>
    <dc:date>2025-12-08T03:27:59Z</dc:date>
    <item>
      <title>trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/494838#M40627</link>
      <description>&lt;P data-unlink="true"&gt;I am trying &lt;A href="https://www.alfresco.com/abn/adf/docs/tutorials/creating-javascript-app-using-alfresco-js-api/" target="_self"&gt;the tutorial&lt;/A&gt;.&amp;nbsp;&amp;nbsp;I can't seem to create a folder in the Docker image, by default. I seem to recall at some point that I figured out a way to create the folder, but then the tomcat wouldn't recognize &lt;EM&gt;my-js-app &lt;/EM&gt;in the folder.&amp;nbsp;Is there a way to run this externally? It seems that the Docker image has been created differently since this tutorial was written?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I connected to the docker repository that runs the tomcat, yet I can not create a folder since the user that it gives me is&amp;nbsp;&lt;EM&gt;alfresco&amp;nbsp;&lt;/EM&gt;and the&amp;nbsp;&lt;EM&gt;webapps&amp;nbsp;&lt;/EM&gt;folder is only writable by root. Any tips on this?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;4ca640e2477c alfresco/alfresco-content-repository-community:25.2.0 "catalina.sh run -se…"&lt;BR /&gt;&lt;STRONG&gt;sudo docker exec -i -t 4ca640e2477c /bin/bash&lt;/STRONG&gt;&lt;BR /&gt;[alfresco@4ca640e2477c tomcat]$ &lt;STRONG&gt;ls -lhd webapps/&lt;/STRONG&gt;&lt;BR /&gt;drwxr-x---. 1 root Alfresco 4.0K Jul 16 08:37 webapps/&lt;BR /&gt;[alfresco@4ca640e2477c tomcat]$ &lt;STRONG&gt;id&lt;/STRONG&gt;&lt;BR /&gt;uid=33000(alfresco) gid=33000(alfresco) groups=33000(alfresco),1000(Alfresco)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2025 22:01:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/494838#M40627</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-11-29T22:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/494840#M40629</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Perhaps you could add a new volume to your docker-compose.yml with the application directory or create your own custom image of the Alfresco content repository, including a copy of your application in a Dockerfile.&lt;/P&gt;&lt;P&gt;However, this tutorial is outdated, and I'm not sure if it will be useful in a real-world environment. It might be better to deploy your application in a new container and configure CORS if necessary.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2025 00:02:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/494840#M40629</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-11-30T00:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/494844#M40631</link>
      <description>&lt;P&gt;Hmm, I am new to alfresco and I am not sure the steps I would take. Is there a step by step tutorial on creating an application in a new container and configuring CORS? I launched the &lt;A href="https://github.com/Alfresco/acs-deployment" target="_self"&gt;acs-deployment&lt;/A&gt; image in my attempt to make this work.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 01:49:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/494844#M40631</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-12-01T01:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495055#M40648</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Assuming you are has followed the instruccions of tutotial tu generate the application and you have it in a folder call&amp;nbsp;my-js-app, if you use community-compose.yaml I attach to the post instead the one from&amp;nbsp;acs-deployment&amp;nbsp; you get the application deployed to the alfresco container (&lt;A href="http://localhost:8080/my-js-app" target="_blank"&gt;http://localhost:8080/my-js-app&lt;/A&gt;) and in a new container (&lt;A href="http://localhost:8280" target="_blank"&gt;http://localhost:8280&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;In the alfresco container is configured cors filter&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Dcors.enabled=true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Dcors.allowed.origins=&lt;A href="http://localhost:8280" target="_blank"&gt;http://localhost:8280&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Dcors.allowed.methods=DELETE,GET,HEAD,OPTIONS,POST,PUT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Dcors.allowed.headers=Accept,Access-Control-Request-Headers,Access-Control-Request-Method,Authorization,Cache-Control,Content-Type,Origin,X-CSRF-Token,X-Requested-With&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -Dcors.exposed.headers=Access-Control-Allow-Origin,Access-Control-Allow-Credentials,Set-Cookie&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;and the application is uploaded using a external volumen.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN&gt;./my-js-app:/usr/local/tomcat/webapps/my-js-app&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;A new container is created too&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;my-js-app&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;image&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;nginx:latest&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;mem_limit&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;128m&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ports&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - &lt;/SPAN&gt;&lt;SPAN&gt;"8280:80"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;volumes&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - &lt;/SPAN&gt;&lt;SPAN&gt;./my-js-app:/usr/share/nginx/html&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2025 01:31:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495055#M40648</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-12-06T01:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495063#M40649</link>
      <description>&lt;P&gt;Hola Roberto,&lt;/P&gt;&lt;P&gt;Thank you for providing the changes to the `community-compose.yaml`. I applied the updates, yet I get an error when I try to bring it up with docker. Any clues here? I am not very familiar with Docker, so I am guessing that it could be something with the indentation? I am going to have to research how to write the yaml file. I also tried a direct copy and paste of your contents and it said the same error on line 16.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;brian:~/pkg/alfresco/acs-deployment/docker-compose$ &lt;STRONG&gt;sudo docker-compose -f community-compose.yaml up&lt;/STRONG&gt;&lt;BR /&gt;yaml: line 41: could not find expected ':'&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2025 19:56:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495063#M40649</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-12-07T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495064#M40650</link>
      <description>&lt;P&gt;I opened the configuration file in emacs and it showed the formatting issues. Docker file seems to be working now!&lt;/P&gt;&lt;P&gt;But, when I try to access `my-js-app` it gives an error. Is there some permissions that I need to configure?&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:8080/my-js-app/" target="_blank"&gt;http://localhost:8080/my-js-app/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gives the error&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;HTTP Status 403 – Forbidden&lt;/PRE&gt;&lt;P&gt;And, if I try to go into the image, I can't do a directory listing on the folder.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudo docker container ls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;c1136ba380f9&lt;/STRONG&gt; alfresco/alfresco-content-repository-community:25.2.0 "catalina.sh run -se…"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudo docker exec -i -t c1136ba380f9 /bin/bash&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[alfresco@c1136ba380f9 my-js-app]$&lt;STRONG&gt; pwd&lt;BR /&gt;&lt;/STRONG&gt;/usr/local/tomcat/webapps/my-js-app&lt;/P&gt;&lt;P&gt;[alfresco@c1136ba380f9 my-js-app]$&lt;STRONG&gt; ls&lt;/STRONG&gt;&lt;BR /&gt;ls: cannot open directory '.': Permission denied&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2025 20:53:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495064#M40650</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-12-07T20:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495082#M40651</link>
      <description>&lt;P&gt;My apologies, yet I am trying to get my head wrapped around the different pieces. I redid the&amp;nbsp;&lt;EM&gt;community-compose.yaml&amp;nbsp;&lt;/EM&gt;and now I made sure to use the latest that matches the HEAD on the&amp;nbsp;&lt;EM&gt;acs-deployment&lt;/EM&gt; repository. I did the&amp;nbsp;&lt;EM&gt;docker up&amp;nbsp;&lt;/EM&gt;and the images (correct term?) started. I then searched for the newly added&amp;nbsp;&lt;EM&gt;nginx&lt;/EM&gt; image and then I connected to it. I attempted to cd into the&amp;nbsp;&lt;EM&gt;/usr/share/nginx/html&amp;nbsp;&lt;/EM&gt;folder and it says permission denied. When I started this whole thing, I created a folder&amp;nbsp;&lt;EM&gt;my-js-app&amp;nbsp;&lt;/EM&gt;with a simple&amp;nbsp;&lt;EM&gt;index.html&amp;nbsp;&lt;/EM&gt;in it. That folder should be mapped into the nginx image?&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;4ff3df4fdce1 nginx:latest &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;$ sudo docker exec -i -t 4ff3df4fdce1 /bin/bash&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;root@4ff3df4fdce1:/# cd /usr/share/nginx/html/&lt;BR /&gt;root@4ff3df4fdce1:/usr/share/nginx/html# ls&lt;BR /&gt;ls: cannot open directory '.': Permission denied&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;And now I try to access the url&amp;nbsp;&lt;A href="http://localhost:8280/" target="_blank"&gt;http://localhost:8280/&lt;/A&gt;&amp;nbsp;and I get 403 error, forbidden.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 03:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495082#M40651</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-12-08T03:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495083#M40652</link>
      <description>&lt;P&gt;I just configured a standalone&amp;nbsp;&lt;EM&gt;nginx&amp;nbsp;&lt;/EM&gt;image and I turned off selinux to make it work. I will check that in a bit! I am on Fedora 43.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 04:21:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495083#M40652</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-12-08T04:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495084#M40653</link>
      <description>&lt;P&gt;Success! I got the&amp;nbsp;&lt;A href="https://www.alfresco.com/abn/adf/docs/tutorials/creating-javascript-app-using-alfresco-js-api/" target="_self"&gt;&lt;EM&gt;my-js-app&lt;/EM&gt;&lt;/A&gt; to work via the link &lt;A href="http://localhost:8280/" target="_blank" rel="noopener"&gt;http://localhost:8280/&lt;/A&gt; ! The current workaround is to turn off selinux. This is on a developer laptop, so no big worries. I will have to figure the details on selinux.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;my-js-app-1 | 172.18.0.1 - - [08/Dec/2025:04:47:36 ] "GET / HTTP/1.1" 200 580 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0" "-"&lt;BR /&gt;proxy-1 | 172.18.0.1 - - [08/Dec/2025:04:47:36 ] "OPTIONS /alfresco/api/-default-/public/authentication/versions/1/tickets HTTP/1.1" 200 0 "-" "-" 3 "alfresco@docker" "http://172.18.0.7:8080" 17ms&lt;BR /&gt;proxy-1 | 172.18.0.1 - - [08/Dec/2025:04:47:36 ] "POST /alfresco/api/-default-/public/authentication/versions/1/tickets HTTP/1.1" 201 83 "-" "-" 4 "alfresco@docker" "http://172.18.0.7:8080" 141ms&lt;BR /&gt;alfresco-1 | 2025-12-08T04:47:42,862 [] INFO [alfresco.repo.admin] [http-nio-8080-exec-5] Using database URL 'jdbc:postgresql://postgres:5432/alfresco' with user 'alfresco'.&lt;BR /&gt;alfresco-1 | 2025-12-08T04:47:42,862 [] INFO [alfresco.repo.admin] [http-nio-8080-exec-5] Connected to database PostgreSQL version 16.5 (Debian 16.5-1.pgdg120+1)&lt;BR /&gt;alfresco-1 | 2025-12-08T04:47:42,862 [] INFO [api.probes.ProbeEntityResource] [http-nio-8080-exec-5] readyProbe: Success - Tested&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 04:50:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495084#M40653</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-12-08T04:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: trying to create folder in docker alresco docker tomcat webapps folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495126#M40655</link>
      <description>&lt;P&gt;Congratulations! As I said you before, the ideal approach is to deploy your application in a separate container and connect it to Alfresco using REST services.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 09:08:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-create-folder-in-docker-alresco-docker-tomcat-webapps/m-p/495126#M40655</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-12-10T09:08:01Z</dc:date>
    </item>
  </channel>
</rss>

