Questions tagged «application-server»


1
简单的Apache代理不起作用
我只想测试反向代理的简单设置,将每个请求重定向到Google。无论如何它不起作用!尝试在localhost上浏览时,我仅获得apache“有效”默认页面,但没有代理。 当然,我加载了模块代理proxy_http。将以下文件放置在可用站点下,并在启用站点的情况下使用符号链接。我还重新启动了服务器。有什么事吗 <VirtualHost 192.168.1.2:8080> ProxyRequests off ProxyPreserveHost On <proxy *> Order deny,allow Allow from all </proxy > ProxyPass / http://www.google.de ProxyPassReverse / http://www.google.de </VirtualHost >

4
JBOSS App Server与Glassfish
我是Glassfish的新手。 JBoss和Glassfish有什么区别?你为什么要一个选择另一个。 我正在尝试阅读Glassfish,但是在开始安装并尝试在其上部署一些应用程序之前,很难确定我可能需要的东西。 更新 如果提供有关JBoss和Glassfish比较的任何其他信息 (例如它们支持的技术,性能等),那将是很好的。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.