When I use the same syntax for https connections, it takes the http:// URL hence there is an exception.
I tried using the syntax by changing the parameter for “tc” with one of the these values - https.HTTPRequester, http.HTTPSRequester, and https.HTTPSRequester and it throws an exception as below.
Code:
Exception in thread "main" com.ibm.uk.hursley.perfharness.util.TypedPropertyExce
ption: [tc=http.HTTPSRequestor] http.HTTPSRequestor
at com.ibm.uk.hursley.perfharness.util.TypedProperties.getClazz(TypedPro
perties.java:319)
at com.ibm.uk.hursley.perfharness.WorkerThread.registerConfig(WorkerThre
ad.java:82)
at com.ibm.uk.hursley.perfharness.ControlThread.registerConfig(ControlTh
read.java:97)
at JMSPerfHarness.main(JMSPerfHarness.java:52)
Does anyone know the syntax to invoke the https URLs? I could not find this in the manual the author provided.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum