My server is
Windows2003 + Tomcat 6 + JSP.
any idea?
thank you in advance..
You can run StreamHub on any port on the same server. For example,
you could have Tomcat at 11.11.11.11:8080 and StreamHub on
11.11.11.11:8081. This should work fine, they do not need to use the
same port.
If you must have them appear as if they are running on the same port
e.g. having Tomcat available at http://11.11.11.11/ and StreamHub at
http://11.11.11.11/streamhub/ then you will have to implement a custom
solution to redirect the StreamHub requests to the StreamHub server.
You may be able to achieve this using a Tomcat Valve:
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html
...or having Apache in front of Tomcat and StreamHub to perform the
redirection using mod_rewrite with mod_proxy, see:
http://ask.metafilter.com/44548/Can-apache-redirect-to-another-port-without-displaying-the-port
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
Hope this helps,
StreamHub Team
On Jan 22, 5:52 am, park <juj...@gmail.com> wrote:
> is StreamHUB possible only IP:Port with single Server?
> Other Comet Server use Domain(Main HTML,xxx.com) and sub-Domain(Push
> Engine,push.xxx.com).
> But We can't give domain to Web Server, and then We use IP based, (exhttp://11.11.11.11:8081/aaa)