Sergiu Dumitriu wrote:
> Raffaele Viola wrote:
>   
>> Hi all,
>>
>> I want to make some load test to xwiki using jmeter.
>> I have a problem with the login because I don't understand which 
>> parameters I have to add to the request /xwiki/bin/login/XWiki/XWikiLogin
>>
>> Cna someone help me??
>>
>>     
>
> I don't know jmeter, so there are 3 options:
>
> - if it can handle cookies, then visit 
> /xwiki/bin/login/XWiki/XWikiLogin?j_username=Admin&j_password=admin&j_rememberme=true
>
> - if it can handle HTTP basic auth, then edit xwiki.cfg and change 
> xwiki.authentication=form to xwiki.authentication=basic and configure 
> jmeter to use Admin/admin on basic auth.
>
> - if none of these work, then allow XWikiGuest all rights on the wiki 
> while testing.
>
>   
It's better to load test XWiki with a 'normal' user and not an admin, 
since an admin spends less time in the rights code because he is allowed 
very quickly to do anything.

Ludovic

-- 
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to