Leigh,
Try moving the 'localhost:7001' portion of your path into the 'Domain' field
and leave the rest (jsp file) in the 'Path' field.
Hope that helps.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 7:59 AM
To: [EMAIL PROTECTED]
Subject: Assistance required ......still
Hi again,
I have included the latest code from the nightly downloads to no avail,
However I am getting new errors, that may be due to me trying different
values for the domain. The errors vary from UnknownHostException to
IOException depending on what I put in text boxes. along with my original
nullpointer! sometimes jmeter just crashes.
in a nutshell, my mini-app is running on my machine, I have one jsp to test
which calls a remote method to an ejb, in the browser I enter
http://localhost:7001/foliotest.jsp to run it. in jmeter though, no matter
what combination I seem to try I cant get any further than starting the
thread before the exception is raised.
I have enclosed my testscript so you guys can tell me what I've done to it
or if it is likely to be my environment or somethiong else, sorry if this is
some silly mistake but I am at a loss as to what to do,
cheers again,
<?xml version="1.0"?>
<ThreadGroup name="ThreadGroup" numThreads="1">
<controllers>
<Controller type="org.apache.jmeter.control.OnceOnlyController" name="Once
Only Logic">
<configElements>
</configElements>
<controllers>
<HttpTestSample
type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="Web
Testing">
<defaultUrl>
<ConfigElement type="org.apache.jmeter.protocol.http.config.UrlConfig">
<property name="arguments">
<Arguments>
</Arguments>
</property>
<property name="method">
POST
</property>
<property name="path">
</property>
</ConfigElement></defaultUrl>
<urlList>
<ConfigElement type="org.apache.jmeter.protocol.http.config.UrlConfig">
<property name="arguments">
<Arguments>
</Arguments>
</property>
<property name="domain">
</property>
<property name="method">
GET
</property>
<property name="path">
localhost:7001/foliotest.jsp
</property>
<property name="name">
Url Sample
</property>
</ConfigElement>
</urlList>
<configElements>
</configElements>
<controllers>
</controllers>
</HttpTestSample>
</controllers>
</Controller>
</controllers>
<configElements>
</configElements>
<timers>
</timers>
<listeners>
</listeners>
</ThreadGroup>
Leigh White
********************************************************************
This email may contain information which is privileged or confidential. If
you are not the intended recipient of this email, please notify the sender
immediately and delete it without reading, copying, storing, forwarding or
disclosing its contents to any other person
Thank you
Check us out at http://www.syntegra.com
********************************************************************
---------------------------------------------------------------------
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]