Silk Performer 20.5

Total Page:16

File Type:pdf, Size:1020Kb

Silk Performer 20.5 Silk Performer 20.5 Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com © Copyright 1992-2019 Micro Focus or one of its affiliates. MICRO FOCUS, the Micro Focus logo and Silk Performer are trademarks or registered trademarks of Micro Focus or one of its affiliates. All other marks are the property of their respective owners. 2019-10-28 ii Contents Silk Performer Workbench 20.5 .........................................................................6 What's New in Silk Performer 20.5 ......................................................................................6 Results Publishing with InfluxDB and Grafana ......................................................... 6 Record and Replay Windows File Selection Dialog in SAPGUI ............................... 6 Granular Selection of Measures for Real-time Monitoring ........................................6 Web on Protocol-level Enhancements ......................................................................6 Browser-driven Load Testing Enhancements ...........................................................7 CloudBurst Enhancements .......................................................................................7 Workbench and Editor Enhancements .....................................................................7 Technology Updates .................................................................................................7 Getting Started ....................................................................................................................7 Introduction to Silk Performer .................................................................................. 7 Benefits of Using Silk Performer ...............................................................................8 Tour of the UI ............................................................................................................8 Managing Your Load Testing: Start to Finish Overview ..........................................11 Upgrading to Silk Performer 20.5 .......................................................................... 22 Performance and Scalability Matrix ........................................................................22 Memory Footprints by Application Type ................................................................. 24 Sample Web 2.0 Application .................................................................................. 31 Configuring Silk Performer ............................................................................................... 32 System Settings ..................................................................................................... 33 Remote Agents .......................................................................................................51 Client Certificates ................................................................................................... 56 Custom Screen Layouts ......................................................................................... 58 Managing Multiple Versions of Silk Performer ........................................................59 Managing Load Tests ....................................................................................................... 59 Outlining Projects ................................................................................................... 59 Modeling Scripts ...................................................................................................114 Trying Out Scripts .................................................................................................174 Customizing Scripts ..............................................................................................178 Defining User Types ............................................................................................. 197 Finding Baselines ................................................................................................. 198 Viewing Baselines ................................................................................................ 202 Adjusting Workload .............................................................................................. 205 Assigning Agents ..................................................................................................212 Trying Out Agents .................................................................................................226 Configuring Monitoring ......................................................................................... 227 Running Load Tests ..............................................................................................229 Exploring Test Results ..........................................................................................236 Load Testing Specific Application Types ......................................................................... 245 Flex/AMF3 Support .............................................................................................. 246 Web Applications Support ....................................................................................262 Testing Apps for Mobile Devices .......................................................................... 335 Responsive Web Design Testing ..........................................................................338 BMC Remedy IT Service Management Support ..................................................338 Citrix XenApp Support ..........................................................................................341 .NET Support ....................................................................................................... 365 GUI-Level Testing Support ................................................................................... 403 Jacada Support .................................................................................................... 415 Java Support ........................................................................................................ 417 OnWeb Mainframe-to-Web Testing Support .........................................................443 Contents | 3 Oracle Forms / Oracle Applications Support ........................................................444 SAP Support ........................................................................................................ 468 Siebel Support ......................................................................................................489 Microsoft Silverlight Support ................................................................................ 500 Terminal Emulation Support ................................................................................. 500 TCP/IP Based Protocol Support ...........................................................................503 Load Testing PeopleSoft .......................................................................................519 HLS Support .........................................................................................................528 Load Testing in Specific Environments ........................................................................... 528 Silk Performer CloudBurst .................................................................................... 528 Developing Performance Tests in Visual Studio ................................................... 535 Multibyte Support ................................................................................................. 537 Network Emulation ............................................................................................... 540 Windows Vista and Windows 7 ............................................................................ 540 Silk Performer Plug-Ins ................................................................................................... 541 Plug-In Initialization and Configuration .................................................................542 Message Output ................................................................................................... 542 AppDynamics Plug-In ...........................................................................................543 Dynatrace AppMon Plug-In .................................................................................. 544 Dynatrace SaaS and Managed Plug-In ................................................................545 Integrating Silk Performer with InfluxDB and Grafana .......................................... 545 Silk Central Integration ....................................................................................................548 Configuring Silk Central Integration ......................................................................549 Opening Silk Performer Projects from Silk Central ..............................................549 Checking Out and Editing Downloaded Projects ..................................................550 Importing Projects from Silk Central ....................................................................550 Uploading Projects to Silk Central .......................................................................551 Uploading Test Results to Silk Central ................................................................ 552 Downloading Test Results from Silk Central ........................................................552 Silk Performance Manager Integration ............................................................................553
Recommended publications
  • Thesis Submitted for Examination for the Degree of Master of Science in Technology
    Extending the Functionality of the Realm Gateway Maria Riaz School of Electrical Engineering Thesis submitted for examination for the degree of Master of Science in Technology. Espoo 25.09.2019 Supervisor Prof. Raimo Kantola Advisors Juha-Matti Tilli Hammad Kabir Copyright ⃝c 2019 Maria Riaz Aalto University, P.O. BOX 11000, 00076 AALTO www.aalto.fi Abstract of the master’s thesis Author Maria Riaz Title Extending the Functionality of the Realm Gateway Degree programme Masters in Computer, Communication and Information Sciences Major Communications Engineering Code of major ELEC3029 Supervisor Prof. Raimo Kantola Advisors Juha-Matti Tilli, Hammad Kabir Date 25.09.2019 Number of pages 86 Language English Abstract The promise of 5G and Internet of Things (IoT) expects the coming years to witness substantial growth of connected devices. This increase in the number of connected devices further aggravates the IPv4 address exhaustion problem. Network Address Translation (NAT) is a widely known solution to cater to the issue of IPv4 address depletion but it poses an issue of reachability. Since Hypertext Transfer Protocol (HTTP) and Hypertext Transfer Protocol Secure (HTTPS) application layer protocols play a vital role in the communication of the mobile devices and IoT devices, the NAT reachability problem needs to be addressed particularly for these protocols. Realm Gateway (RGW) is a solution proposed to overcome the NAT traversal issue. It acts as a Destination NAT (DNAT) for inbound connections initiated towards the private hosts while acting as a Source NAT (SNAT) for the connections in the outbound direction. The DNAT functionality of RGW is based on a circular pool algorithm that relies on the Domain Name System (DNS) queries sent by the client to maintain the correct connection state.
    [Show full text]
  • ACCESSING DATA with FLEX 2 Accessing Data Services Overview
    Accessing Data with ADOBE® FLEX® 4.6 Legal notices Legal notices For legal notices, see http://help.adobe.com/en_US/legalnotices/index.html. Last updated 12/3/2012 iii Contents Chapter 1: Accessing data services overview Data access in Flex compared to other technologies . 1 Using Flash Builder to access data services . 3 Data access components . 4 Chapter 2: Building data-centric applications with Flash Builder Creating a Flex project to access data services . 7 Connecting to data services . 8 Installing Zend Framework . 19 Using a single server instance . 21 Building the client application . 21 Configuring data types for data service operations . 25 Testing service operations . 29 Managing the access of data from the server . 29 Flash Builder code generation for client applications . 33 Deploying applications that access data services . 39 Chapter 3: Implementing services for data-centric applications Action Message Format (AMF) . 43 Client-side and server-side typing . 43 Implementing ColdFusion services . 43 Implementing PHP services . 50 Debugging remote services . 61 Example implementing services from multiple sources . 64 Chapter 4: Accessing server-side data Using HTTPService components . 71 Using WebService components . 80 Using RemoteObject components . 97 Explicit parameter passing and parameter binding . 113 Handling service results . 121 Last updated 12/3/2012 1 Chapter 1: Accessing data services overview Data access in Flex compared to other technologies The way that Flex works with data sources and data is different from applications that use HTML for their user interface. Client-side processing and server-side processing Unlike a set of HTML templates created using JSPs and servlets, ASP, PHP, or CFML, Flex separates client code from server code.
    [Show full text]
  • ADOBE Software License Agreement NOTICE to USER: PLEASE READ
    ADOBE Software License Agreement NOTICE TO USER: PLEASE READ THIS AGREEMENT CAREFULLY. BY COPYING, INSTALLING, OR USING ALL OR ANY PORTION OF THE SOFTWARE YOU ACCEPT ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT, INCLUDING, IN PARTICULAR THE PROVISIONS ON: TRANSFERABILITY IN SECTION 4; WARRANTY IN SECTIONS 6 AND 7; LIABILITY IN SECTION 8; CONNECTIVITY AND PRIVACY IN SECTION 14; AND SPECIFIC PROVISIONS AND EXCEPTIONS IN SECTION 16. YOU AGREE THAT THIS AGREEMENT IS LIKE ANY WRITTEN NEGOTIATED AGREEMENT SIGNED BY YOU. THIS AGREEMENT IS ENFORCEABLE AGAINST YOU AND ANY LEGAL ENTITY THAT OBTAINED THE SOFTWARE AND ON WHOSE BEHALF IT IS USED: FOR EXAMPLE, IF APPLICABLE, YOUR EMPLOYER. IF YOU DO NOT AGREE TO THE TERMS OF THIS AGREEMENT, DO NOT USE THE SOFTWARE. VISIT http://www.adobe.com/go/support FOR INFORMATION ABOUT RETURNING THE SOFTWARE AND OBTAINING A REFUND. YOU MAY HAVE ANOTHER WRITTEN AGREEMENT DIRECTLY WITH ADOBE (E.G., A VOLUME LICENSE AGREEMENT) THAT SUPPLEMENTS OR SUPERSEDES ALL OR PORTIONS OF THIS AGREEMENT. ADOBE AND ITS SUPPLIERS OWN ALL INTELLECTUAL PROPERTY IN THE SOFTWARE. THE SOFTWARE IS LICENSED, NOT SOLD. ADOBE PERMITS YOU TO COPY, DOWNLOAD, INSTALL, USE, OR OTHERWISE BENEFIT FROM THE FUNCTIONALITY OR INTELLECTUAL PROPERTY OF THE SOFTWARE ONLY IN ACCORDANCE WITH THE TERMS OF THIS AGREEMENT. USE OF SOME ADOBE AND SOME NON- ADOBE MATERIALS AND SERVICES INCLUDED IN OR ACCESSED THROUGH THE SOFTWARE MAY BE SUBJECT TO OTHER TERMS AND CONDITIONS TYPICALLY FOUND IN A SEPARATE LICENSE AGREEMENT, TERMS OF USE OR “READ ME” FILE LOCATED WITHIN OR NEAR SUCH MATERIALS AND SERVICES OR AT http://www.adobe.com/go/thirdparty.
    [Show full text]
  • Adobe Trademark Database for General Distribution
    Adobe Trademark List for General Distribution As of May 17, 2021 Please refer to the Permissions and trademark guidelines on our company web site and to the publication Adobe Trademark Guidelines for third parties who license, use or refer to Adobe trademarks for specific information on proper trademark usage. Along with this database (and future updates), they are available from our company web site at: https://www.adobe.com/legal/permissions/trademarks.html Unless you are licensed by Adobe under a specific licensing program agreement or equivalent authorization, use of Adobe logos, such as the Adobe corporate logo or an Adobe product logo, is not allowed. You may qualify for use of certain logos under the programs offered through Partnering with Adobe. Please contact your Adobe representative for applicable guidelines, or learn more about logo usage on our website: https://www.adobe.com/legal/permissions.html Referring to Adobe products Use the full name of the product at its first and most prominent mention (for example, “Adobe Photoshop” in first reference, not “Photoshop”). See the “Preferred use” column below to see how each product should be referenced. Unless specifically noted, abbreviations and acronyms should not be used to refer to Adobe products or trademarks. Attribution statements Marking trademarks with ® or TM symbols is not required, but please include an attribution statement, which may appear in small, but still legible, print, when using any Adobe trademarks in any published materials—typically with other legal lines such as a copyright notice at the end of a document, on the copyright page of a book or manual, or on the legal information page of a website.
    [Show full text]
  • Internet Engineering Task Force A. Hutton Internet-Draft Unify Intended Status: Standards Track J
    Internet Engineering Task Force A. Hutton Internet-Draft Unify Intended status: Standards Track J. Uberti Expires: December 29, 2014 Google M. Thomson Mozilla June 27, 2014 HTTP Connect - Tunnel Protocol For WebRTC draft-hutton-httpbis-connect-protocol-00 Abstract This document describes a mechanism to enable HTTP Clients to provide an indication within a HTTP Connect request as to which protocol will be used within the tunnel established to the Server identified by the target resource. The tunneled protocol is declared using the Tunnel- Protocol HTTP Request header field. Label usage relating to the use of HTTP Connect by WebRTC clients (e.g. turn, webrtc) are described in this document. Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on December 29, 2014. Copyright Notice Copyright (c) 2014 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust’s Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document.
    [Show full text]
  • Enterprise Development with Flex
    Enterprise Development with Flex Enterprise Development with Flex Yakov Fain, Victor Rasputnis, and Anatole Tartakovsky Beijing • Cambridge • Farnham • Köln • Sebastopol • Taipei • Tokyo Enterprise Development with Flex by Yakov Fain, Victor Rasputnis, and Anatole Tartakovsky Copyright © 2010 Yakov Fain, Victor Rasputnis, and Anatole Tartakovsky.. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://my.safaribooksonline.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or [email protected]. Editor: Mary E. Treseler Indexer: Ellen Troutman Development Editor: Linda Laflamme Cover Designer: Karen Montgomery Production Editor: Adam Zaremba Interior Designer: David Futato Copyeditor: Nancy Kotary Illustrator: Robert Romano Proofreader: Sada Preisch Printing History: March 2010: First Edition. Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly Media, Inc. Enterprise Development with Flex, the image of red-crested wood-quails, and related trade dress are trademarks of O’Reilly Media, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution has been taken in the preparation of this book, the publisher and authors assume no responsibility for errors or omissions, or for damages resulting from the use of the information con- tained herein.
    [Show full text]
  • CGT 353: Principles of Interactive and Dynamic Media Moving On: Other Aspects of the Flash Platform Mobile Development, AIR, Flex, and Catalyst
    CGT 353: Principles of Interactive and Dynamic Media Moving on: Other Aspects of the Flash Platform Mobile Development, AIR, Flex, and Catalyst The Adobe Flash Platform: • What you have learned in this class is only the beginning… • The entirety of the Flash Platform is enormous. • Includes: o Flash o Flash Lite o AIR o Flex and FlexBuilder o Catalyst o BlazeDS Server o Adobe Flash Media Server family • Continue to explore the platform more thoroughly in CGT 451… Introduction to Mobile Development: • Current version of Player is Flash Lite 3.1 • FL 3.1 does NOT provide support for AS 3.0 • FL 3.1 DOES provide support for Flash Player 8 and flv videos • Version comparison: http://www.adobe.com/products/flashlite/version • According to Strategy Analytics, the number of Flash Lite shipped devices will reach 1 billion in 2009 and more than 2.5 billion by the end of 2010. • See supported devices list: http://www.adobe.com/mobile/supported_devices • See penetration statistics here. • Checkout Adobe Device Central • Also sign up for and install the Device Profile Updater on the Adobe Website – this will allow you to update the phones on your device central. Resources: • Adobe Mobile and Devices Center: http://www.adobe.com/devnet/devices Going Wireless: • Are over 2.5 billion mobile users today! • Consumers are now more likely to purchase a higher-end or smart phone than they are a computer. • Mobile applications (games, etc…) are overtaking desktop/ browser based apps… • Significant portion of CGT 451 is based on mobile Flash development… Flash
    [Show full text]
  • Lazarou Jean
    L a z a r o u J e a n rue tour petit château, 40 B-7060 Soignies [email protected] 32 67 21 45 79 (home) L ICENCIÉ EN INFORMATIQUE S t u d i e s : From 1985 until 1990 : Graduated as Licencié en INFORMATIQUE (computer scientist), Faculté des Sciences, Université Libre de Bruxelles. 1984: One year at Sciences Appliquées, Université Libre de Bruxelles. T h e s i s : Title : "Conception d'un interpréteur PostScript." (Design of a PostScript Interpreter) • PostScript language study and analysis, • Implementation of a functional kernel in C (on SUN / UNIX BSD 4.2), • Ported on VAX in October 1991 (for another student’s thesis). Professional Experience: Mid January 2018 until today: Employee at Upstreem, a start-up company developing a new electronic tag (a wristwatch) delivered with the monitoring application used by the operators who follow the offenders • lead developer for the front-end ReactJS • back-end in Java/Spring-boot • Git (with Gitlab) • PostgreSQL database • agile/scrum process September 2015 until Mid January 2018: Employee at Nephroflow (software company for a healthcare software - dialysis) • Ruby on Rails developer member of the team working on the API server implementation for a healthcare software • Java/Mirth Connect for the integration with external systems (electronic medical record system, dialysis machines, lab system) • Elixir/Phoenix for the integration as a replacement for the previous version using Mirth Connect. • InfluxDB as a time series database to store data history • PDF Report generation using Ruby Prawn
    [Show full text]
  • USING FLASH BUILDER Iv Contents
    Using ADOBE® FLASH® BUILDER TM 4.6 Legal notices Legal Notices For legal notices, see http://help.adobe.com/en_US/legalnotices/index.html. Last updated 12/7/2011 iii Contents Chapter 1: About Flash Builder Applications you can build with Flash Builder . 1 Features that accelerate application development . 2 Features for running and debugging projects . 2 Flash Builder versions . 3 Flash Builder configurations . 3 Adobe Community Help Client (CHC) . 4 Chapter 2: Getting Started With Flash Builder Flash Builder workbench . 5 Flash Builder perspectives and views . 6 Flash Builder editors . 18 Projects in Flash Builder . 30 Project resources . 37 Chapter 3: Code Development Tools in Flash Builder Content Assist . 44 Quick Assist . 47 Override or implement methods . 51 Code templates . 52 Metadata code completion . 55 Customize file templates . 57 Generate from usage . 64 Generate get and set accessor functions . 66 Syntax error checking . 67 Unidentified reference error highlighting . 68 Find references and refactor code . 69 Format, navigate, and organize code . 70 Chapter 4: Using Projects in Flash Builder Create projects in Flash Builder . 81 Export and import projects . 88 Build projects . 93 Run and debug applications . 110 Export a release version of an application . 117 Package AIR applications . 121 Chapter 5: Debugging Tools in Flash Builder The Flash Debug perspective . 124 How to debug your application . 127 Chapter 6: Profiling Tools in Flash Builder The Flash Profiling perspective . 133 Profiling an application . 146 Last updated 12/7/2011 USING FLASH BUILDER iv Contents How the profiler works . 147 Use the profiler . 149 Garbage collection . 154 Identify problem areas . 155 Profiler filters .
    [Show full text]
  • 3000 Applications
    Uila Supported Applications and Protocols updated March 2021 Application Protocol Name Description 01net.com 05001net plus website, is a Japanese a French embedded high-tech smartphonenews site. application dedicated to audio- 050 plus conferencing. 0zz0.com 0zz0 is an online solution to store, send and share files 10050.net China Railcom group web portal. This protocol plug-in classifies the http traffic to the host 10086.cn. It also classifies 10086.cn the ssl traffic to the Common Name 10086.cn. 104.com Web site dedicated to job research. 1111.com.tw Website dedicated to job research in Taiwan. 114la.com Chinese cloudweb portal storing operated system byof theYLMF 115 Computer website. TechnologyIt is operated Co. by YLMF Computer 115.com Technology Co. 118114.cn Chinese booking and reservation portal. 11st.co.kr ThisKorean protocol shopping plug-in website classifies 11st. the It ishttp operated traffic toby the SK hostPlanet 123people.com. Co. 123people.com Deprecated. 1337x.org Bittorrent tracker search engine 139mail 139mail is a chinese webmail powered by China Mobile. 15min.lt ChineseLithuanian web news portal portal 163. It is operated by NetEase, a company which pioneered the 163.com development of Internet in China. 17173.com Website distributing Chinese games. 17u.com 20Chinese minutes online is a travelfree, daily booking newspaper website. available in France, Spain and Switzerland. 20minutes This plugin classifies websites. 24h.com.vn Vietnamese news portal 24ora.com Aruban news portal 24sata.hr Croatian news portal 24SevenOffice 24SevenOffice is a web-based Enterprise resource planning (ERP) systems. 24ur.com Slovenian news portal 2ch.net Japanese adult videos web site 2Checkout (acquired by Verifone) provides global e-commerce, online payments 2Checkout and subscription billing solutions.
    [Show full text]
  • Adobe Flash Builder 4.5 Telesales Guide
    Adobe Flash Builder 4.5 Telesales Guide Adobe® Flash® Builder™ 4.5 Rapidly develop cross-platform web, desktop, and mobile applications Adobe Flash Builder software is an Eclipse based IDE that accelerates web and mobile application development, testing, and deployment. Unlike other Flex and ActionScript® development tools, Flash Builder delivers a development environment that integrates with Adobe’s design tools, enabling more rapid design and development of applications. Customer profiles Java™ developers—Developers who use Java language to build core enterprise applications that leverage enterprise data. They solve tough technical problems and expect crisp, defining language to help them reach their own conclusions about the use of technology. Adobe Flash Builder 4.5 comes in four editions: Flash Builder 4.5 PHP developers—Developers who use PHP language, mainly those who work in the enterprise. Standard, Flash Builder 4.5 They solve departmental problems, often using data from other enterprise applications. Decision Premium, Flash Builder 4.5 for PHP support/data visualization is important, as is the ability to connect data from different departments. Standard, and Flash Builder 4.5 for PHP Premium. Upsell to Premium Adobe ColdFusion® developers—Developers who use ColdFusion application server and software to solve editions by explaining: departmental problems, often using data from other enterprise applications. Decision support/data Adobe Flash Builder 4.5 Premium visualization is important, as is the ability to connect data from different departments. edition adds professional testing tools, including profilers, network SAP developers—Developers who mostly use SAP’s ABAP programming language. They evolve their monitoring, an automated testing company’s SAP implementation to meet changing business needs.
    [Show full text]
  • Installing the Flex Builder Plug-In Flex Builder Can Be Installed in Two Fashions: As a Stand-Alone IDE Or As a Plug-In to Eclipse
    APPENDIX ■ ■ ■ Installing the RIA Tools Platform Throughout this book, you’ll see that several tools are necessary to produce RIAs. These include Apache Tomcat, Eclipse, Flex Builder, MySQL, and Blaze DS. Most of these tools are essential to the development process for RIAs and Spring applications. The only tool that is commercial is Flex Builder, and I present alternative command-line options to create and compile your Flex source code. The other tools are free; most are fully open source. This appendix describes how to install the tools platform I use to develop RIAs and Spring applications. Of course, it’s up to you to decide what you need for developing your own projects. You can replace any of the tools described here with corresponding ones that you prefer. Remember that the goal is to be as efficient as possible when delivering your high-quality applications. Installing Apache Tomcat I used Tomcat 5.5.x to run the examples in this book. Tomcat 5.5 requires Java 5 or later. Follow these steps to install Tomcat on your desktop or server: 1. Download Tomcat from http://tomcat.apache.org/download-55.cgi. 2. Download the latest version of the Core distribution, in either .zip or tar.gz format. 3. Extract the archive to your hard drive. If you download the .zip file, you will need to extract its contents to a location of your choice and run the executable tomcat4w.exe. This won’t install Tomcat as a service. I suggest using the installer if you are setting up a server that needs a service running.
    [Show full text]