Hi, gurus!
I did a fresh install 10.04 and .081 install. Every thing works following the instruction --bigbluebutton rocks!
Then I go ahead to the web part.
gradle resolveDeps
grails -Dserver.port=8888 run-war
grails war made a bigbluebuttonv0.7dev.war
I mv it to bigbluebutton.war
Before I copy it to /var/lib/tomcat6/webapps
I made a backup
mv /var/lib/tomcat6/bigbluebutton.war /var/lib/tomcat6/bigbluebutton.war.orig
then I did
sudo cp bigbluebutton.war /var/lib/tomcat6/webapps
cd /var/lib/tomcat/webapps
chown tomcat6:tomcat6 *
I linked back to the original and restarted tomcat and nginx
Then I goto the web site and click join the demo meeting.
not working !
Now I go back to /var/lib/tomcat6/webapps
I mv back bigbluebutton.war.orig bigbluebutton.war
I restart tomcat6 and nginx
Still, it is not working.
I did a chmod +x bigbluebutton.war
Still not working.
Please help!
I did not do any change and I forked the bigbluebutton today.