Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java EE 综合讨论区 » J2EE SDK  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 在服务器class中如何获取访问者的IP地址啊?
hafocus





发贴: 13
积分: 0
于 2006-06-02 16:12 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我的类不是extends HttpServlet

可是我要在类中得到客户的IP地址?

有什么办法吗?

package psdi.app.signature;

import java.rmi.RemoteException;
import psdi.mbo.Mbo;
import psdi.mbo.MboSet;
import psdi.server.MXServer;
import psdi.util.MXApplicationException;
import psdi.util.MXException;

// Referenced classes of package psdi.app.signature:
// LoginTrackingRemote

public class LoginTracking extends Mbo
implements LoginTrackingRemote
{

public LoginTracking(MboSet mboset)
throws MXException, RemoteException
{
super(mboset);
}

public void init()
throws MXException
{
super.init();
if(!toBeAdded())
setFlag(7L, true);
}

public void add()
throws MXException, RemoteException
{
super.add();
setValue("attemptdate", MXServer.getMXServer().getDate(), 11L);
setValue("keyvalue1", "ip地址", 11L); //这里得不到IP地址。
}

public void canDelete()
throws MXException, RemoteException
{
throw new MXApplicationException("access", "notauthorized");
}
}



作者 Re:在服务器class中如何获取访问者的IP地址啊? [Re:hafocus]
tiger_hlq





发贴: 9
积分: 0
于 2008-09-12 10:59 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
request.getRemoteAddr();



flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923