Canada IT Courses
ExitCertified US




ExitCertified - Excellence in IT Certified Education
 
IT education classes
IT training feature sheet
 
   
 
start > courses and registration > training feature sheet
Sun Java System Application Server 7: Administration :: [IAS-3319]
 
 
 
 
sun microsystems certified training   this course works with savings passes
 
code. IAS-3319   length. 5 days
type. Instructor-Led   partner. Sun Microsystems
price.
$3,000 :: $2,550 GSA GOV.
 
 
The Sun Java System Application Server 7 (formerly Sun(Open Net Environment (Sun ONE)Application Server 7) Administration course provides students with the skills necessary to install the Sun Java System Application Server 7 in a production environment.

Students deploy and administer Java 2 Platform Enterprise Edition (J2EE technology applications. This course also includes information on the following topics: server features, architecture, logging, server topologies, Hypertext Transfer Protocol (HTTP) server configuration, containers, services, database connectivity, application security, monitoring and Quality of Service (QoS), migration, and troubleshooting.

Please Note: Sun has recently re-branded Sun ONE Application Server 7 to be Sun Java System Application Server 7. You may see reference to either name within the course description and course materials.
 
course schedule  
 
There are currently no scheduled dates for this course. If you are interested in this course, request a course date with the links below.
   
Request course date Request on site training
 
who can benefit
 
 
Students who can benefit from this course are application server administrators.
 
prerequisites
 
 
To succeed fully in this course, students should be able to:

Perform basic UNIX administration tasks, preferably with the Solaris Operating System (OS)
Use Standard Query Language (SQL) databases
Demonstrate familiarity with the development processes and roles for developing applications based on J2EE technology ("J2EE applications")


 
skills gained
 
 
Upon completion of this course, students should be able to:

Define the role of an Application Server administrator and install the Application Server
Summarize the component application programming interfaces (APIs) and primary goals of the Java(TM) 2 Platform, Enterprise Edition 1.3 Specification (J2EE[TM] platform 1.3)
Describe web services and relate the Application Server's architecture and features to the J2EE 1.3 platform specification
Configure logging for the Application Server and implement Application Server topologies that involve external network devices, the web server plug-in, and administrative domains
Configure the HTTP server that is built into the Application Server, and
Configure and manage Application Server containers and deployment descriptors (DDs)
Configure and manage Application Server services
Configure database connectivity for the Application Server
Implement security for applications based on J2EE technology (J2EE applications)
Monitor the Application Server and configure QoS, migrate applications to the Application Server, and troubleshoot Application Server issues




 
course content details  
 


  Module 1 - Reviewing Administration Tasks and Product Features

Define the role of Application Server administrators and identify their primary tasks
Access and use the Administration Server graphical user interface (GUI)
Start and use the asadmin command-line interface (CLI) utility in single mode and multimode
Access the help and documentation for the Administration Server GUI
Access the help for the asadmin CLI utility
Compare the tasks and tools for application developers and administrators
List the primary features of the Application Server




  Module 2 - Installing the Application Server

Identify the types and versions of installations available for the Application Server
Evaluate and, if necessary, upgrade a system before you install the Application Server
Describe the GUI and console installation methods
Describe the silent installation method
Describe the installation types
Describe the Application Server directory structure and packages
Start the Administration Server and Application Server instances
Identify the primary Application Server processes
Deploy a sample application to verify a successful installation
Configure and start the bundled PointBase database server and client tools
Uninstall the Application Server




  Module 3 - Introducing J2EE Technology and Web Services

Describe J2EE technology
Describe the multitiered architecture
Describe the container-based structure
Use J2EE platform APIs and services
Use services provided by the Enterprise JavaBeans(TM) technology- based component ("EJB container")
Describe defined roles
Explain the application assembly process
Describe J2EE platform 1.3 server requirements
Explain what is new in the J2EE platform 1.3 specification
Describe web services and Simple Object Access Protocol (SOAP)
Use the Publish-Discover-Bind model for web services
Describe the Sun ONE platform




  Module 4 - Exploring the Application Server's Architecture and Processes

Differentiate a generic application server from a generic web server
Describe the Application Server's top-level architecture
Describe administrative domains
Identify the function of the Administration Server
Identify the Application Server's primary configuration files
Identify configurable elements in the server.xml file
Describe the Application Server's core components
Describe how the Application Server supports JDBC technology connection pooling and CMP
Describe how the Application Server integrates the Message Queue software
Describe how the Application Server supports common object request broker architecture (CORBA) clients
Describe how the Application Server supports web services using SOAP remote procedure call (RPC)
Describe how the Application Server supports web services using SOAP messaging
Describe how the Application Server's primordial, worker, message broker, and broker wrapper processes interact
Describe the Application Server's request-handling procedure




  Module 5 - Logging

Describe the logging capabilities of the Application Server
Specify logging preferences
Configure the log level for server instances
View log files
Interpret log file output
Monitor log messages using the tail -f command
Use the Solaris OE syslog daemon to record and manage log messages
Configure logging preferences for the EJB container
Configure subsystem logging
Configure logging in individual virtual-server log files
Identify logging-related elements in the server.xml file
Set up internal daemon log rotation, scheduler-based log rotation, and Solaris OE system log rotation
Use CLI commands for logging
Generate reports from the log files using the flxanlg log analyzer




  Module 6 - Configuring Server Topologies

Explore basic network components
Access Application Servers through routers and firewalls
Incorporate server farms and load balancers
Configure a demilitarized zone (DMZ) topology
Implement a reverse proxy
Use administrative domains
Manage administrative domains




  Module 7 - Configuring the HTTP Server

Explain the benefits of the built-in HTTP server
Describe the HTTP server components: HTTP listeners, virtual servers, and QoS settings
Explain what is required to implement IP-address-based and URL-host-based virtual servers, and describe the differences between the types of virtual servers
Describe the two phases of the request-handling process, which determine which virtual server fulfills a request
Configure HTTP listeners and virtual servers using the Administration Server GUI or the asadmin CLI utility
Explain why security is necessary, and describe how to implement secure client connections to the Application Server using secure sockets layer (SSL)
Describe what is contained in a digital certificate, which is used to authenticate rvers, and describe the certificate authentication process
Enable SSL on the Application Server
Manage server and Certificate Authority (CA) certificates in the Application Server's trust database




  Module 8 - Configuring Database Connections

Identify the data types and databases that are supported by the Application Server
Describe the following database concepts: the Java Database Connectivity (JDBC API), JDBC technology drivers, connection pools, data sources, and persistence
Configure database connectivity for the Application Server
Identify the required connection pool parameters for ORACLE, Sybase, and PointBase database servers
Describe how to use the PointBase database server that is bundled with the Application Server
Configure and test Application Server connections to the PointBase database server
Configure and test a persistence manager




  Module 9 - Configuring Containers and DDs

Compare packaging to deployment and describe packaging and deployment for J2EE technology
Package J2EE applications
Use deployment descriptors (DDs)
Name J2EE applications and J2EE modules
Describe the application information that is in the server.xml file
Describe the deployment file-system structure
Deploy J2EE applications and J2EE modules
Describe the deployment life cycle and use deployment tools
Explore containers that are based on J2EE technology ("J2EE containers")
Describe the web container, and configure the web container in the server.ml file
Configure the sun-web.xml file
Use session management
Describe the EJB container, and configure the EJB container in the server.xml file
Configure the sun-ejb-jar.xml file
Manage the EJB technology life cycle
Configure the sun-application.xml file
Describe classloading for J2EE applications and J2EE modules




  Module 10 - Configuring Services

Describe the services that can be configured
Configure the services provided by the J.N.D.I. API ("J.N.D.I. services")
Configure the Java Message Service
Configure the Java Transaction Service
Configure the CORBA object request broker (ORB)




  Module 11 - Securing Applications

Describe the Application Server's security goals and security model
Explain security terminology
Compare user authentication and authorization
Describe security roles
Apply role mapping
Use realm-based authentication
Compare types of container security
Compare security responsibilities
Implement single sign-on (SSO)
Configure security using the Administration Server GUI




  Module 12 - Monitoring the Application Server and Configuring Quality of Service

Identify the types of statistics that are collected for the Application Server and the methods used to obtain the statistics
Describe the statistics that can be monitored for Application Server subsystems
List monitored components by using the CLI object-naming convention and get the attributes for monitored EJB components, the HTTP server, and the ORB using the asadmin CLI utility
Describe what is required to enable the collection of SNMP statistics using the Application Server's management information base (MIB)
Configure Quality of Service (QoS) parameters at the server-instance level and at the virtual-server level




  Module 13 - Migrating Applications to the Application Server

Explain what migration involves
Deploy migrated applications
Determine what needs to be migrated
Describe migration scenarios
Incorporate J2EE platform component standards
Set up database connectivity
Migrate from the iPlanet(TM) Application Server 6.x
Migrate from the IBM WebSphere Application Server
Migrate from the BEA WebLogic Application Server
Migrate from the J2EE Reference Implementation
Migrate from the Sun(TM) ONE Web Server 6.0
Install and use the Migration Tool
Perform post-migration tasks
Describe the limitations of the Migration Tool




  Module 14 - Troubleshooting the Application Server

Define the term troubleshooting and describe the various phases of troubleshooting
Troubleshoot server-related issues and application-related issues





 
Free $100 Best Buy Gift Certificate

Save on Sun Microsystems Training



find a course
 
phone us
 
view course schedule





Free PSP - FREE GPS

 
go to top
Sun Microsystems, Veritas, Oracle, Symantec, and Project Management IT Education Sun Microsystems, Veritas, Oracle, Symantec, and Project Management IT Education
© 2008 ExitCertified. All rights reserved.
terms of use and disclaimer :: privacy policy :: webmaster :: link to us
   
Sacramento Training :: 916.669.3970 | Las Vegas Training :: 1.800.803.EXIT (3948) | San Francisco Training :: 415.975.3948 | San Jose Training :: 408.288.EXIT (3948)
Phoenix, Arizona Training | Los Angeles, California Training | San Diego, California Training | Broomfield, Colorado Training | Fort Lauderdale, Florida Training
Tampa, Florida Training | Atlanta, Georgia | Downers Grove, Illinois | Kansas City, Kansas Training | Portland, Maine Training | Baltimore, Maryland Training | Burlington, Massachusetts Training
Troy, Detroit, Michigan Training | Minneapolis, Minesota Training | St. Louis, Missouri Training | Omaha, Nebraska Training | Edison, New Jersey Training | New York City, New York Training
Raleigh, North Carolina Training | Columbus, Ohio Training | Philadelphia, Pennsylvania Training | Nashville, Tennessee Training | Dallas, Texas Training
Houston, Texas Training | Hampton, Virginia Training | Madison, Wisconsin Training | Seattle, Washington Training

ExitCertified is a global provider of authorized technology training. Some of our popular course topic searches include:

Java Training | J2EE Training | JSP Training | Java Courses | Servlets Training | EJB Training | Struts Training | Networking Courses | Solaris Training
Red Hat Training | SUSE Training | XML Training | Oracle SQL | Oracle PL/SQL | DBA Training | DBA Certification | Oracle Certification
RedHat Training | Solaris Certification | Java Certification | Veritas Certification | PeopleSoft Training | 11g Training | 11g Certification
RedHat Courses | SQL Training | 10g Training | 9i Training | Application Development Training | Certified Training | Corporate Training
Government Training | Course Catalogue | Training Schedule | Certification Training | Project Management Training | Linux Training
Solaris 10 Training | Unix Training | NetBackup Training | Virus Protection Courses | Education Technology Newsletter | zSeries Training
s/390 Training | iSeries Training | DB2 Training | OS/400 Training | AIX Training | Rational Courses | PMI Training | Project Management Training
SeeBeyond Training | Java Composite Application Platform (JCAPS) Training | MySQL Training | MySQL Database Course | Hyperion Training | Fusion Middleware