如何修改数据决策系统登陆地址为ip

如何修改数据决策系统登陆地址为ip

比如原来的登陆地址:http://192.168.1.2/WebReport/ReportServer?op=fs
地址太长不好记
我想改成直接在在浏览器输http://192.168.1.2就能访问数据决策系统,可否?

 

修改 tomcat\conf下的web。xml  设置加载的引导页 <welcome-file>index.jsp</welcome-file>
把root目录下
index。jsp里的代码修改为以下,


    <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>  
    <html>  
        <head>  
            <title>数据决策系统</title>  
        </head>  
        <body>  
            <iframe id="reportFrame" src="/WebReport/ReportServer?op=fs"  
                name="itemslist" frameborder="0" width=100% height="100%"></iframe>  
        </body>  
    </html>  

 

 

cookie 发表于 2012-7-8 22:10
解决了,修改 tomcat\conf下的web。xml  设置加载的引导页 index.jsp
把root目录下
index。jsp里的代码修 ...

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值