WebSphere中的Apache配置

suj*_*suj 0 apache websphere

我的原始问题现在已经过编辑以避免混淆:

我在同一台机器上配置了Web服务器(Apache)和应用程序服务器配置文件.

1)生成插件,传播它并验证plugin-cfg.xml 2)安装DefaultApplication.ear(snoop)以测试连接3)检查应用服务器和已安装应用程序的虚拟主机4)确保端口号不重复5)重启应用服务器和apache

当我尝试点击URL来测试snoop时,没有运气.

http://xx.xx.xx.xxx:9080/snoop --> This is now WORKING, bit not port 80

http://xx.xx.xx.xxx/snoop
Not Found
The requested URL /snoop was not found on this server
Apache/2.2.15 (Red Hat) Server at xx.xx.xx.xxx Port 80
Run Code Online (Sandbox Code Playgroud)

你能告诉我什么是遗失的吗?

注意:我发现/ opt/IBM/WebSphere/plugIns下没有/ bin目录只有Conf和Logs目录可用.WAS版本是8.5.5.7

cov*_*ner 5

在生成和传播plugin-cfg.xml之前,您需要将DefaultApplication映射到应用服务器(或集群)以及HTTP服务器,并记录其包含的Web模块的上下文根.

如果您无法在端口9080上从WAS获得响应,那么在您看到在其间添加Apache服务器时会发生什么情况通常没有任何意义.