Expand my Community achievements bar.

SOLVED

AEM Social Communities Messaging creation servlet

Avatar

Level 2

Hi,

While working on social messaging part, we have encountered 1 scenario where it is having some configuration in AEM Social Communities Messaging in config manager and by default it is "/bin/geometrixx-outdoors-messaging" for servlet path name. As we are creating our new site so we have updated this servlet URL as "bin/xyz". 

Now it is working fine for my new site but for OOTB geometrixx messaging page is not working as it is having the "messageSendingServlet" as /bin/geometrixx-outdoors-messaging in "/content/geometrixx-outdoors/en/user/mailbox/compose-message/jcr:content/par/composemessage" but we have updated the url as bin/xyz in config manager so is it expected behavior that we can have only one message sending servlet for all the sites running in the same instance or we can configure more than 1 URL specific to site.

Thanks,

Pankaj

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi,

I am using AEM 6.0 and this issue is resolved now. We have OSGI configuration for AEM Social Communities Messaging creation servlet where we can add n number of servlet URL as per our site. :-)

 

Thanks for the help !

View solution in original post

2 Replies

Avatar

Level 9

Hi Pankaj,

Would you please provide the version you're using?

If you are running AEM 5.6.1 have you installed social communities 1.4 package?  or are you using the 1.3 package that came with AEM 5.6.1?

See http://docs.adobe.com/docs/en/aem/6-0/develop/social-communities.html#Latest%20Releases

- JK

Avatar

Correct answer by
Level 2

Hi,

I am using AEM 6.0 and this issue is resolved now. We have OSGI configuration for AEM Social Communities Messaging creation servlet where we can add n number of servlet URL as per our site. :-)

 

Thanks for the help !