-
Notifications
You must be signed in to change notification settings - Fork 46
Start standalone ISO server from command line
Raghavendra Balgi edited this page Apr 12, 2020
·
3 revisions
You can start standalone ISO servers by just using the server definition file created from the UI -
cd isosim\cmd\isoserver λ .\run REM "---- Running ISO Server .. ----" go run isoserver.go -specs-dir ..\..\specs --def-file ..\..\testdata\46\IsoTest_1.srvdef.json time="2020-04-12T00:17:26+05:30" level=info msg="debug level logging is enabled." time="2020-04-12T00:17:26+05:30" level=error msg="Invalid/Unspecified data encoding for field Bitmap\n " time="2020-04-12T00:17:26+05:30" level=error msg="Invalid/Unspecified data encoding for field Bitmap\n " time="2020-04-12T00:17:26+05:30" level=info msg="Starting ISO Server @ Port = 6162"
- Introduction
- Building
- Up and Running
- Specs
- Servers
- Using the UI
- Test Case Management
- Miscellenous