Web site stress test, with https

I want to to stress-test my web site. Users must log on, and then they
          change from http to https. I'm having difficulties finding a tool that can
          do this (or setting them up to do it).
          I've looked at:
          MS WAS
          WebLoad
          Apache JMeter,
          and I'm presently downloading
          PureLoad
          BenchMarkfactory from Quest.
          Would love to hear good and bad experiences or recommendations from people
          who have done that.
          

          Astroload of Mercury-Interactive is very nice. But you only get 10-user license
          for 7-day evaluation.
          "Alex" <[email protected]> wrote:
          >I want to to stress-test my web site. Users must log on, and then they
          >change from http to https. I'm having difficulties finding a tool that
          >can
          >do this (or setting them up to do it).
          >
          >I've looked at:
          >
          >MS WAS
          >WebLoad
          >Apache JMeter,
          >
          >and I'm presently downloading
          >
          >PureLoad
          >BenchMarkfactory from Quest.
          >
          >Would love to hear good and bad experiences or recommendations from people
          >who have done that.
          >
          >
          >
          

Similar Messages

  • Flash player works on https web sites but not on http web sites ?

    Flash player works on https web sites but not on http web sites ?
    I've tryed a lot of things to solve this problem but impossible to find the solution.
    - re-instal flash player
    - disable the firewall (windows)
    - disable the firewall and the antivirus (bitdefender)
    I test my computer on an other internet provider and everything works correctly
    I test an other computer on my internet connection and everything works correctly.
    The problem comes from my computer on my internet connection.
    I'll appreciate a solution.
    Thank you.

    This is what you should see under "plugins" in Opera:
    Make sure Flash Player is listed and enabled.
    It comes from the same place as the plug-in for Firefox, so one won't work if the other doesn't.
    If that doesn't work, try a clean install. http://forums.adobe.com/message/4041846

  • WEB SITES COME UP WITH DALLAS NEED TO CHANGE TO FORT WORTH,TX

    if i go to say any type of stores ie; Kroger, WalMart, Office Depot their web sites come up with a Dallas,TX map. Is there a way to change my location to Fort Worth, TX

    Hi Roddy
    First : should I be doing another post because I have really changed topics...not sure of the protocol.
    Ok I tried to use this "job aid" ...but I got shot down almost immediately....the first step is to enter your url (ok) and then to decide what category it should be placed under....every category I selected didn't have a description button so I couldn't actually get it into a category. Does that matter...should I just find something to put it under and then proceed?
    What I did was go to Google and I submitted my
    url to google. Does that work but doesn't have any optimization? If you google Robert Delaney (and I think that is what most people who don't know the URL will do) over 2 million hits possibilities come back...and he won't be found. This is my brothers web site and i want people to find him by lots of key words like kinetic sculptures, his name, metal sculptures, mobiles....a whole raft of things...I suspect just submitting it won't help that.
    I would appreciate any thoughts on what s/b my next step...
    Thank You

  • I cannot upload photos into a web site-no problems with previous versions of firefox or IE(get error message The connection was reset)

    I edit a web site set up by Joomla.
    I copy & paste text to it and upload photographs.
    I have been doing this successfully for months
    but starting yesterday adding text is OK but when I try to upload a photo there is a delay of 3-4 minutes and then an error message saying "The connection was reset"

    Your plugins list shows two Flash plugins and other outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r45
    # Shockwave Flash 10.1 r53
    # Adobe Shockwave for Director Netscape plug-in, version 11.0
    # Next Generation Java Plug-in 1.6.0_19 for Mozilla browsers
    Flash Player uninstall: http://www.adobe.com/go/tn_14157 (this will remove the Firefox Flash plugin and the ActiveX control for IE)
    Update the [[Flash]] and [[Shockwave|Shockwave for Director]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    *http://www.adobe.com/shockwave/welcome/
    *http://www.adobe.com/downloads/
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Hello World web site to test my W2K installation...

    .... has not worked.
    I've created a directory d:/MyApp with a single file index.html and an
    associated WEB-INF/web.xml:
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
    1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    <error-page>
    <error-code>404</error-code>
    <location>/error.jsp</location>
    </error-page>
    </web-app>
    I've added the following to my weblogic.properties:
    weblogic.httpd.webApp.MyWeb=d:/MyWeb
    weblogic.httpd.defaultWebApp=MyWeb
    When I start the weblogic NT service and try to acces the page with
    http://endor I get the following appear in weblogic.log:
    Sun Dec 03 21:33:21 GMT+00:00 2000:<E> <HTTP> Could not find Web application
    'MyWeb'
    java.io.FileNotFoundException: Directory MyWeb\ does not contain
    WEB-INF/web.xml
    at
    weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader.java:2
    00)
    at weblogic.t3.srvr.HttpServer.loadWARContext(HttpServer.java:648)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    I've tried a variety of locations for my MyWeb folder and properties
    entries. I've also tried setting weblogic.system.listenPort=80 rather than
    the default 7001.
    I'm stuck. Can anyone suggest a remedy?
    Thanks
    MArtin

    If you later decide that business volume or other considerations merit reexamining this idea, there are many electronic commerce cart-drive web products for Mac OS X, including low cost platforms in te open source community like Joomla, Magento, and zen cart and several paid alternatives. A number of commercial products also exist.
    The primary obstacle here is the cost of implementing solutions if customer programming is sought—often $ 20,000 or more to start, with significant ongoing maintenance and expansion costs—or, the diversion of your creative and potentially income generating time and effort to building a site from the ground up, then maintaining and expanding it yourself.
    With the in-house talent to pull it off, our company took the build it yourself approach with zen cart. That link shows you the front end of an active and vital electronic commerce site. While we saved the $ 25,000 plus in startup costs we were repeatedly quoted, the ongoing costs in terms of time and diversion of resources of all sorts from our primary activity is substantial.
    I think of Etsy as the as the electronic equivalent to a gallery, in which you can show your work without paying the large fees associated with traditional 'brick and mortar' art galleries, and with the benefits of reach which accrue to the internet. You clearly won't benefit from the near magical search engine optimization abilities on zen cart on Etsy, but here is a link with some ideas to compensate for SEO shortcomings, and to drive traffic to your product offerings.

  • Web Service stress testing for a JCAPs hosted WS

    We are starting development on web services to be hosted in JCAPs and are looking for ideas as to how to stress test. Please respond this thread with any ideas or software solutions.

    Take a look at www.soapui.org.

  • Macaffee is blocking legitimate web sites but not with IE browser.

    McAfee is blocking some legitimate web sites when I use Firefox but not when I use IE browser.

    hello bobbrue, you have multiple malicious extensions present in your profile.
    * first i'd recommend to [[Reset Firefox – easily fix most problems|reset firefox]]
    * run a full scan of your system with the security software that you have in place and different other tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    * finally after you've completed the steps above please report back in the forum and include the then current troubleshooting information again, so that we can have a final check that everything in your profile seems clean.
    thank you
    [[Troubleshoot Firefox issues caused by malware]]

  • Web Site Hosting in Oracle HTTP Server

    Hi All,
    We have an application based on Oracle UCM. We are accessing that application using the url http://site_name/GMKP/index.htm . I have done virtual hosing (name based) with HTTP Server to host multiple web sites. One requirement is we need to access our application using url http://site_name/gmkp/index.htm . How can we do that? Please let me know a solution for this. Do we have to write some rewrite rule for this?
    Thanks,
    Manikandan
    Edited by: Manikandan on Nov 9, 2010 2:22 AM

    Look into mod_rewrite with a .htaccess file. You turn it on in httpd.conf.
    There is a pretty nice instruction at http://www.addedbytes.com/for-beginners/url-rewriting-for-beginners/

  • The default server web site is associated with a security certificate.  Is there any way to disable that?

    I am using Server 4 on my iMac and I want to use my server to publish a non-secure web site.  But no matter what I do I get a warning that "Safari can't identify the websites identity".  There does not seem to be any way to disassociate the web site from the security certificate.  Any suggestions?

    Hey,
    If you are using the default website by default there is a redirect set for http to https.
    Open Server and select websites, select the default website and press the pencil edit button, you'll have a redirects section, choose edit and clear the redirect.
    Hopefully should sort it for you.
    Dan

  • Web sites not loading with firefox, but are loading with safari

    HELP Firefox tech support needed
    Have:
    Mac OS X 10.4.11
    Hughes Net Satellite
    Since last firefox last update web site or pages from
    AOL mail account are not loading, they are
    coming up blank.
    I do surveys and I am losing points
    HELP
    When I use Safari, AOL Mail the same web site loads up fine
    Firefox worked great until that last update
    [email protected]

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Error_loading_websites
    *http://kb.mozillazine.org/Websites_look_wrong

  • Exchange 2013 CU5 - Outlook Web Access - Error 9646 with HTTP - No error with HTTPS

    Hello everyone
    i have a strange issue which i actually do not have an idea about what is going wrong.
    - Exchange 2013 CU5
    - SSL Offloading enabled - Virtual directories configured accordingly
    When a user logs in to OWA via HTTP - after a while he sees the inbox but does not see any mail details.
    He only sees "Error: Your request can't be completed right now. Please try again later."
    After a while i also get an eventlog "9646" with too many open OWA sessions for that user.
    Regardless which limit i set in the registry for this - the error does come back - even with 512 sessions allowed.
    Working with HTTPS instead of HTTP then EVERYTHING works fine ... ?
    Any idea on this?
    Actually i am totally lost ...
    Best regards
    Jörg
    Ihr zertifizierter VMware Partner Enterprise Solution Provider, IBM Advanced Partner, Datacore Partner, Microsoft Silver Partner / Solution Provider und Microsoft Small Business Partner. HEGO Informationstechnologie GmbH Telegrafenstrasse 8 D 42929 Wermelskirchen
    Geschäftsführer: Jörg Hermanns, Ralf Gogolin Amtsgericht Köln HRB 36509 Fon: +49 (0) 21 96 / 8 82 97 - 0 Fax: +49 (0) 21 96 / 8 82 97 - 23 Web: www.hego-it.com

    Hi,
    Please confirm if the following features are added in your server manager:
    •.NET framework 4.5 -> WCF Services -> HTTP Activation
    •Windows process activation service -> Process model
    •Windows process activation service -> Configuration APIs
    If not, please add these features. Then ran IISReset \noforce from a Command Prompt window to restart IIS service. Also recycle Application Pools in IIS manager.
    For more information about the IIS Prerequisites for Exchange 2013, please check the windows feature listed in the following article:
    http://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx
    Regards,
    Winnie Liang
    TechNet Community Support

  • Web site has A with symbol over it, but this is not shown in iWeb only when published

    iting the website of Robert T Mallory, DMD, a family dental practice in Helena, Alabama. 
    It is our mission to provide our patients with the most personal care at the
    highest quality possible.  We will strive to educate, motivate, and treat
    our patients in a manner that leads to excellent dental health.
    Our Office Hours are Monday-Thursday from 8:00-5:00
                                                                  
    Â
    The A in this website does not show up in iweb only after publishing, how do I take it out?

    Roger Wilmut1 wrote:
    If the server was sending UTF-8 what would this character appear as?
    You can see this for yourself by going to View > Text Encoding in your browser and setting it to UTF-8.  The characters will disappear.  They normally represent non-break spaces.   When the page is sent (or read) in Latin-1 encoding instead of UTF-8, they appear as Latin characters instead of empty space.
    The different results of PageSpinner are probably because it is using some other encoding like MacRoman.
    If you plug the url into this site it shows the encoding being sent by the server.
    http://web-sniffer.net

  • Has ANYONE created a web site from scratch with iweb 08 that is stable?

    I have tried all the tricks i have been able to find to convert my old iweb 1.2 site to the new iweb08 software. I have tried deleting plist files, and changing the themes and re-saving. I am about to give up, and have two options
    1. recreate the ENTIRE site from scratch. I am happy to do this, so long as there are people who have done it and their site domain files remain stable.
    or
    2. Go back to iweb 1.2 and save myself hassle.
    Can anyone advise on this?
    To apple : You have treated me like a sucker customer. I love you, but you have spat in my face with this terrible software. it destroys everything it touches. Shame on you for treating us all with disdain.

    Hi damoyoungsf,
    I have managed to recreate my website (www.vnlc.org is the domain name, www.studentgroups.ucla.edu/vnlc is the real address) and fixed the bugs as of yesterday, it took around 6 hours of fiddling but worth it for the new features. I used the watercolor theme, and you can visit the webpage to test its stability. The problems I encountered were:
    1. Blog/Podcast pages didn't convert correctly, the yellow/blue band is missing and the picture frames were missing also, also some of the events had incorrect formatting.
    a. Fix: You're going to have to recreate these pages, when a page has errors after a program update like this, its better to recreate the page again rather than keep stumbling with further little bugs that might pop up in the future.
    2. Links to pages with titles that include the symbols : and - and foreign characters do not work.
    a. I think this is a major area in which iweb08 digressed because I used to be able to use foreign and special characters in my links, but now I can't because it would not link appropriately.
    Every other page seemed to work well, or had minor problem like incorrect font colors which can be remedied without recreating the whole page. I did not have the photo page problems that some other people had, my photo pages rendered perfectly and now has nice new features.
    As a final word, iWeb'08 or rather the whole iLife'08 suite seems to be Beta status just like when Mac OS X first came out. Apple likes throwing at us these problematic new software and wait for the bugs to crop up to fix it. After I first got iWeb'08, I knew it would have major problems but I am hoping further updates would remedy our woes.

  • Problem is need to log off computer to go from one web site to another with message that program still running. Logging off to go from email to something else is very time consuming and annoying.

    Troublesome need to log off between switching from Yahoo to another website with message that program is still running.

    Terminate Firefox from the "Processes" tab of the Windows Task Manager not the "Applications" tab. Then select firefox.exc and use the right-click context menu to "End Process" or use the "End Process" button on the selected process.
    Windows 7 keyboard shortcut "Ctrl+Shift+Esc" will go directly to the Windows Task Manager and reopen the last tab that you had open.
    See item #38 Closing Firefox Properly -- use File -> '''Exit'''
    *http://dmcritchie.mvps.org/firefox/firefox-problems.htm#close_firefox
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>
    I don't see why you feel you have to exit Firefox to get out of one website to immediately use another website. Very impractical. Does this have anything to do with desktop icons or not using tabs?
    Completely unrelated to your question or your reason. Your flash plug-in is out of date.
    Check for Flash updates to see if you really are current
    * http://www.adobe.com/software/flash/about/
    After the download,
    #bring up the download manager ("Ctrl+J") and start your installs. As soon as the install comes up,
    #close Firefox with File > Exit or "Firefox" button > Exit. Give Firefox some time to close and check that it finished via the Windows Task Manager -- if it is still running then terminate it by selecting the use "End Process" button or from context menu.
    #proceed with the install
    '''Warning''': this is the Adobe site and they have chosen to to provide crapware along with their own product. Only install the product you were planning to install. Do not install additional products: including -- "Free! McAfee Security Scan Plus" or "Google Chrome". Installing Google Chrome on your own and installing it because it is offered on the Adobe site are two different things.
    Find updates for your installed plugins at http://www.mozilla.com/plugincheck/ mozilla.com/plugincheck
    -- best to use Adobe's site to really see if their plug-ins are up to date.

  • Cannot create user using Web Site Administration Tool with Oracle Express

    Hello,
    I am following the tutorial here to add roles/memberships/profiles etc. using the Oracle providers supplied by Oracle:
    http://www.oracle.com/technology/obe/11gr2_db_prod/appdev/dotnet/aspprovider/aspprovider_otn.htm?_template=/ocom/print
    This tutorial fails at step 7: When I click Create user (on the security tab) the web page brings me to a page that says:
    "An error was encountered. Please return to the previous page and try again."
    Does anyone have any idea why this is happening?
    Also, does anyone know if log files are created that I may take a look at to get more details about the error?
    Thank you,
    John DeAngelis

    Hi John,
    This is the forum for the Oracle Provider for OLE DB. You may want to post your question the forum for Oracle Providers for ASP.NET.
    Oracle Providers for ASP.NET
    as it will be seen by a wider audience using that product.
    J.B.

Maybe you are looking for