Hi Ryan, Nope, not stupid questions.
I have also used mod_jk to forward port 8443 to port 443 as well. Mod_jk is pretty neat with it ability to act as a forwarder. Here is how it works its magic: Tomcat sent a response to port 8080. Mod_jk after proper setup, catches the port 8080 response and re-routes it to port 8009 (This is the default port mod_jk works from, Then mod_jk routes from port 8009 to port 80. A good place to start with mod_jk (The Apache Tomcat Connector) is at the following url: http://tomcat.apache.org/connectors-doc/ There are many things you can do with this connector. The only other alternative with Tomcat is to change the port references in the server.xml from 8080 to 80 if you are not going to use any other platforms like Apache on the same machine. Good luck. Regards, Lenny On 9/7/07, Ryan Shaw <[EMAIL PROTECTED]> wrote: > > On Sep 7, 2007, at 11:01 AM, Lenny Sorey wrote: > > > I use mod_jk with tomcat and route both rtmp and rtmpt via port 8080. > > How can Tomcat listen for two protocols on the same port? > > > Then I turn port 8080 off in my router so that all that is exposed > > is port 80 whether it comes from PHP or from Tomcat via > > mod_jk. > > How does mod_jk know where to route requests that come in on port 80? > > Sorry if these are stupid questions, I don't have any experience with > mod_jk. > > Thanks, > Ryan > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org >
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
