Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8D3392A3 for ; Sun, 4 Mar 2012 17:17:50 +0000 (UTC) Received: (qmail 59678 invoked by uid 500); 4 Mar 2012 17:17:50 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 59612 invoked by uid 500); 4 Mar 2012 17:17:49 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 59597 invoked by uid 99); 4 Mar 2012 17:17:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 17:17:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rahul.soa@googlemail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-lpp01m010-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 17:17:42 +0000 Received: by lagr15 with SMTP id r15so4673948lag.2 for ; Sun, 04 Mar 2012 09:17:22 -0800 (PST) Received-SPF: pass (google.com: domain of rahul.soa@googlemail.com designates 10.152.134.2 as permitted sender) client-ip=10.152.134.2; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rahul.soa@googlemail.com designates 10.152.134.2 as permitted sender) smtp.mail=rahul.soa@googlemail.com; dkim=pass header.i=rahul.soa@googlemail.com Received: from mr.google.com ([10.152.134.2]) by 10.152.134.2 with SMTP id pg2mr8052393lab.3.1330881442320 (num_hops = 1); Sun, 04 Mar 2012 09:17:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GIqhaW5U6V3ZzXu3X67bzT+8wz3YgL/f7LCPmlwtPRw=; b=kdOOY9d7ZlWpyrXELzttOhlL2Sd1Kqycup7jAlifNTkKMhjn6wNLq9QNWiTUNlSjBe SQONx9d3zHp7oGIHxp8DF4CFhjIXv3INS5EXjsqW6QrLkzaRjMrKtMBXh0eIYtvCT1O/ j53kkrevddu94ZtyFzRksS+TGQUDj22eFZpyKF1eaItMiGa8NKhevAa8h+J0NblQSZRH Hqde6H4U/7+rIXcJ1MhcSWfag20V47vNWg3QuqhB2gsQQFP8vmgb61AYado8qurAcz7R rFdLpE5XkcIChCZO/fZFjpmNRuHV1MBJrEV7rME2DylJNT7vJIknXCkKbU7dZs8z1YDn mZMA== MIME-Version: 1.0 Received: by 10.152.134.2 with SMTP id pg2mr6661797lab.3.1330881442084; Sun, 04 Mar 2012 09:17:22 -0800 (PST) Received: by 10.152.113.2 with HTTP; Sun, 4 Mar 2012 09:17:22 -0800 (PST) Date: Sun, 4 Mar 2012 18:17:22 +0100 Message-ID: Subject: [JMeter - Configuration] From: "rahul.soa" To: user@jmeter.apache.org Content-Type: multipart/alternative; boundary=f46d042ef7a997f5c604ba6dfb74 X-Virus-Checked: Checked by ClamAV on apache.org --f46d042ef7a997f5c604ba6dfb74 Content-Type: text/plain; charset=ISO-8859-1 Hello All, I'm new to Apache JMeter. I first downloaded this great product today and tested with public websites and it worked like charm. Now its my web application's turn. I am working on an enterprise web application. I just want to start with testing one JSP page of my web application which takes lot of time to load (/WebApplicationName/PageToTest.do). Here is the quick flow of web application load: When user first time sends request for web application, then it passes thru a Central Authorization System(CAS) which requires valid username and password. Then user's request goes to proxy HTTP server, which is forwarded to SunOne Application Server (web container<->EJB container<->Database). When I try with different settings in Jmeter, it seems request is not reaching to Application Server. I'm pretty much sure that this is configuration issue as I don't know where to set proxy server/CAS username/password. This is users do in web browser: ======================== 1. User send request http://companydomain.com/WebApplicationName 2. if user is not logged in then will be directed to https://sso-intranet.companydomain.com/cas/login?service=http://companydomain.com/WebApplicationName where user has to provide username/password 3. with valid username and password, it loads the web application Can you please help me where to set the above settings and CAS authentication credentials in Jmeter. Many thanks in advance, Rahul --f46d042ef7a997f5c604ba6dfb74--