cq5 - Cannot serve request to /bin/wcmcommand in com.day.cq.wcm.core.impl.commands.WCMCommandServlet -


i happened write launcher using custom process written in java. works fine until start workflow on page. when see payload path in workflow console see "/bin/wcmcommand?cmd=open&path=%252fcontent%252fsample&charset=utf-8.html" , on opening payload error "cannot serve request /bin/wcmcommand in com.day.cq.wcm.core.impl.commands.wcmcommandservlet" . don't know wrong this. appreciable.

this wcmcommand servlet accepts post call. making call. not understanding request. please call using post method class. if want call in java class call servlet class this

request.getrequestdispatcher("/bin/wcmcommand").include(slingrequest, slingresponse); 

this work customization


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -