Jonas 5 Commands Reference Guide

Total Page:16

File Type:pdf, Size:1020Kb

Jonas 5 Commands Reference Guide JOnAS 5 Commands Reference Guide This document describes all the commands that can be used with JOnAS JOnAS Team ( François FORNACIARI) - March 2009 - Copyright © OW2 Consortium 2008-2009 This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license,visit http://creativecommons.org/licenses/by-sa/2.0/deed.en or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. Table of Contents 1. jonas command ......................................................................................................... 1 1.1. jonas start ...................................................................................................... 1 1.1.1. Options ............................................................................................... 1 1.1.2. Description .......................................................................................... 2 1.2. jonas stop ...................................................................................................... 2 1.2.1. Options ............................................................................................... 2 1.2.2. Description .......................................................................................... 2 1.3. jonas admin ................................................................................................... 2 1.3.1. Synopsis ............................................................................................. 3 1.3.2. Description .......................................................................................... 3 1.3.3. Options ............................................................................................... 3 1.4. jonas version .................................................................................................. 4 1.4.1. Synopsis ............................................................................................. 4 1.4.2. Description .......................................................................................... 4 1.5. jonas check .................................................................................................... 4 1.5.1. Synopsis ............................................................................................. 5 1.5.2. Description .......................................................................................... 5 1.6. jcl ................................................................................................................ 5 1.6.1. Synopsis ............................................................................................. 5 1.6.2. Description .......................................................................................... 5 2. jclient command ........................................................................................................ 6 2.1. Options ......................................................................................................... 6 2.2. Description .................................................................................................... 6 3. GenIC command ....................................................................................................... 7 3.1. Options ......................................................................................................... 7 3.2. Example ........................................................................................................ 7 3.3. Description .................................................................................................... 7 3.4. Environment .................................................................................................. 8 4. JMS commands ........................................................................................................ 9 4.1. JmsServer ...................................................................................................... 9 4.1.1. Synopsis ............................................................................................. 9 4.1.2. Description .......................................................................................... 9 4.1.3. Example ............................................................................................. 9 4.2. joram_raconfig ............................................................................................... 9 4.2.1. Options ............................................................................................... 9 4.2.2. Description .......................................................................................... 9 4.2.3. Example ............................................................................................ 10 5. Configuration commands .......................................................................................... 11 5.1. newjb command ............................................................................................ 11 5.1.1. Synopsis ............................................................................................ 11 5.1.2. Description ........................................................................................ 11 5.2. newjc command ............................................................................................ 11 5.2.1. Options ............................................................................................. 12 5.2.2. Description ........................................................................................ 12 5.2.3. Review newjc output ........................................................................... 12 5.2.4. Tell Apache about mod_jk ................................................................... 13 5.3. RAConfig command ...................................................................................... 14 5.3.1. Synopsis ............................................................................................ 14 5.3.2. Description ........................................................................................ 14 5.3.3. Options ............................................................................................. 14 5.3.4. Examples .......................................................................................... 15 ii Chapter 1. jonas command This command provides the capability to start, stop, or administrate JOnAS servers. The following two scripts can be reviewed and possibly modified for assistance with problems or for obtaining additional information: • jonas for UNIX systems • jonas.bat for WINDOWS systems There are five different sub-commands, that depend on the first mandatory argument: start, stop, admin, version, check 1.1. jonas start Command allowing to start a JOnAS server. 1.1.1. Options jonas start [-standby] [-fg] [-bg] [-win] [-tui] [-gui] [-dev] [-clean] [-n name] [-target server] [- Ddomain.name=domain] -standby Start a minimal JOnAS server with only mandatory services : registry, jmx. If the discovery service is configured in the JOnAS service list, it will bo started too. When the server startup is done, JOnAS should be in the STANDBY state. In this state, the server can either be stopped (see jonas stop command) or be fully started by executing the jonas start command to reach the RUNNING state. -bg Start the server in background mode -win Start the server in a new window -tui Start the Apache Felix TUI (force foreground mode) -gui Start the Apache Felix GUI -dev This option allows to start a JOnAS server by using bundles present in the default maven repository instead of bundles under $JONAS_ROOT/lib/bundles. A specific maven repository location can be given by setting the m2.repository property -clean Clean the Apache Felix cache before starting a JOnAS server -n name Set the server name. It must be unique in the domain. By default, the server name is jonas -target server This option allows to start another server or cluster (group of servers) in the domain. This action is to be executed in the environment of a running master server who's name is given by the -n option. In order to start a target server or cluster, the following conditions have to be met: • the target must belong to the domain (has to be defined in the domain's map) 1 jonas command • a cluster daemon has to be running on the target's host and it has to be aware of the target (see cluster daemon configuration) -Ddomain.name=domain Set the name of the management domain to which the server belongs 1.1.2. Description Start a JOnAS server. The process can be run in the foreground, in the background, or in a new window. If the background option is chosen (default option), control is given back to the caller only when the server is ready. The gui and tui options allow to interact with the OSGi framework. The name of the management domain to which the server belongs is given by the domain.name propery, or by the server name if this property is not defined. 1.2. jonas stop Command allowing to stop a JOnAS server. 1.2.1. Options jonas stop [-standby] [-n name] [-target server] [-Ddomain.name=domain] -standby Allows to stop all services except the mandatory ones (registry and jmx). When the server stop is done, JOnAS should be in the STANDBY state and the JVM is still running. In this state, the server can either be started (see jonas start command) or be fully stopped by executing the jonas stop command to stop all services and the JVM. -n name Set the name of the server to stop. By default, the server name is jonas -target server
Recommended publications
  • J2EETM Deployment: the Jonas Case Study
    J2EETM Deployment: The JOnAS Case Study François Exertier Bull, 1, rue de Provence BP 208 38432 Echirolles Cedex [email protected] RÉSUMÉ. La spécification J2EE (Java 2 platform Enterprise Edition) définit une architecture de serveur d'application Java. Jusqu'à J2EE 1.3, seuls les aspects de déploiement concernant le développeur d'applications étaient adressés. Avec J2EE 1.4, les interfaces et les étapes de déploiement ont été plus précisément spécifiées dans la spécification "J2EE Deployment". JOnAS (Java Open Application Server) est une plate-forme J2EE développée au sein du consortium ObjectWeb. Les aspects déploiement sont en cours de développement. Cet article décrit les concepts liés au déploiement dans J2EE, ainsi que les problématiques levées lors de leur mise en œuvre pour JOnAS. Il n'a pas pour but de présenter un travail abouti, mais illustre le déploiement par un cas concret et ébauche une liste de besoins non encore satisfaits dans le domaine. ABSTRACT. The J2EE (Java 2 platform Enterprise Edition) specification defines an architecture for Java Application Servers. Until J2EE 1.3, the deployment aspect was addressed from the developer point of view only. Since J2EE 1.4, deployment APIs and steps have been more precisely specified within the "J2EE Deployment Specification". JOnAS (Java Open Application Server) is a J2EE platform implementation by ObjectWeb. The deployment aspects are under development. This article describes the J2EE Deployment concepts, and the issues raised when implementing deployment features within JOnAS. It does not provide a complete solution, but illustrates deployment through a concrete example and initiates a list of non fulfilled requirements.
    [Show full text]
  • Comparison of Web Server Software from Wikipedia, the Free Encyclopedia
    Create account Log in Article Talk Read Edit ViewM ohrisetory Search Comparison of web server software From Wikipedia, the free encyclopedia Main page This article is a comparison of web server software. Contents Featured content Contents [hide] Current events 1 Overview Random article 2 Features Donate to Wikipedia 3 Operating system support Wikimedia Shop 4 See also Interaction 5 References Help 6 External links About Wikipedia Community portal Recent changes Overview [edit] Contact page Tools Server Developed by Software license Last stable version Latest release date What links here AOLserver NaviSoft Mozilla 4.5.2 2012-09-19 Related changes Apache HTTP Server Apache Software Foundation Apache 2.4.10 2014-07-21 Upload file Special pages Apache Tomcat Apache Software Foundation Apache 7.0.53 2014-03-30 Permanent link Boa Paul Phillips GPL 0.94.13 2002-07-30 Page information Caudium The Caudium Group GPL 1.4.18 2012-02-24 Wikidata item Cite this page Cherokee HTTP Server Álvaro López Ortega GPL 1.2.103 2013-04-21 Hiawatha HTTP Server Hugo Leisink GPLv2 9.6 2014-06-01 Print/export Create a book HFS Rejetto GPL 2.2f 2009-02-17 Download as PDF IBM HTTP Server IBM Non-free proprietary 8.5.5 2013-06-14 Printable version Internet Information Services Microsoft Non-free proprietary 8.5 2013-09-09 Languages Jetty Eclipse Foundation Apache 9.1.4 2014-04-01 Čeština Jexus Bing Liu Non-free proprietary 5.5.2 2014-04-27 Galego Nederlands lighttpd Jan Kneschke (Incremental) BSD variant 1.4.35 2014-03-12 Português LiteSpeed Web Server LiteSpeed Technologies Non-free proprietary 4.2.3 2013-05-22 Русский Mongoose Cesanta Software GPLv2 / commercial 5.5 2014-10-28 中文 Edit links Monkey HTTP Server Monkey Software LGPLv2 1.5.1 2014-06-10 NaviServer Various Mozilla 1.1 4.99.6 2014-06-29 NCSA HTTPd Robert McCool Non-free proprietary 1.5.2a 1996 Nginx NGINX, Inc.
    [Show full text]
  • Third-Party Copyright Notices and Licenses
    Third-Party Copyright Notices and Licenses For Intel® Omni-Path Software The following is a list of third party licenses that Intel has operated under in the course of producing Intel® Omni-Path Software. BSD 2-clause License ............................................................................................................. 4 RedHat shim ...................................................................................................................... 4 EFI Developer Kit (EDK) ...................................................................................................... 4 EFI Developer Kit II (EDK II) ................................................................................................ 5 BSD 3-clause License ............................................................................................................. 6 Automatically Tuned Linear Algebra Software ......................................................................... 6 chashtable ......................................................................................................................... 6 FreeBSD ............................................................................................................................ 7 HPC Challenge Benchmark ................................................................................................... 7 HyperSQL Database Engine (HSQLDB) ................................................................................... 8 jgraphx ............................................................................................................................
    [Show full text]
  • Oracle Communications Policy Management Licensing Information User Manual Release 12.5 Copyright © 2011, 2019, Oracle And/Or Its Affiliates
    Oracle® Communications Policy Management Licensing Information User Manual Release 12.5.1 F16918-02 October 2019 Oracle Communications Policy Management Licensing Information User Manual Release 12.5 Copyright © 2011, 2019, 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 is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are “commercial computer software” pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
    [Show full text]
  • Open Source Used in Cisco Findit Network Probe, Version 2.0.0
    Open Source Used In FindIT Network Probe 2.0.0.x Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-185721177 Open Source Used In FindIT Network Probe 2.0.0.x 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-185721177 En ce qui a trait au logiciel gratuit ou à exploitation libre figurant dans ce document, si vous avez des questions ou souhaitez recevoir une copie du code source, auquel vous avez droit en vertu des licences gratuites ou d'exploitation libre applicables (telles que licences GNU Lesser/General Public), veuillez communiquer avec nous à l'adresse external- [email protected]. Dans vos demandes, veuillez inclure le numéro de référence 78EE117C99-185721177 Contents 1.1 @ngx-translate/core 7.2.2 1.1.1 Available under license 1.2 @ngx-translate/http-loader 1.1.0 1.2.1 Available under license 1.3 angular 4.4.6 1.4 Angular Bootstrap 0.12.0 1.4.1 Available under license 1.5 Angular UI Sortable 1.1.1 1.5.1 Available under license
    [Show full text]
  • Open Source Used in Cisco Findit Network Probe, Version 1.1.1
    Open Source Used In Cisco FindIT Network Probe 1.1.1.x Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-170540879 Open Source Used In Cisco FindIT Network Probe 1.1.1.x 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-170540879 En ce qui a trait au logiciel gratuit ou à exploitation libre figurant dans ce document, si vous avez des questions ou souhaitez recevoir une copie du code source, auquel vous avez droit en vertu des licences gratuites ou d'exploitation libre applicables (telles que licences GNU Lesser/General Public), veuillez communiquer avec nous à l'adresse external- [email protected]. Dans vos demandes, veuillez inclure le numéro de référence 78EE117C99-170540879 Contents 1.1 Angular Bootstrap 0.12.0 1.1.1 Available under license 1.2 Angular UI Sortable 1.1.1 1.2.1 Available under license 1.3 angular-chart.js 0.7.2 1.3.1 Available under license 1.4 Angular-dashboard-frmework 0.8.0 1.4.1 Available under license 1.5
    [Show full text]
  • Release 5.0.4 the Phpmyadmin Devel Team
    phpMyAdmin Documentation Release 5.0.4 The phpMyAdmin devel team Jan 24, 2021 Contents 1 Introduction 3 1.1 Supported features............................................3 1.2 Shortcut keys...............................................4 1.3 A word about users............................................4 2 Requirements 5 2.1 Web server................................................5 2.2 PHP....................................................5 2.3 Database.................................................6 2.4 Web browser...............................................6 3 Installation 7 3.1 Linux distributions............................................7 3.2 Installing on Windows..........................................8 3.3 Installing from Git............................................8 3.4 Installing using Composer........................................9 3.5 Installing using Docker..........................................9 3.6 Quick Install............................................... 14 3.7 Verifying phpMyAdmin releases..................................... 16 3.8 phpMyAdmin configuration storage................................... 17 3.9 Upgrading from an older version..................................... 19 3.10 Using authentication modes....................................... 19 3.11 Securing your phpMyAdmin installation................................ 27 3.12 Using SSL for connection to database server.............................. 28 3.13 Known issues............................................... 28 4 Configuration 29 4.1 Basic
    [Show full text]
  • Vmware Vfabric Hyperic Datasheet
    DATASHEET VMware vFabric Hyperic Manage Application Performance Across Physical, Virtual and Cloud Infrastructures APPLICATION AVAILABILITY & PERFORMANCE Overview VMware vFabric™ Hyperic® is the application monitoring • Install, setup and start managing your application component of the VMware vFabric Cloud Application Platform, infrastructure in minutes. enabling IT professionals to manage the performance and availability of custom Web applications in physical, virtual and • Auto-discovery gives you a continuously updated cloud environments. Its unique ability to automatically discover, inventory of all hardware, software and services inventory, and monitor servers, regardless of type or location, in your infrastructure. enables application operations teams to ensure that business- • Realtime performance visibility into your entire critical apps run without fail. Hyperic collects a vast range of software stack, from VMware vSphere™ and performance data—50,000 metrics across 75 application virtual machine, through the operating system, technologies—and is easily extended to monitor any component to application payload. in your application stack. • Correlate performance metrics with configuration With fast deployment, a fully extensible framework and user changes, log data and security events for fast interface, and support for both virtualized and physical root-cause diagnosis. infrastructure at scale, Hyperic is the standard for Web • Define intelligent alerts, acknowledgements and operations teams of all sizes. response actions to anticipate and address problems before they cause outages. Market Leading Virtualization Support • Run cross-platform diagnostics and execute control As part of the VMware family of products, vFabric Hyperic operations across your entire infrastructure centrally. provides best-in-class performance monitoring of applications • Accurately model and display the relationships running in virtualized environments.
    [Show full text]
  • Jonas Presentation
    DECOR’04 J2EE Deployment: The JOnAS Case Study Grenoble, 2004 October 29th François Exertier [email protected] www.objectweb.org Plan !J2EE and JOnAS !J2EE Deployment and the JOnAS Use Case !Issues and Future Work www.objectweb.org DECOR’04 Conference / JOnAS J2EE Deployment - D2 - 29/11/2004 Introduction to J2EE and JOnAS www.objectweb.org J2EE Architecture Browser WEB Container http Servlets html JSPs JDBC JMS JTA Applets rmi JCA DB rmi JAAS EJBs JavaMail rmi JNDI public static void EIS main(…) { … EJB Container Client Container Java Application J2EE Application Server www.objectweb.org DECOR’04 Conference / JOnAS J2EE Deployment - D4 - 29/11/2004 JOnAS: Enterprise Class J2EE Application Server !J2EE 1.4 Compliant (Sun Certification expected by the end of this year) !Scalability and Availability " Clustering (HTTP, RMI, DB), Failover (HTTP Sessions replication) " Optimization mechanisms (pooling, caching, …) !Enterprise Integration " Multi-tier Infrastructure " Apache, LDAP, DBMSs, J2EE CA connectors to ERPs, mainframes " Web Services !Integrated Development Environments " Eclipse & JBuilder plug-ins !Administration " Web Console, script commands, API (JMX, JSR77) www.objectweb.org DECOR’04 Conference / JOnAS J2EE Deployment - D5 - 29/11/2004 Some References ! Linux Distributions " Mandrake 9.x " Red Hat EL 3 ! France Telecom " Development and production servers ! Thalès Information Systems " applications intranet ! German and Mexico Universities " OpenUSS Portal based on JOnAS ! French Ministers " Ministère de la justice
    [Show full text]
  • Jonas 5 Configuration Guide
    JOnAS 5 Configuration guide JOnAS Team ( ) - September 2009 - Copyright © OW2 Consortium 2007-2009 This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license,visit http://creativecommons.org/licenses/by-sa/2.0/deed.en or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. Table of Contents 1. Introduction .............................................................................................................. 1 1.1. Configuring JOnAS ......................................................................................... 1 1.2. Terminology .................................................................................................. 1 1.2.1. Server or JOnAS instance ...................................................................... 1 1.2.2. Service ............................................................................................... 1 1.2.3. Container ............................................................................................ 1 1.2.4. Domain .............................................................................................. 1 1.2.5. Master server ....................................................................................... 2 1.2.6. Cluster ................................................................................................ 2 2. Configuring a JOnAS instance ..................................................................................... 3 2.1. Configuring JOnAS Environment
    [Show full text]
  • Red Hat Application Server Jonas User Guide
    Red Hat Application Server JOnAS User Guide Red Hat Application Server: JOnAS User Guide Copyright © 1999-2004 by ObjectWeb Consortium ObjectWeb Consortium INRIA - ZIRST, 655 avenue de l'Europe Montbonnot 38334 SAINT-ISMIER Cedex FRANCE Additional information copyright © Red Hat, Inc., 2003-2004. 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754 3700 Phone: 888 733 4281 Fax: +1 919 754 3701 PO Box 13588 Research Triangle Park NC 27709 USA Manual identifier: • PDF: rhel-jonas-EN-3-PDF-RHI (2003-09-24T01:08) • HTML: rhel-jonas-EN-3-HTML-RHI (2003-09-24T01:08) Red Hat is a registered trademark and the Red Hat Shadow Man logo, RPM, and the RPM logo are trademarks of Red Hat, Inc. JOnAS is copyright © ObjectWeb Consortium. The JOnAS logo is copyright © Bruno Bellamy. Tomcat is copyright © The Apache Software Foundation (ASF). IntelTM, PentiumTM, ItaniumTM, and CeleronTM are registered trademarks of Intel Corporation. EJBTM, J2EETM, JCATM, JCEETM, JDBCTM, JDOTM, JMSTM, RMITM, and SunTM, and Sun Microsystems® are registered trademarks of Sun Microsystems, Inc. Linux is a registered trademark of Linus Torvalds. All other trademarks and copyrights referred to are the property of their respective owners. The GPG fingerprint of the [email protected] key is: CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E Table of Contents I. Introductory JOnAS Documentation ..........................................................................................vii 1. Java Open Application Server (JOnAS): a J2EE Platform ................................................... 1 1.1. Introduction to Red Hat Application Server .......................................................... 1 1.2. JOnAS Features ..................................................................................................... 2 1.3. JOnAS Architecture..............................................................................................
    [Show full text]
  • Open Source: Open for Business Open Source: Open for Business for Open Source: Open LEF09/3Cover.Qxd 9/3/04 1:18 PM Page 2
    LEF09/3cover.qxd 9/3/04 1:18 PM Page 1 THE LEADING PRESENTS: FORUM EDGE THE LEADING EDGE FORUM PRESENTS: Open Source: Open for Business Open Source: Open for Business LEF09/3cover.qxd 9/3/04 1:18 PM Page 2 CSC’s Leading Edge Forum is a global thought leadership program that examines the technology trends and issues affecting us today and those that will impact us in the future. As part of the CSC Office of Innovation, the LEF explores emerging technologies through sponsored inno- vation and grants programs, applied research, awards for the most innovative client solutions, and alliances with research labs. The LEF examines technology marketplace ABOUT THE LEF DIRECTORS trends and best practices, and stimulates innovation and collaboration among CSC, our clients and our alliance partners. In this ongoing series of reports about technology directions, the LEF looks at the role of innovation in the marketplace both now and in the years to come. By studying technology’s current realities and anticipating its future shape, these reports provide organizations with the necessary balance between tactical decision making and strategic planning. PAUL GUSTAFSON WILLIAM KOFF Director, Leading Edge Forum, and Senior Partner, Vice President, Leading Edge Forum CSC Consulting Group Paul Gustafson is an accomplished technologist and Bill Koff is a leader in CSC’s technology community. proven leader in emerging technologies, applied He chairs the Leading Edge Forum executive committee, research and strategy. As director of the Leading Edge whose members are the chief technologists from each Forum, Paul brings vision and leadership to a portfolio of CSC’s business units.
    [Show full text]