4 options
Oracle WebLogic Server 12c advanced administration cookbook : over 60 advanced recipes to configure, troubleshoot, and tune Oracle WebLogic server / Dalton Iwazaki.
- Format:
- Book
- Author/Creator:
- Iwazaki, Dalton.
- Language:
- English
- Subjects (All):
- Oracle WebLogic server.
- Web servers.
- Web site development.
- Application software--Development.
- Application software.
- Client/server computing.
- Java (Computer program language).
- Physical Description:
- 1 online resource (284 p.)
- Edition:
- 1st edition
- Place of Publication:
- Birmingham [England] : Packt Pub., 2013.
- Language Note:
- English
- System Details:
- text file
- Biography/History:
- Iwazaki Dalton: Dalton Iwazaki lives in Sao Paulo, Brazil and started working with technology in 1994 in a school lab, at the age of 17. As a system administrator, Dalton configured and maintained the network (Novel 3. 12), the computers (Window 3. 11, Windows NT 4. 0, Windows 95), and the Internet. He also took his first steps in programming by building the school website in ASP and a computer voting system to simulate the election process in Delphi. In 1999, Dalton moved to a new company and started working with Java development. During this period, he worked on many Java server-side applications and dug deep to understand the use of JDBC, JMS, JMX, XML, and multithreaded applications. He built some frameworks from scratch to help the development, and started working on the Application Server world with IBM Websphere, Resin, Tomcat, JBoss, and BEA WebLogic. Until 2004, Dalton moved around to other companies working either as a Java developer or Java Architect. In 2004 and 2005, Dalton worked as a Software Development Manager; he lead 10 developers to build the entire website, provisioning and back office operations of a new ISP Provider with a variety of integrations and languages, such as Java, VB, C#, Perl, and PHP. Dalton then moved to a large international bank to work as a project manager in 2005 and 2006. His role was to manage the Internet Banking and Credit Card portals and integrate the business clients and the development team. From 2006 to 2008, Dalton started and worked on his own company, a design agency focused on the delivery of web solutions. In 2008, Dalton started working in partnership with Oracle Consulting on the infrastructure level of the WebLogic Server. In the following year, Dalton started a new company named VN Tecnologia, an IT professional services provider and Oracle Partner Network member. Working together with Oracle's clients and projects, Dalton's solid expertise in infrastructure and Java development are a rare combination used in his specializations - WebLogic Server configuration, administration, troubleshooting, and tuning. You can reach Dalton Iwazaki at dalton. iwazaki@gmail. com.
- Summary:
- If you want to extend your capabilities in administering Oracle WebLogic Server, this is the helping hand you’ve been looking for. With 70 recipes covering both basic and advanced topics, it will provide a new level of expertise. Learn how to set a WebLogic environment with stability, high availability and performance Premature optmization is the root of all evil. Configure and tune only what really matters. Understand what are you doing and why. Every recipe covers the theory behind the practice. In Detail Oracle WebLogic Server is the core application server product of the Oracle Fusion Middleware platform. It is the premier application server for enterprise applications and has now been updated to 12C. If your company or client uses Oracle technology then you must know how to administer the Oracle WebLogic Server Oracle WebLogic Server 12c Advanced Administration Cookbook guides you through 70 recipes covering from the basics of WebLogic 12c installation, and passing through JDBC, JMS, cluster configuration and tuning. The book covers the day-by-day tasks of a WebLogic Administrator, enhanced with a lot of tips to build a WebLogic production environment focused on stability, high availability and performance. The best place to start with any book is at the beginning so the first thing that is covered is the basics. This quick refresher should get you back up to speed with WebLogic server and get you in the right frame of mind to get stuck into the more complex techniques. Each chapter then covers a specific topic with complex solutions simplified and explained. This is not only a book that guides you through complex techniques but also ensure you have a solid understanding of the theory behind the techniques. We dive into high availability clusters, configuring JMS and JDBC, and then moving on to more general WebLogic Server aspects. Monitor, troubleshoot, and tune the performance of your WebLogic server with time tested solutions. If you want to take your WebLogic server to the next level of performance and security or simply just want to be more in control this book is full of solutions that will allow you to achieve that aim.
- Contents:
- Intro
- Oracle WebLogic Server 12c Advanced Administration Cookbook
- Table of Contents
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files, eBooks, discount offers and more
- Why Subscribe?
- Free Access for Packt account holders
- Instant Updates on New Packt Books
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Errata
- Piracy
- Questions
- 1. Install, Configure, and Run
- Introduction
- Installing WebLogic Server 12c
- Getting ready
- How to do it...
- How it works...
- See also
- Creating the WebLogic domain
- There's more...
- Distributing the domain files to remote machines
- Distributing WebLogic domain files manually
- Starting the Node Manager
- Shutting down the Node Manager
- Starting the Administration Server
- Creating the boot.properties file
- Starting the Administration Server in the background
- Accessing the Administration Console
- Saving and activating changes in the Administration Console
- Making changes using the WLST
- Protecting changes in the Administration Console
- Protecting changes using WLST
- Extending and customizing the Administration Console
- How it works.
- There's more...
- Removing the console extension from the Administration Console
- Adding pages and content to the Administration Console
- Enabling RESTful Management Services
- Enabling RESTful using WLST
- Starting/Stopping the WebLogic Managed Server
- Starting/stopping the Managed Servers with WLST and the Node Manager
- Starting/stopping with the provided shell script
- Deploying applications
- Deploying using the weblogic.Deployer tool
- Deploying applications using WLST
- 2. High Availability with WebLogic Clusters
- Creating a WebLogic cluster
- Creating a WebLogic cluster using WLST
- Defining a Hostname/Alias for the Listen Address value
- Defining the Listen Address value using WLST
- Configuring HA WebLogic cluster parameters
- Changing the cluster settings using WLST
- Using Unicast for cluster communications
- Using Multicast for cluster communications
- Configuring Multicast using WLST
- Installing Apache HTTP Server for the Web tier
- Using the Web Server Plug-in to load balance HTTP Requests to WebLogic cluster
- There's more.
- Proxying requests to other WebLogic clusters
- Defining a network channel for cluster communications
- Defining the cluster channel using WLST
- Configuring high availability for Administration Server
- Changing the start/stop scripts
- 3. Configuring JDBC Resources for High Availability
- Creating a JDBC data source
- Creating the JDBC data source using WLST
- Creating a multi data source
- Creating the multi data source using WLST
- Defining the multi data source HA Strategy
- Changing the multi data source algorithm type using WLST
- Creating a GridLink data source
- Creating a GridLink data source using WLST
- Managing JDBC data sources
- Tuning data sources for reliable connections
- Tuning the data sources using WLST
- Tuning multi data sources - surviving RAC node failures
- Tuning the multi data sources using WLST
- Updating the Oracle JDBC driver
- Verify the driver version
- 4. Configuring JMS Resources for Clustering and High Availability
- Introduction.
- Creating the file stores
- Creating the file store using WLST
- Creating the JDBC stores
- Creating the JDBC store using WLST
- Creating the JMS servers
- Creating the JMS servers using WLST
- Creating the JMS servers with JDBC stores using WLST
- Creating the JMS module
- Creating the JMS module using WLST
- Configuring the subdeployment target
- Configuring the subdeployment using WLST
- Creating the distributed queue destination and the connection factory
- Creating the distributed queue and connection factory using WLST
- Starting/stopping consumers for a JMS destination
- Pausing the consumers using WLST
- Resuming the consumers using WLST
- Using the Server affinity to tune the distributed destinations' load balance
- Changing the server affinity using WLST
- Creating a pinned queue with clustering and HA with service migration
- Configuring messaging bridge with source and target distributed destinations
- Configuring the message bridge using WLST:
- See also.
- Relying on SAF to transfer JMS messages to another WebLogic domain
- Configuring the SAF agents and SAF resources using WLST
- 5. Monitoring WebLogic Server 12c
- Customizing the Administration Console tables
- Using the JRockit Mission Control Management Console
- Monitoring Linux with SAR
- Collecting SAR data every minute
- Sending e-mail notifications with WLDF
- Generating an SNMP trap
- Creating the SNMP Agent by using WLST
- Creating a Monitoring Dashboard custom view
- Viewing historical data in the monitoring dashboard using a database
- 6. Troubleshooting WebLogic Server 12c
- Changing log levels to debug
- Changing the log levels using WLST
- Including the time taken field in access.log
- Adding the time taken field using WLST
- Enabling verbose garbage collection logging
- Enabling the verbose GC with jrcmd
- Taking thread dumps
- Enabling the JRockit Mission Control Flight Recorder
- How to do it.
- How it works.
- Notes:
- Includes index.
- ISBN:
- 9781849686853
- 1849686858
- OCLC:
- 851157279
The Penn Libraries is committed to describing library materials using current, accurate, and responsible language. If you discover outdated or inaccurate language, please fill out this feedback form to report it and suggest alternative language.