Results 1 to 2 of 2

Thread: IceStorm & IcePack

  1. #1
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruņa, Spain
    Posts
    588

    IceStorm & IcePack

    Hello

    is posible deploy IceStorm as a service into IcePack?

    thanks in advantage

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    Quote Originally Posted by xdm
    Hello

    is posible deploy IceStorm as a service into IcePack?

    thanks in advantage
    Yes, you need a descriptor like the following:

    Code:
    <server name="IceStorm" kind="cpp-icebox" endpoints="tcp -h 127.0.0.1" activation="on-demand">
        <service name="IceStorm" entry="IceStormService,21:create">
             <dbenv name="${service}"/>
             <adapters>
                <adapter name="${service}.TopicManager" endpoints="tcp">
                    <object identity="${service}/TopicManager" type="::IceStorm::TopicManager"/>
                </adapter>
                <adapter name="${service}.Publish" endpoints="tcp"/>
            </adapters>
        </service>
    </server>
    The endpoints attribute of the server is necessary to setup the IceBox admin endpoints. You should set this according to your deployment. See the Ice manual for more details.

    Regards, Matthew

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IceStorm & subscribers
    By andrea in forum Help Center
    Replies: 1
    Last Post: 12-19-2009, 03:52 PM
  2. IceStorm & Glacier2
    By xdm in forum Help Center
    Replies: 2
    Last Post: 11-14-2006, 10:05 AM
  3. IcePHP & IceStorm
    By lionel in forum Help Center
    Replies: 8
    Last Post: 08-09-2006, 06:18 AM
  4. IceStorm service & icestormadmin
    By canyoudink in forum Help Center
    Replies: 4
    Last Post: 04-24-2006, 05:10 AM
  5. about IcePack & load balancing
    By Binary in forum Help Center
    Replies: 10
    Last Post: 09-20-2004, 10:15 PM

Posting Permissions

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