この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi,
I am making an AJAX call to a sling servlet on CQ 5.6.1 using the path /bin/fetchlisting like below:
@SlingServlet(paths="/bin/fetchlisting",methods = "POST",metatype=true)public class RetrieveListingServlet extends SlingAllMethodsServlet {
The call is being made from javascript like this:
$.ajax({type : 'POST',url : '/bin/fetchlisting',
On author the Ajax call is getting executed just fine but on publisher I am getting an error /bin/fetchlisting 404 Not found.
Any help is much appreciated !
Thanks
解決済! 解決策の投稿を見る。
As long as all OSGi bundles are successfully deployed and Active -- everything will work on Publish like they do on Author.
表示
返信
いいね!の合計
Hi,
Check the condition of your servlet (active/disabled/unsatisfied) in OSGI console (/system/console/components).
It should be active.
表示
返信
いいね!の合計
As long as all OSGi bundles are successfully deployed and Active -- everything will work on Publish like they do on Author.
表示
返信
いいね!の合計
Normally I have found that when you see things not showing up in publisher same as in author it is a permissions issue. You are always logged in within the author environment and not within publisher.
表示
返信
いいね!の合計