I'm not able to start big blue button.

Test connection are good

Created a content type

Started a group

When I went to moderate the meeting this is the error message I get.

HTTP Status 404 - /bigbluebutton/apijoin

type Status report

message /bigbluebutton/apijoin

description The requested resource (/bigbluebutton/apijoin) is not available.
Apache Tomcat/6.0.24

Can someone please point me into the right direction.

Comments

mazke’s picture

what base url in your bbb settings? maybe perhaps you can filled it with another:

http://URL:8080/bigbluebutton/api/
http://URL:8080/bigbluebutton/api
http://URL:8080/bigbluebutton/
http://URL:8080/bigbluebutton

Pieter Maes’s picture

If I use http://10.0.0.5/bigbluebutton/api I get the same error

You need to ad a trailing /

e.g.

http://10.0.0.5/bigbluebutton/api/

Hope this helps !!!