diff --git a/bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonGateway.scala b/bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonGateway.scala
index c9e0a5429c..a04c8a9d4b 100755
--- a/bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonGateway.scala
+++ b/bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/BigBlueButtonGateway.scala
@@ -5,14 +5,12 @@ import java.util.concurrent.CountDownLatch
import scala.actors.Actor
import scala.actors.Actor._
-class BigBlueButtonGateway(outGW: MessageOutGateway, collGW: CollectorGateway) {
+class BigBlueButtonGateway(outGW: MessageOutGateway) {
private val bbbActor = new BigBlueButtonActor(outGW)
bbbActor.start
- def accept(msg: InMessage):Unit = {
- collGW.collectInMessage(msg)
-
+ def accept(msg: InMessage):Unit = {
bbbActor ! msg
}
diff --git a/bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml b/bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
index d1fb2b56b5..b90467c897 100755
--- a/bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
+++ b/bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
@@ -84,7 +84,6 @@ with BigBlueButton; if not, see .
-
@@ -120,8 +119,7 @@ with BigBlueButton; if not, see .
-
-
+