|
我在winxp上安装了网络版webshpere5.0,用控制台创建了一个新的虚拟主机vhost,别名:*,端口:10080,,新布署应用dd.ear,指定虚拟主机为vhost,与节点同步保存配置,然后更新web服务器插件,重启apache.exe,后用netstat -an 发现没有10080端口监听,在浏览器中http://localhost:10080/dd/index.jsp返回当前页不可用。 请教高手这是什么原因。万分感谢!
另外我发现..\AppServer\config\cell\plugin-cfg.xml与..\deploymentManger\config\cell\plugin-cfg.xml相同,是否应手工更改..\AppServer\config\cell\plugin-cfg.xml文件,web服务器的httpd.conf文件中的 WebSpherePluginConfig "D:\Program Files\WebSphere\AppServer/config/cells/plugin-cfg.xml" 是指向AppServer下的xml文件的。
|