RE: Keeping track of machines used during remote tests

2003-09-22 Thread BAZLEY, Sebastian
Note that command line flags can also be used to change the behaviour of JMeter. I think these are already logged (but possibly not with the default logging level). The JMeter log file should also form part of the test results. If it does not do so already, it should be easy enough to log the

CLASSPATH woes with Java Request Sampler

2003-09-22 Thread Clifton Craig
Hello all: I've created a Java Request Sampler that I intend to use to test my EJB app. However it is necessary that my Java request sampler have some additional entries in the CLASSPATH. These entries include classes which are in development along with some EJB server specific stuff. According

Re: CLASSPATH woes with Java Request Sampler

2003-09-22 Thread peter lin
if you wrote your own sampler, the cleanest way is to write a custom classloader that extends URLClassLoader. then use your classloader to load those resources. this should give you the control needed. hope that helps. peter Clifton Craig [EMAIL PROTECTED] wrote: Hello all: I've

Re: Loading new test plans without JMeter restart

2003-09-22 Thread Mark Lassau
BAZLEY, Sebastian wrote: It is useful to be able to include scripts by opening them into the existing script, so I don't think it would be a good idea to change the behaviour of Open. But it would be possible to introduce a new menu option to combine New and Open - anyone want to