Hi
I went through Simulation Modularization (advanced) wiki . I coded similar scenarios and got "No protocolConfiguration.baseURL defined but provided url is relative" exception at run time. Am I missing something here?. code below
Hi
I went through Simulation Modularization (advanced) wiki . I coded similar scenarios and got "No protocolConfiguration.baseURL defined but provided url is relative" exception at run time. Am I missing something here?. code below
You have a typo:
val httpConf = httpConfig.baseURL(“http://www.espncricinfo.com”).disableFollowRedirect
AustraliaSimulation.scn1.users(10).ramp(10).protocolConfig(httpConfig)
You’re setting a fresh new empty config instance, not the one you’ve configured with a baseURL.
Thanks Stéphane. Appreciate it.
Regards
Kumar Venkatraman