Hi all,
I have configured the SDI as per adobe's documentation, but the dynamic component is not rendering. I can see at the cache that the include is there and have made a request to this component thru the dispatcher and it's working.... I believe that the additional request to the component is not being call. Or maybe I'm missing a configuration?
This is my host directory config as per I'm not using virtual hosts
<Directory />
<IfModule disp_apache2.c>
# ModMimeUsePathInfo On
# enable dispatcher for ALL request. if this is too restrictive,
# move it to another location
SetHandler dispatcher-handler
</IfModule>
SetOutputFilter INCLUDES
Options Indexes FollowSymLinks Includes
ModMimeUsePathInfo On
AddOutputFilter INCLUDES .html
Options +includes
# Options FollowSymLinks
AllowOverride None
AddOutputFilterByType INCLUDES text/html
</Directory>
And have created nocache rule and configured the SDI at config manager console.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @espinari,
If call to the component is not happening, you can cross check on the below.
Related OSGi config properties:
Screenshot 1:
Enabled comments + Path rewriting is unchecked so it is full content path.
If you still face issues, please do share the SDI OSGi config and path to the dynamic component to narrow down further.
Hi @espinari,
If call to the component is not happening, you can cross check on the below.
Related OSGi config properties:
Screenshot 1:
Enabled comments + Path rewriting is unchecked so it is full content path.
If you still face issues, please do share the SDI OSGi config and path to the dynamic component to narrow down further.
Hi @espinari
Thanks
Dipti
Views
Likes
Replies
Views
Likes
Replies