On 19/03/2008, Kirk Pepperdine <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been trolling the document looking for information on where one can > configure where beanshell scripts could be located. Right now it appears > as if they will only work from JMETER_HOME. However this knowledge is > tempered by the fact that I'm also working with my own build of 2.3.1 > while running in a debugger.
The scripts can be anywhere, but of course the appropriate relative or absolute path needs to be provided. > > I should add that I was trying to see/parse JSON output. It looks as > though JMeter wants json as the mime type where as prototype/dojo set it > to be x-json. The result is JMeter identifies x-json to be an unknown > binary format. I assume that JMeter is both correct and picky??? > No, just picky. Change the property content-type_text to include the appropriate type. This pickiness will be fixed in the next release of JMeter. > Kind regards, > Kirk Pepperdine > > --------------------------------------------------------------------- > 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]

