Results 1 to 2 of 2

Thread: can php overwrite the Ice.Defatult.Locator

  1. #1
    ucdriver is offline Registered User
    Name: haitao zeng
    Organization: bupt
    Project: tencent
    Join Date
    Mar 2009
    Posts
    6

    can php overwrite the Ice.Defatult.Locator

    I runed two icegridnode. and has configure one as Ice.Defatult.Locator in the php profile. how can my php script use another locator .




    in python. I can do with this

    proxy=self.communicator().stringToProxy("IceGrid/Query :tcp -h 192.168.0.254 -p 60005")
    query = IceGrid.QueryPrx.checkedCast(proxy)
    a = query.findObjectByType("::ESUN::ESunTrade")
    b = ESunTradePrx.checkedCast(a)


    but in php it failed. can php overwrite the Ice.Defatult.Locator
    HaitaoZeng
    =====================
    beijing university of post and telecomunication
    www.bupt.edu.cn

  2. #2
    ucdriver is offline Registered User
    Name: haitao zeng
    Organization: bupt
    Project: tencent
    Join Date
    Mar 2009
    Posts
    6
    I don't want php use direct proxy. could php change the defalut locator? or I can only intergrate the tow icegrid into one?
    HaitaoZeng
    =====================
    beijing university of post and telecomunication
    www.bupt.edu.cn

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 12-03-2010, 06:42 AM
  2. Ice.Default.Locator and stand-alone IceBox service
    By aerskine in forum Help Center
    Replies: 2
    Last Post: 02-19-2009, 04:21 PM
  3. Replies: 0
    Last Post: 11-06-2006, 05:26 AM
  4. Replies: 0
    Last Post: 07-24-2006, 09:44 AM
  5. Ice.Default.Locator
    By xdm in forum Help Center
    Replies: 8
    Last Post: 05-31-2005, 09:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •