Have you tried non-GUI mode without Ant?

Any messages in jmeter.log?

S.

On 07/04/06, Per Ekman <[EMAIL PROTECTED]> wrote:
> Has anyone succeeded in running HTTPS requests through jmeter with Ant?
>
> I'm running a script that has the following target:
>
>        <!-- =================================
>                  target:
>                 ================================= -->
>
> <target name="test" depends="prepare">
> <jmeter
>    jmeterhome="${jmeterenv.dir}"
>    resultlog="${testplan.dir}${output.dir}/JMeterResults.jtl">
>        <property name="ipaddress" value="${ipaddress}"/>
>        <property name="port" value="${port}"/>
>        <property name="javax.net.ssl.keyStore" value="${keystore_path}"/>
>        <property name="javax.net.ssl.keyStorePassword" 
> value="${keystore_path}"/>
>        <testplans dir="${testplan.dir}/test" includes="*.jmx"/>
> </jmeter>
> </target>
>
> where I'm pointing to a keystore generated through:
>
> keytool -genkey -alias tomcat -keyalg RSA -keystore jmeter
>
> It's working for me in GUI mode when using the SSL manager but not in
> non-GUI mode. Anyone have any ideas what should be done here?
>
> _________________________________________________________________
> Chat: Ha en fest på Habbo Hotel
> http://habbohotel.msn.se/habbo/sv/channelizer Checka in här!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to