-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #5: replace use of ports with portOrResourceNameList in gem server
- Loading branch information
1 parent
fdf4b4e
commit fac280d
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...-GemStone-ServiceVM-GemServer.package/ServiceVmGemServer.class/instance/startServerOn..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
service instance-server | ||
startServerOn: port | ||
startServerOn: portOrResourceName | ||
"start server in current vm. for gemstone, not expected to return." | ||
|
||
self taskClass vmStartup. | ||
super startServerOn: port | ||
super startServerOn: portOrResourceName |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
repository/Seaside-GemStone-ServiceVM-GemServer.package/monticello.meta/version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(name 'Seaside-GemStone-ServiceVM-GemServer-dkh.1' message 'Issue #5: start implementation of ServiceVmGemServer' id '8d0f0457-16d5-481a-89f4-5f973ffc4973' date '12/13/2014' time '15:59:38' author 'dkh' ancestors () stepChildren ()) | ||
(name 'Seaside-GemStone-ServiceVM-GemServer-dkh.2' message 'Issue #5: replace use of ports with portOrResourceNameList in gem server' id 'a38f0876-0392-472c-8f25-48bf83fd5a56' date '01/06/2015' time '16:19:38' author 'dkh' ancestors ((name 'Seaside-GemStone-ServiceVM-GemServer-dkh.1' message 'Issue #5: start implementation of ServiceVmGemServer' id '8d0f0457-16d5-481a-89f4-5f973ffc4973' date '12/13/2014' time '15:59:38' author 'dkh' ancestors () stepChildren ())) stepChildren ()) |