Red5 Install/Big Blue Button
Red5Install/BigBlueButton ¶* http://code.google.com/p/bigbluebutton/wiki/InstallationBigBlueButtonDebian
Restarting nginx: [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) [emerg]: bind() to [::]:80 failed (98: Address already in use) [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) [emerg]: bind() to [::]:80 failed (98: Address already in use) [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) [emerg]: bind() to [::]:80 failed (98: Address already in use) [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) [emerg]: bind() to [::]:80 failed (98: Address already in use) [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) [emerg]: bind() to [::]:80 failed (98: Address already in use) [emerg]: still could not bind() nginx. * flash player ¸¦ ¼³Ä¡ÇØ¾ß ÇÔ.
bbb client ¶* http://127.0.0.1
def index = {^M log.debug CONTROLLER_NAME + "#index"^M response.addHeader("Cache-Control", "no-cache")^M withFormat { ^M xml {^M render(contentType:"text/xml") {^M response() {^M returncode(RESP_CODE_SUCCESS)^M version(paramsProcessorUtil.getApiVersion())^M }^M }^M }^M }^M }^M * /var/log/bigbluebutton/bbb-web.log
2011-08-23 16:47:15,586 DEBUG [grails.app.controller.org.bigbluebutton.web.controllers.ApiController] - ApiController#index * /var/www/bigbluebutton
root@enk:/var/www/bigbluebutton# ls client index.html
root@enk:/var/www/bigbluebutton/client# ls AC_OETags.js VideoconfModule.swf BigBlueButton.html ViewersModule.swf BigBlueButton.swf WhiteboardModule.swf BreakoutModule.swf bbb-deskshare-applet-0.71.jar ChatModule.swf bbb.gif DeskShareModule.swf conf DeskshareStandalone.html favicon.ico DeskshareStandalone.swf history DynamicInfoModule.swf locale ListenersModule.swf org PhoneModule.swf playerProductInstall.swf PresentModule.swf swfobject log ¶* bbb-conf --clean bbb-conf --check bbb-conf --setip 127.0.0.1 http://127.0.0.1 join logout ok
tomcat ¶* /var/lib/tomcat6
drwxr-xr-x 3 tomcat6 tomcat6 4096 2011-08-15 00:41 common lrwxrwxrwx 1 root root 12 2011-08-15 00:41 conf -> /etc/tomcat6 lrwxrwxrwx 1 root root 17 2011-08-15 00:41 logs -> ../../log/tomcat6 drwxr-xr-x 3 tomcat6 tomcat6 4096 2011-08-15 00:41 server drwxr-xr-x 3 tomcat6 tomcat6 4096 2011-08-15 00:41 shared drwxrwxr-x 7 tomcat6 tomcat6 4096 2011-08-20 00:34 webapps lrwxrwxrwx 1 root root 19 2011-08-15 00:41 work -> ../../cache/tomcat6 * /etc/tomcats/server.xml
<Server port="8005" shutdown="SHUTDOWN"> <Service name="Catalina"> <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8" redirectPort="8443" /> <Engine name="Catalina" defaultHost="localhost"> <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> </Host> </Engine> </Service> </Server> * Server
The web application used to process each HTTP request is selected by Catalina based on matching the longest possible prefix of the Request URI against the context path of each defined Context. Once selected, that Context will select an appropriate servlet to process the incoming request, according to the servlet mappings defined in the web application deployment descriptor file (which MUST be located at /WEB-INF/web.xml within the web app's directory hierarchy).
The Engine element represents the entire request processing machinery associated with a particular Catalina Service. It receives and processes all requests from one or more Connectors, and returns the completed response to the Connector for ultimate transmission back to the client. Exactly one Engine element MUST be nested inside a Service element, following all of the corresponding Connector elements associated with this Service. * Host
The Host element represents a virtual host, which is an association of a network name for a server (such as "www.mycompany.com" with the particular server on which Catalina is running. In order to be effective, this name must be registered in the Domain Name Service (DNS) server that manages the Internet domain you belong to - contact your Network Administrator for more information. One or more Host elements are nested inside an Engine element. Inside the Host element, you can nest Context elements for the web applications associated with this virtual host. Exactly one of the Hosts associated with each Engine MUST have a name matching the defaultHost attribute of that Engine. * ¾îµð¿¡¼ appBase ÀÎ webapps °¡ /var/lib/tomcat6/webapps ÀÎ °ÍÀ» Á¤ÇØÁִ°¡?
|
He who invents adages for others to peruse takes along rowboat when going on cruise. |