-
Notifications
You must be signed in to change notification settings - Fork 44
Start standalone ISO server from command line
Raghavendra Balgi edited this page Apr 22, 2020
·
3 revisions
You can start standalone ISO servers by just using the server definition file created from the UI -
C:\Users\rkbal\IdeaProjects\isosim-prj\src\isosim\cmd\isoserver>go run isoserver.go -specs-dir ..\..\test\testdata\specs --def-file ..\..\test\testdata\appdata\2\IsoMiniSpec_Server_01.srvdef.json time="2020-04-22T17:29:33+05:30" level=info msg="debug level logging is enabled." time="2020-04-22T17:29:33+05:30" level=debug msg="Available spec files - [isoSpecs.spec iso_specs.yaml]" time="2020-04-22T17:29:33+05:30" level=debug msg="Reading file .. isoSpecs.spec" time="2020-04-22T17:29:33+05:30" level=debug msg="Reading file .. iso_specs.yaml" time="2020-04-22T17:29:33+05:30" level=info msg="Starting ISO Server @ Port = 6667"
- Introduction
- Building
- Up and Running
- Specs
- Servers
- Using the UI
- Test Case Management
- Miscellenous