如何在远程服务器上运行Red5应用程序?
我遇到了一个非常棘手的问题...
我编写了一个 Red5 应用程序等等它在我的本地计算机上完美运行。 现在问题出现了=>
如何使该程序在远程服务器上运行?
Local : Mac OS X 10.5 - Red5 0.63
Server: CentOS 5 - Red5 0.90
可能是版本不同的原因。但我无法在本地测试 Red5 0.90,因为它无法启动,并且由于缺少依赖项(并且指向它们的链接已损坏......),我无法在服务器上安装 0.63 版本
I've got a really nasty problem...
I wrote a Red5 app and so on and it is running perfectly on my local computer.
Now the problem occurs =>
How can I make this program work on a remote server?
Local : Mac OS X 10.5 - Red5 0.63
Server: CentOS 5 - Red5 0.90
Maybe it's because of the version difference. But I can't test Red5 0.90 locally because it won't start up and I can't install the 0.63 version on the server because of missing dependencies (and broken links to them...)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
两个想法:
Two thoughts:
我解决了它......
XML 文件在最后一个版本中已经完全改变了:D 并且我的程序中出现了一个小错误:P
I solved it...
The XML files have totally changed in the last versions :D and I got a little bug in my program :P
主要更改在 web.xml 中,将应用程序 web.xml 与 0.9 演示之一进行比较将显示差异。
The primary change was in the web.xml, comparing your applications web.xml to one of the 0.9 demos will show you the differences.