Results 1 to 4 of 4

Thread: configuring IceBox and IceStorm without files

  1. #1
    vtepek's Avatar
    vtepek is offline Registered User
    Name: Derek Larach
    Organization: Teneria Larach
    Project: Esopo, an aid system for teaching on computer labs
    Join Date
    Apr 2006
    Location
    Honduras, San Pedro Sula
    Posts
    2

    configuring IceBox and IceStorm without files

    is it posibe to configure and start IceStorm without using configuration files?

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    Before we can answer your questions, please update your signatures as described in this post.

    Cheers,

    Michi.

  3. #3
    vtepek's Avatar
    vtepek is offline Registered User
    Name: Derek Larach
    Organization: Teneria Larach
    Project: Esopo, an aid system for teaching on computer labs
    Join Date
    Apr 2006
    Location
    Honduras, San Pedro Sula
    Posts
    2

    Smile succesfull configuration via command line

    Thanks a lot for this engine, and for making it available.

    As for mi question:

    My first try was setting communicator initialization arguments.

    but I believe that was not the right place to get the properties reach IceBox and IceStorm

    Next I tested using command line parameters for the icebox executable for seting its properties, but my problem was with property values that had spaces inside example:

    IceStorm.TopicManager.Proxy=IceStorm/TopicManager:tcp -p 9999

    then i tried enclosing those properties values inside Quotation Marks ("") and it succesfully worked

    here is the command I tested

    Code:
    C:\Ice-3.0.1-VC80\bin\icebox.exe --Ice.Warn.Connections=1 --Ice.Trace.Network=2 --IceStorm.TopicManager.Proxy="IceStorm/TopicManager:tcp -p 9999" --IceStorm.TopicManager.Endpoints="tcp -p 9999" --IceStorm.Publish.Endpoints=tcp --IceStorm.Trace.TopicManager=2 --IceStorm.Trace.Topic=1 --IceStorm.Trace.Subscriber=1 --Freeze.DbEnv.IceStorm.DbHome=db --IceBox.ServiceManager.Endpoints=tcp --IceBox.Service.IceStorm="IceStormService,30:create"
    Hope this information helps someone else, Have a nice day
    Last edited by vtepek; 05-01-2006 at 09:42 PM.
    Derek Francisco Larach Larach
    UNITEC Laureate, Computer Systems Engineer.
    Esopo, my graduation project ( an aid system for teaching on computer labs) uses ICE

  4. #4
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Derek,

    I am glad you figured it out. Thanks for posting the solution!

    Cheers,
    Bernard
    Bernard Normier
    ZeroC, Inc.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Configuring servers in ICE grid
    By Benjamim in forum Help Center
    Replies: 2
    Last Post: 03-26-2010, 05:50 AM
  2. IceBox or IceStorm hang up?
    By caihua2007 in forum Help Center
    Replies: 15
    Last Post: 03-28-2008, 09:35 AM
  3. icestorm without icebox
    By david_123 in forum Help Center
    Replies: 4
    Last Post: 11-09-2007, 11:21 AM
  4. Problems configuring IceSSL for Java
    By bartley in forum Help Center
    Replies: 2
    Last Post: 02-10-2006, 09:25 PM
  5. Replies: 1
    Last Post: 11-05-2004, 02:23 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
  •