[Red5] how to disable inbuild web-server on 5080

Manuel R.G. info at vengava.com
Fri Nov 16 10:08:10 PST 2007


2007/11/16, Mondain <mondain at gmail.com>:
>
> First, I have not tested this but you can try the following:
> - In the red5-core.xml comment out the bean with id "rtmpt.server"
> - In the red5.xml comment out "jetty6.server" and/or "tomcat.server "



If commenting "jetty6.server" returns NetConnection.Connect.InvalidApp when
connecting from a flash client, try this:

Restore red5.xml to previous state
Comment out all "bean" nodes from jetty.xml, leaving only "Server" bean like
this:

<beans>
    //Comment out all beans here except the following
    <bean id="Server" class="org.mortbay.jetty.Server"
destroy-method="stop">
        //You can comment out the properties here too
    </bean>
</beans>

and see if it all works...



Restart and you should no longer see and 5080 / www / rtmpt handling.
>
> Paul
>
> On Nov 16, 2007 7:34 AM, frank laufenberg < hokuspokus666 at hotmail.de >
> wrote:
>
> >  Hi all,
> >
> > how can i switch off the in build web-server on port 5080?
> >
> > thanks in advance
> > -adam-
> >
> >
> > ------------------------------
> > Jetzt mit 2 GB Speicherplatz: Noch mehr Möglichkeiten! Das neue Hotmail
> > ist da!<http://redirect.gimas.net/?cat=hmtl&n=M1007HM&d=http://get.live.com/mail/overview>
> >
> > _______________________________________________
> > Red5 mailing list
> > Red5 at osflash.org
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
>
>
> --
> It is difficult to free fools from the chains they revere. - Voltaire
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20071116/aa7ee420/attachment.html 


More information about the Red5 mailing list