-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add netldi magic line into autogenerated .topazini #161
Comments
startTopaz already uses |
@marianopeck here's a sample
Note that I'm using the name of the netldi: What do you think? |
…eateStone. The gemnetid specifies the name of the netldi to use when logging in. Makes it unnecessary to use `-l` whenever running `startTopaz`
Tested things locally and they work ... also added a symlink from |
…olic link was added: $GS_HOME/server/stones/<stone-name>/tode that references $GS_HOME/sys/local/server/stones/<stone-name> to make it possible to easily bounce to the tODE scripts the GemStone stone directory structure ...
oops that comment was aimed at a bug in a completely different project |
@dalehenrich sure, using the netldi name rather than port is much better |
There are issues with topaz running as rpc rather than linked with stdout going to the gem log instead of stdout, so we need to not include the gemnetid by default ... I think leaving it in and commenting it out is a good compromise |
Yes, I agree it is a good compromise (workaround) until the topaz -l is honored even if that line is present. |
….4 the `-L` option will ignore the `set gemnetid`, but that is not quite good enough for GsDevKit_home, because earlier versions of topaz do not recognize `-L` option.
|
In order to connect from topaz with RPC we need the netldi magic line in the .topazini. It would be nice if GsDevKit_home can add that in the auto-generated .topazini:
startTopaz myStone_333 -r -I $GS_HOME/server/stones/lucidiaLLC_333/.topazini
And in
topaz.ini
add:set gemnetid !tcp@localhost#netldi:40600#task!gemnetobject
The text was updated successfully, but these errors were encountered: