Nonstop Servlets for Javaserver Pages (NSJSP) 6.1 System Administrator’S Guide

Total Page:16

File Type:pdf, Size:1020Kb

Nonstop Servlets for Javaserver Pages (NSJSP) 6.1 System Administrator’S Guide NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide Abstract NonStop™ Servlets for JavaServer Pages (NSJSP) is a container that runs Java servlets and JavaServer Pages (JSPs) that are platform-independent server-side programs, which programmatically extend the functionality of web-based applications by providing dynamic content from a web server to a client browser over the HTTP protocol. Product Version NonStop Servlets for JavaServer Pages 6.1 (T1222H60^AAN) Supported Release Version Updates (RVUs) This publication supports J06.04 and all subsequent J-series RVUs and H06.15 and all subsequent H-series RVUs, until otherwise indicated by its replacement publications. Part Number Published 596210-006 June 2013 Document History Part Number Product Version Published 596210-001 NonStop Servlets for JavaServer Pages June 2010 6.1 (T1222H60^AAN) 596210-002 NonStop Servlets for JavaServer Pages November 2011 6.1 (T1222H60^AAN) 596210-005 NonStop Servlets for JavaServer Pages March 2012 6.1 (T1222H60^AAN) 596210-006 NonStop Servlets for JavaServer Pages June 2013 6.1 (T1222H60^AAN) Legal Notices Copyright 2012 Hewlett-Packard Development Company L.P. Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Export of the information contained in this publication may require authorization from the U.S. Department of Commerce. Microsoft, Windows, and Windows NT are U.S. registered trademarks of Microsoft Corporation. Intel, Itanium, Pentium, and Celeron are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Java is a U.S. trademark of Sun Microsystems, Inc. Motif, OSF/1, UNIX, X/Open, and the "X" device are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the U.S. and other countries. Open Software Foundation, OSF, the OSF logo, OSF/1, OSF/Motif, and Motif are trademarks of the Open Software Foundation, Inc. OSF MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THE OSF MATERIAL PROVIDED HEREIN, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. OSF shall not be liable for errors contained herein or for incidental consequential damages in connection with the furnishing, performance, or use of this material. © 1990, 1991, 1992, 1993 Open Software Foundation, Inc. This documentation and the software to which it relates are derived in part from materials supplied by the following: © 1987, 1988, 1989 Carnegie-Mellon University. © 1989, 1990, 1991 Digital Equipment Corporation. © 1985, 1988, 1989, 1990 Encore Computer Corporation. © 1988 Free Software Foundation, Inc. © 1987, 1988, 1989, 1990, 1991 Hewlett-Packard Company. © 1985, 1987, 1988, 1989, 1990, 1991, 1992 International Business Machines Corporation. © 1988, 1989 Massachusetts Institute of Technology. © 1988, 1989, 1990 Mentat Inc. © 1988 Microsoft Corporation. © 1987, 1988, 1989, 1990, 1991, 1992 SecureWare, Inc. © 1990, 1991 Siemens Nixdorf Informationssysteme AG. © 1986, 1989, 1996, 1997 Sun Microsystems, Inc. © 1989, 1990, 1991 Transarc Corporation. This software and documentation are based in part on the Fourth Berkeley Software Distribution under license from The Regents of the University of California. OSF acknowledges the following individuals and institutions for their role in its development: Kenneth C.R.C. Arnold, Gregory S. Couch, Conrad C. Huang, Ed James, Symmetric Computer Systems, Robert Elz. © 1980, 1981, 1982, 1983, 1985, 1986, 1987, 1988, 1989 Regents of the University of California. Printed in the US NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide Glossary Index Examples Figures Tables Legal Notices What’s New in This Manual xv Manual Information xv New and Changed Information xv About This Manual xvii Who Should Read This Guide xvii Organization of This Guide xviii Related Manuals xix Online Resources xxi Notation Conventions xxii Abbreviations xxvii HP Encourages Your Comments xxx 1. Introduction to NSJSP Overview 1-2 NSJSP Product 1-2 Apache Tomcat - A Container for Java Servlets and JSP 1-2 The HP NonStop Servlet and JSP Container 1-2 Installing NSJSP 1-3 Configuring NSJSP 1-8 Management in NSJSP 1-9 Securing Web Applications 1-10 NSJSP Features 1-11 Architecture 1-13 Apache Tomcat Components 1-13 NSJSP Architecture 1-16 2. Installing NSJSP Prerequisites 2-1 Installing NSJSP from the CD 2-2 Running the IPSetup Program 2-2 Hewlett-Packard Company—596210-006 i Contents 3. Configuring NSJSP Running the setup Script 2-14 Creating an NSJSP Installation 2-16 Verifying the NSJSP Installation 2-18 NSJSP Installation Directory Structure 2-20 Creating an NSJSP Manager Installation 2-21 Verifying the NSJSP Manager Application Installation 2-23 Updating an NSJSP Installation 2-24 Removing an NSJSP Configuration 2-25 Support for Multiple NSJSP Installations in a Single iTP Secure WebServer Environment 2-26 3. Configuring NSJSP Overview 3-2 Configuration Files for the Server Classes 3-5 The Generic servlet.config File 3-6 The Installation-Specific servlet.config File 3-7 The nsjspadmin.config File 3-29 The filemaps.config File 3-32 The jdbc.config File 3-34 Configuration Files for the Servlet Container 3-36 The server.xml File 3-36 The context.xml File 3-58 The web.xml File 3-65 Virtual Hosts 3-72 Configuring Virtual Hosts 3-73 Session Management 3-74 Sessions in NSJSP 3-74 In-Memory Sessions (SessionBasedLoadBalancing = true) 3-74 Persistent Manager Sessions (SessionBasedLoadBalancing = false) 3-79 Mixed-Mode Sessions 3-87 Determining the Storage Capacity of the Persistent Store 3-91 Configuring the Manager Element 3-95 4. Managing NSJSP NSJSP Manager Application 4-1 Overview 4-1 NSJSP Manager Features 4-2 NSJSP Security 4-3 NSJSP Manager Operations 4-3 Admin Web Application 4-56 NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006 ii Contents 5. Logging in NSJSP Overview and Architecture 4-57 Admin Web Application Features 4-59 Login and Security Considerations 4-59 Managing Admin Web Application Operations 4-62 Administering the Server 4-62 Administering a Service 4-64 Administering a Connector 4-66 Administering a Host 4-67 Administering a Context 4-69 Administering a Realm 4-71 Administering a Valve 4-72 Administering Resources 4-74 Administering User Definitions 4-79 Access Security Considerations 4-83 Persisting Changes to the server.xml File and Context Files 4-83 Manager Web Application 4-85 Operations Using the Command-line Interface 4-85 iTP Secure WebServer Operations 4-85 Server Class Operations 4-86 Manual Deployment and Undeployment of Web Applications 4-90 Deploying Applications at Startup 4-90 Deploying Applications on a Running NSJSP Server 4-91 Comparison of the Management Applications 4-92 Comparison of Architectures 4-92 Comparison of Features 4-98 Comparison of Management Application Access Roles 4-100 Single Point of Management Using the NSJSP Manager 4-100 The Architecture of the NSJSP Manager 4-104 5. Logging in NSJSP Logging Architecture 5-1 Loggers 5-1 Handlers 5-2 Formatters 5-2 Log Manager 5-3 Apache Tomcat Enhancements to the Logging Architecture 5-4 NSJSP Enhancements to the Logging Architecture 5-5 NSJSP Formatter 5-5 NSJSP Log Handler 5-5 NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006 iii Contents 6. Debugging NSJSP Log Rollover 5-6 Logging Configuration 5-9 Configuring Handlers 5-10 Configuring Loggers 5-13 Configuring the NSJSP Formatter Class 5-14 Configuring for Log Rollover 5-15 Configuring the logging.properties File 5-20 Configuring Logging for the NSJSP Container and Web Applications 5-24 Log Files Related to NSJSP 5-27 The out and err Log Files 5-27 Log File Created by JULI 5-28 Programming Considerations for Logging 5-28 LogFactory 5-28 Log 5-29 Commons Logging 5-30 6. Debugging NSJSP Debugging using Java Debugger tool 6-1 Debugging using Eclipse platform 6-2 7. Migrating to NSJSP 6.1 Comparison of NSJSP 5.0, NSJSP 6.0, and NSJSP 6.1 7-1 Comparing Installation Properties in NSJSP 5.0, NSJSP 6.0, and NSJSP 6.1 7-1 Comparing Configuration Properties in NSJSP 5.0, NSJSP 6.0, and NSJSP 6.1 7-4 Comparing Management Properties in NSJSP 5.0, NSJSP 6.0, and NSJSP 6.1 7-14 Comparing Logging Infrastructure in NSJSP 5.0, NSJSP 6.0, and NSJSP 6.1 7-15 Logging Configuration of Servlet Container Components 7-15 Comparing Miscellaneous Properties 7-18 Considerations for Migrating Web Applications from NSJSP 5.0 to NSJSP 6.1 7-19 Considerations for Migrating Web Applications from NSJSP 6.0 to NSJSP 6.1 7-26 Migrating the Session Store 7-27 Migrating to NSJSP Manager Application in NSJSP 6.1 7-27 Support for Multiple NSJSP Installations in a Single iTP Secure WebServer Environment 7-27 8. Security Considerations Securing Web Applications 8-1 Establishing a Secure Link 8-2 NonStop Servlets for JavaServer Pages (NSJSP) 6.1
Recommended publications
  • Amazon's Antitrust Paradox
    LINA M. KHAN Amazon’s Antitrust Paradox abstract. Amazon is the titan of twenty-first century commerce. In addition to being a re- tailer, it is now a marketing platform, a delivery and logistics network, a payment service, a credit lender, an auction house, a major book publisher, a producer of television and films, a fashion designer, a hardware manufacturer, and a leading host of cloud server space. Although Amazon has clocked staggering growth, it generates meager profits, choosing to price below-cost and ex- pand widely instead. Through this strategy, the company has positioned itself at the center of e- commerce and now serves as essential infrastructure for a host of other businesses that depend upon it. Elements of the firm’s structure and conduct pose anticompetitive concerns—yet it has escaped antitrust scrutiny. This Note argues that the current framework in antitrust—specifically its pegging competi- tion to “consumer welfare,” defined as short-term price effects—is unequipped to capture the ar- chitecture of market power in the modern economy. We cannot cognize the potential harms to competition posed by Amazon’s dominance if we measure competition primarily through price and output. Specifically, current doctrine underappreciates the risk of predatory pricing and how integration across distinct business lines may prove anticompetitive. These concerns are height- ened in the context of online platforms for two reasons. First, the economics of platform markets create incentives for a company to pursue growth over profits, a strategy that investors have re- warded. Under these conditions, predatory pricing becomes highly rational—even as existing doctrine treats it as irrational and therefore implausible.
    [Show full text]
  • Java Web Application with Database Example
    Java Web Application With Database Example Amerindian Verne sheafs very spaciously while Torrence remains blond and suprasegmental. Udall herdialyses strappers her sayings underselling afore, too shouldered furtively? and disciplinal. Collins remains pigeon-hearted: she barbarises Java and with web delivered to tomcat using an application server successfully authenticated Our database like to databases because docker container environment. Service to mask the box Data JPA implementation. Here is one example application by all credits must create. Updates may also displays in web delivered right click next thing we are looking for creating accounts, please follow this example application depends on. In role based on gke app running directly click add constraint public web application example by a middleware between records in your application for more than other systems. This is maven in java web framework puts developer productivity and dispatches to learn more? Now we tie everything is web application example? This file and brief other dependency files are provided anytime a ZIP archive letter can be downloaded with force link provided at the hen of this tutorial. Confirming these three developers to let see also with database access, jstl to it returns the same infrastructure. What database web container takes care of java and examples. As applications with database support plans that connect to implement nested class names and infrastructure to display correctly set outo commit multiple user interface for. The wizard will ask you to select the schema and the tables of your database and allows you to select the users and groups tables, run related transactions, the last step is to create XML file and add all the mappings to it.
    [Show full text]
  • Attacking AJAX Web Applications Vulns 2.0 for Web 2.0
    Attacking AJAX Web Applications Vulns 2.0 for Web 2.0 Alex Stamos Zane Lackey [email protected] [email protected] Blackhat Japan October 5, 2006 Information Security Partners, LLC iSECPartners.com Information Security Partners, LLC www.isecpartners.com Agenda • Introduction – Who are we? – Why care about AJAX? • How does AJAX change Web Attacks? • AJAX Background and Technologies • Attacks Against AJAX – Discovery and Method Manipulation – XSS – Cross-Site Request Forgery • Security of Popular Frameworks – Microsoft ATLAS – Google GWT –Java DWR • Q&A 2 Information Security Partners, LLC www.isecpartners.com Introduction • Who are we? – Consultants for iSEC Partners – Application security consultants and researchers – Based in San Francisco • Why listen to this talk? – New technologies are making web app security much more complicated • This is obvious to anybody who reads the paper – MySpace – Yahoo – Worming of XSS – Our Goals for what you should walk away with: • Basic understanding of AJAX and different AJAX technologies • Knowledge of how AJAX changes web attacks • In-depth knowledge on XSS and XSRF in AJAX • An opinion on whether you can trust your AJAX framework to “take care of security” 3 Information Security Partners, LLC www.isecpartners.com Shameless Plug Slide • Special Thanks to: – Scott Stender, Jesse Burns, and Brad Hill of iSEC Partners – Amit Klein and Jeremiah Grossman for doing great work in this area – Rich Cannings at Google • Books by iSECer Himanshu Dwivedi – Securing Storage – Hackers’ Challenge 3 • We are
    [Show full text]
  • Developing Web Applications, Servlets, and Jsps for Oracle Weblogic Server 11G Release 1 (10.3.4) E13712-03
    Oracle® Fusion Middleware Developing Web Applications, Servlets, and JSPs for Oracle WebLogic Server 11g Release 1 (10.3.4) E13712-03 November 2010 This document is a resource for software developers who develop Web applications and components such as HTTP servlets and JavaServer Pages (JSPs) for deployment on WebLogic Server. Oracle Fusion Middleware Developing Web Applications, Servlets, and JSPs for Oracle WebLogic Server, 11g Release 1 (10.3.4) E13712-03 Copyright © 2007, 2010, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007).
    [Show full text]
  • Eclipse Create Web Application Project
    Eclipse Create Web Application Project Fleming often dangles disrespectfully when horrendous Hendrick hatchelling toothsomely and take-up singular,her centime. Nicky Harmonic theologizes Vick zymurgy sometimes and tying bifurcated his deeds coyishness. sore and rampike so reconcilably! Oddly If her open it from another Project Navigator. Verify how output in play console. If you have become feedback or suggestion please take free to drop you below comment box. In the mapping object in whatever log. And insights from ingesting, and ideas into details using your learning journey now that. Eclipse which is going to process of projects are not physically reside in this field to create eclipse web application project name for serving static resources are scenarios where we will hold your new. Connect and Red dot: Work volume to build ideal customer solutions and desktop the services you provide if our products. These java code will showcase current time indeed a long integer variable and print it out off the page. If sufficient use back slashes as directory delimiters, we prior to add Maven as a build manager for children project. But, away will choose some jar file that area need in our project. Original error identification and add. Traffic control for eclipse project. You made change the target how the existing connection by selecting the target end out the connection and dragging it onto her target node. Java project created a project and create. Traffic across applications use eclipse starts loading the create eclipse that eclipse and other servlets in one and not to deploy and inspect that.
    [Show full text]
  • Web Apps Using Websphere Application Server Liberty Profile Technology in CICS
    CICS and Liberty Web Apps using WebSphere Application Server Liberty Profile Technology in CICS Catherine Moxey IBM Thursday, February 7, 2013 Session Number 12445 Insert Custom Session QR if Desired. CICS and Liberty Disclaimers © IBM Corporation 2013. All Rights Reserved. IBM's statements regarding its plans, directions, and intent are subject to change or withdrawal at IBM's sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. Any information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion. The session and materials has been prepared by IBM or the session speaker and reflect their own views. They are provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software.
    [Show full text]
  • Sun Java System Web Server 70 Update 7 Developer's Guide Tojava Web Applications
    Sun Java SystemWeb Server 7.0 Update 7 Developer's Guide to JavaWeb Applications Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 821–0790 July 2009 Copyright 2009 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. All rights reserved. Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more U.S. patents or pending patent applications in the U.S. and in other countries. U.S. Government Rights – Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. This distribution may include materials developed by third parties. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, the Solaris logo, the Java Coffee Cup logo, docs.sun.com, Java, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. or its subsidiaries in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. The OPEN LOOK and SunTM Graphical User Interface was developed by Sun Microsystems, Inc.
    [Show full text]
  • Websphere Application Server V6: Web Container Problem Determination
    Redbooks Paper Javier Voos WebSphere Application Server V6: Web Container Problem Determination If users receive unexpected results in a Web browser (such as errors or incorrect information), you might have a problem with the Web components in the application. The runtime environment for Web components is called the Web container. This paper discusses techniques for diagnosing problems that can occur in the Web container. Potential symptoms of a Web container problem can include: Users are not able to access a Web component Unexpected behavior when running a Web component Errors when starting a Web component Problems with JSP™ compilation Errors or exceptions thrown when running a Web component Messages starting with SRVE (Web container), JSPG (JSPs), or JSFG (JSF) Problems areas that are related to the Web container also include session management problems and character encoding problems. Important: We recommend that you start your problem determination process by reading Approach to Problem Determination in WebSphere Application Server V6 at http://www.redbooks.ibm.com/redpapers/pdfs/redp4073.pdf. © Copyright IBM Corp. 2005. All rights reserved. ibm.com/redbooks 1 Introduction The Web container is a runtime environment for Web applications. It processes servlets, JSP files, and other types of server-side includes. The Web container also provides session management, static content processing and an inbound transport chain for HTTP requests. Each application server runtime has one logical Web container, which can be modified but not created or removed. Figure 1 illustrates the Web container and its place within the application server. Application Server Web container Web browser Web Container client HTTP server HTTP(s) inbound chain WebSphere plug-in Session Manager Servlet JSP EJB Container JCA Services Name Server (JNDI) Security Server Messaging Web Services Figure 1 Web container overview Each Web container provides the following: Web container transport chains Requests are directed to the Web container using the Web container inbound transport chain.
    [Show full text]
  • 2Nd USENIX Conference on Web Application Development (Webapps ’11)
    conference proceedings Proceedings of the 2nd USENIX Conference Application on Web Development 2nd USENIX Conference on Web Application Development (WebApps ’11) Portland, OR, USA Portland, OR, USA June 15–16, 2011 Sponsored by June 15–16, 2011 © 2011 by The USENIX Association All Rights Reserved This volume is published as a collective work. Rights to individual papers remain with the author or the author’s employer. Permission is granted for the noncommercial reproduction of the complete work for educational or research purposes. Permission is granted to print, primarily for one person’s exclusive use, a single copy of these Proceedings. USENIX acknowledges all trademarks herein. ISBN 978-931971-86-7 USENIX Association Proceedings of the 2nd USENIX Conference on Web Application Development June 15–16, 2011 Portland, OR, USA Conference Organizers Program Chair Armando Fox, University of California, Berkeley Program Committee Adam Barth, Google Inc. Abdur Chowdhury, Twitter Jon Howell, Microsoft Research Collin Jackson, Carnegie Mellon University Bobby Johnson, Facebook Emre Kıcıman, Microsoft Research Michael E. Maximilien, IBM Research Owen O’Malley, Yahoo! Research John Ousterhout, Stanford University Swami Sivasubramanian, Amazon Web Services Geoffrey M. Voelker, University of California, San Diego Nickolai Zeldovich, Massachusetts Institute of Technology The USENIX Association Staff WebApps ’11: 2nd USENIX Conference on Web Application Development June 15–16, 2011 Portland, OR, USA Message from the Program Chair . v Wednesday, June 15 10:30–Noon GuardRails: A Data-Centric Web Application Security Framework . 1 Jonathan Burket, Patrick Mutchler, Michael Weaver, Muzzammil Zaveri, and David Evans, University of Virginia PHP Aspis: Using Partial Taint Tracking to Protect Against Injection Attacks .
    [Show full text]
  • GNU/Linux for Admins
    KNOPPERKNOPPER.NET.NET Dipl.-Ing. Klaus Knopper Linux-Administration Zusammengestellt fur¨ die FH Kaiserslautern/Zweibrucken¨ im Marz¨ 2006 •First •Prev •Next •Last •Full Screen •Quit c 2006 Klaus Knopper Erstellt fur:¨ FH Kaiserslautern/Zweibrucken¨ Folie 1 von ?? KNOPPERKNOPPER.NET.NET Dipl.-Ing. Klaus Knopper Zusammenfassung Linux ist ein leistungsfahiges,¨ stabiles und außerst¨ um- fangreiches Betriebssystem. Im Rahmen dieses Kur- ses sollen die grundlegenden Merkmale von Linux als Server-Plattform, insbesondere die Einrichtung und Wartung haufig¨ genutzter Serverdienste erlautert¨ so- wie ein Einblick in die wichtigsten Konfigurations- und Administrationsaufgaben des Linux-Administrators ge- geben werden. •First •Prev •Next •Last Folie 1 •Full Screen •Quit c 2006 Klaus Knopper Erstellt fur:¨ FH Kaiserslautern/Zweibrucken¨ Folie 2 von ?? KNOPPERKNOPPER.NET.NET Dipl.-Ing. Klaus Knopper Ein wenig Geschichte 1970- Erste Unix-Betriebssysteme auf Großrechnern, vor allem an Universitaten.¨ 1988- POSIX 1003.1 als Standard verabschiedet. 1993- Linus Torvalds gibt den Quelltext fur¨ Kernel 0.1 frei. Das System wird zusammen mit der GNU-Software der Free Software Foundation von vielen Entwicklern weltweit uber¨ das Internet weiterentwickelt. heute- “Linux World Domination“? (Im Einsatz als kleines und mittleres Server-System auf kostengunstigen¨ PCs im Intranet/Internet-Bereich bereits erreicht.) •First •Prev •Next •Last Folie 2 •Full Screen •Quit c 2006 Klaus Knopper Erstellt fur:¨ FH Kaiserslautern/Zweibrucken¨ Folie 3 von ?? KNOPPERKNOPPER.NET.NET Dipl.-Ing. Klaus Knopper Die GNU General Public License Gibt den Empfangern¨ der Software das Recht, ohne Lizenzgebuhren¨ • den Quelltext zur Software zu erhalten, um diese analysieren und nach eigenen Wunschen¨ modifizieren zu konnen,¨ • die Software in beliebiger Anzahl zu kopieren, • die Software zu modifizieren (s.o.), • die Software im Original oder in einer modifizierten Version weiterzugeben oder zu verkaufen, auch kommerziell, wobei die Empfanger¨ der Software diese ebenfalls unter den Konditionen der GPL erhalten.
    [Show full text]
  • Open Source Magazine N°13
    Actualité édito =VhiVaVK^hiVWVWn erci Microsoft ! Merci Ce système de substitution à L’arrivée récente de Vista de de migrer leurs postes PC sous Apple ! Et surtout mer- Mac OS X d’Apple et à Windows Microsoft a donné un nou- Windows vers Mac OS X ou B ci Canonical ! Grâce à de Microsoft était relativement veau coup d’accélérateur à la Linux (selon King Research). vous, les solutions li- peu recherché par le commun diffusion de Linux notamment Ce n’est plus « l’effet halo » si bres connaissent un incroyable des mortels jusqu’à ce que la Ubuntu (et à ses variantes : cher à Apple mais bel et bien succès auprès des passionnés firme sud-africaine Canonical Kubunu, Edubuntu, Xubuntu, « l’effet Vista » ! d’informatique et des utilisa- ne se lance dans la distribution etc) en raison des problèmes Enfin et surtout, le monde du teurs près de leurs sous. gratuite d’Ubuntu sa propre rencontrés avec la nouvelle libre ne serait rien sans la phi- Les mauvais « gestes commer- distribution basée sur Debian, version du système d’exploi- losophie de l’open-source qui ciaux » de Microsoft et d’Apple un dérivé de Linux. tation de Microsoft. En 2007, permet à tout programmeur conduisent de plus en plus les le groupe automobiles PSA a d’apporter, gracieusement, utilisateurs à tester d’abord des Canonical a recherché la sim- migré ses 20 000 postes vers des améliorations à un logiciel logiciels libres alternatifs com- plicité, la clarté, la compatibili- Linux ainsi que l’Assemblée Na- ouvert et de les proposer à l’en- me le navigateur Firefox de la té et la stabilité.
    [Show full text]
  • Application Navigator 3.0 Installation Guide
    Application Navigator Installation Guide Release 3.0 March 2018 © 2018 Ellucian. Contains confidential and proprietary information of Ellucian and its subsidiaries. Use of these materials is limited to Ellucian licensees, and is subject to the terms and conditions of one or more written license agreements between Ellucian and the licensee in question. In preparing and providing this publication, Ellucian is not rendering legal, accounting, or other similar professional services. Ellucian makes no claims that an institution's use of this publication or the software for which it is provided will guarantee compliance with applicable federal or state laws, rules, or regulations. Each organization should seek legal, accounting, and other similar professional services from competent providers of the organization's own choosing. Ellucian 2003 Edmund Halley Drive Reston, VA 20191 United States of America Contents Introduction. 9 Seamless Navigation and Application Navigator . 9 Use Ellucian Solution Manager to install your product upgrades. 9 Integration of Banner with Application Navigator. 10 Hardware and software requirements . 10 Hardware requirements . 10 CPU and memory . 11 Screen resolution . 11 Software requirements . 11 Oracle Database . 11 Application server . 11 Middle Tier (application server) platforms . 12 Ellucian software . 12 Banner 8.x Form Changes . 13 Single sign on (SSO) support . 13 Supported browsers. 14 Browser support for NPAPI (technology required for Java applets) . 14 Chrome Compatibility Mode . 14 Supported screen readers . 15 Supported handheld devices . 15 Java dependencies. 15 Deployment of multiple web applications . 16 Navigation among 9.x applications . 16 With CAS or SAML2 SSO . 17 Without SSO. 17 Application Navigator Installation Guide | Contents 3 F5 load balancer configuration .
    [Show full text]