weblogic7安装后出现测试错误。
安装weblogic7后,按照wizard做了一个wls domain(假设名字叫
WebLogicDomain)。
在开始菜单中出现了一各快捷方式指向你刚刚创建的那个domain :start
server。
启动这个start server
现在在E:\bea\user_projects\WebLogicDomain\applications\DefaultWebApp下
有文件:
index.html
通过在ie地址栏的不同地址输入,对index.html页面进行如下试
验:
1.输入http://csf1:7001/index.html显示正
常
2.输入http://166.111.195.87:7001/index.html显示正
常
3.输入http://localhost:7001/index.html显示“该页无法显
示”
4.输入http://127.0.0.1:7001/index.html显示“该页无法显
示”
5.http://tu195087.tsinghua.edu.cn:7001/index.html显示正
常
为什么会这样?