2008/5/6 Laurent Perez <[EMAIL PROTECTED]>: > Hi > > I'm using Jmeter to benchmarks wap sites : because of content adaptation, my > webapp will return either WML (text/vnd.wap.wml) or XHTMLMP > (application/vnd.wap.xhtml+xml) responses. > > My problem is that I'm using a results tree Listener, and the Response Data > tab is always empty when the returned content-type is > application/vnd.wap.xhtml+xml, it works fine with text/vnd.wap.wml. > > I tried to add a new parser type to my jmeter.properties to let the parser > understand the XHTMLMP content, but it does not seem to take effect, the > Response Data tab is still empty and greyed : my types are > "htmlParser.types=application/vnd.wap.xhtml+xml text/html > application/xhtml+xml application/xml text/xml". > > I've tried to uncomment each htmlParser.className available > > (org.apache.jmeter.protocol.http.parser.HtmlParserHTMLParser,org.apache.jmeter.protocol.http.parser.JTidyHTMLParser > and org.apache.jmeter.protocol.http.parser.RegexpHTMLParser) but it does not > seem to fix the problem. > > Could anyone help me with this one ? It's not very handy to deal with > invisible response outputs when I write my use cases ;)
Well, you could use Save Responses to File ;-) But easier is to change the property: content-type_text The other properties you mentioned are for parsing the HTML (e.g. for embedded resources), not for display. > Thanks a lot > laurent > > > > > > -- > <a href="http://in-pocket.blogspot.com">http://in-pocket.blogspot.com - > Mobile world, technology and more</a> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

