I am trying to setup a new ATG site. while accessing the Site Administration-->Site assets from the ATG bussiness control center, it generating a popup
Unable to connect to the server at http://localhost:8180/FlexUI/messagebroker/amf
While checking the server error logs and cmd, It showing
[[MessageBrokerServlet]] Servlet MessageBrokerServlet is currently unavailable.
Can anyone help me to resolve this issue?
Which browser are you running. I am hoping JBOSS, if yes. Go to your BCC server under jboss. And In its deploy folder check for
FlexUI.war > WEB-INF > web.xml
by the end of the file you will find
Remove
<load-on-startup>1</load-on-startup>
and restart your BCC. The error should go away.Hope this helps!