曙海教育集團(tuán)
全國(guó)報(bào)名免費(fèi)熱線:4008699035 微信:shuhaipeixun
或15921673576(微信同號(hào)) QQ:1299983702
首頁(yè) 課程表 在線聊 報(bào)名 講師 品牌 QQ聊 活動(dòng) 就業(yè)
 
Apache Tomcat and Java EE Administration培訓(xùn)

 
   班級(jí)規(guī)模及環(huán)境--熱線:4008699035 手機(jī):15921673576( 微信同號(hào))
       每期人數(shù)限3到5人。
   上課時(shí)間和地點(diǎn)
開(kāi)課地址:【上海】同濟(jì)大學(xué)(滬西)/新城金郡商務(wù)樓(11號(hào)線白銀路站)【深圳分部】:電影大廈(地鐵一號(hào)線大劇院站) 【武漢分部】:佳源大廈【成都分部】:領(lǐng)館區(qū)1號(hào)【沈陽(yáng)分部】:沈陽(yáng)理工大學(xué)【鄭州分部】:錦華大廈【石家莊分部】:瑞景大廈【北京分部】:北京中山學(xué)院 【南京分部】:金港大廈
最新開(kāi)班 (連續(xù)班 、周末班、晚班):2020年3月16日
   實(shí)驗(yàn)設(shè)備
     ☆資深工程師授課
        
        ☆注重質(zhì)量 ☆邊講邊練

        ☆合格學(xué)員免費(fèi)推薦工作
        ★實(shí)驗(yàn)設(shè)備請(qǐng)點(diǎn)擊這兒查看★
   質(zhì)量保障

        1、培訓(xùn)過(guò)程中,如有部分內(nèi)容理解不透或消化不好,可免費(fèi)在以后培訓(xùn)班中重聽(tīng);
        2、培訓(xùn)結(jié)束后,授課老師留給學(xué)員聯(lián)系方式,保障培訓(xùn)效果,免費(fèi)提供課后技術(shù)支持。
        3、培訓(xùn)合格學(xué)員可享受免費(fèi)推薦就業(yè)機(jī)會(huì)。

課程大綱
 
  • Introduction to the Java Platform
    The JVM, JRE, and JDK
    Java SE versus EE
    Apache Tomcat as a lightweight servlet/JSP container, and how this differs from full-blown Java EE application servers such as WebLogic, WebSphere, JBoss, and GlassFish
    Architecture of Applications installed to Tomcat
    Understanding classes versus JARs
    Servlets
    JSPs
    JavaBeans
    JNDI and datasources
    Resources that your applications may call on other servers (web services, EJBs, etc.)
    Installing Tomcat
    Installing the Java Runtime Environment (JRE)
    Tweaking the JRE for performance
    Performing the actual Tomcat installation
    Examining the Tomcat installation directories
    bin
    conf
    lib
    logs
    temp
    webapps
    work
    Configuring Tomcat
    server.xml (detailed walkthrough)
    web.xml
    context.xml
    Deploying Java EE Applications
    Packaging JARs for deployment to Tomcat
    Packaging WARs for deployment to Tomcat
    Application server-neutral configuration versus application server-specific configuration
    Overview of EARs and other archive types not supported by Tomcat, but supported by other Java EE application servers
    Versioning Java EE applications
    Managing the deployment of updated applications
    Tomcat Valves
    AccessLog and FastCommonAccessLog
    RequestFilterValve
    SingleSignOnValve (by request)
    RequestDumperValve (by request)
    Memory management and JMX monitoring
    Understanding Java garbage collection
    Using JAVA_OPTS, JMX and JConsole to monitor and tune Tomcat memory usage
    Sizing Tomcat's JVM memory heap
    Using JMX and JConsole to configure Tomcat via Tomcat's MBeans
    Updating Tomcat's configuration via JMX "on the fly" without restarting Tomcat
    Load testing with JMeter
    Using VisualVM (new monitoring tool built into JDK 6) and PSI Probe
    Controlling JMX MBeans via Ant
    Logging and Troubleshooting
    JULI logging
    log4j logging
    Understanding exceptions and thread dumps
    Troubleshooting errors that occur in Tomcat
    Troubleshooting errors generated by your deployed applications
    Troubleshooting strategies applicable to application servers other than tomcat
    Connecting databases with Tomcat applications
    Classic JDBC approach
    Better approach: JNDI resources
    Setting up and monitoring database connection pools
    Security
    File system security
    Java security manager
    Realms, authentication, and authorization
    SSL
    Java VM and Tomcat Performance tuning strategies
    Additional JVM tuning tips
    Enabling parallel garbage collection
    Building native connectors
    Disabling/removing unneeded applications
    Tuning incoming connections and database connection pools
    Turning off Jasper development mode
    Precompiling JSPs
    Preloading servlets
    Application-specific tuning suggestions
    Tuning levers available in other application servers
    The World Beyond Tomcat: Understanding Java EE Applications
    Explanation of the Java EE APIs not supported by Tomcat: EJB, JMS, and many others
    3rd party application frameworks overview (what they are and what administrators should know): Spring, Struts 1/Struts 2, JSF (including a discussion of ICEfaces, RichFaces, etc.)
    Data tier frameworks and what administrators should know (Hibernate, JPA, etc.)
    Features offered by WebLogic, WebSphere, and JBoss that are not found in Tomcat
    Tomcat Other Features
    Memory leak prevention and detection
    Servlet 3.0, JSP 2.2, and EL 2.2 support (and the practical implications of this for Tomcat admins)
    Cross-site request forgery prevention (and how to configure)
    How Tomcat 7's new session management features prevent session fixation attacks
    Alias support (which allow static content to be stored outside the WAR file)
    Running Tomcat behind Apache httpd or IIS [this section would be taught using your web server and connector module of choice]
    Why run Tomcat behind Apache httpd or IIS?
    Installing mod_jk (Apache or Tomcat) or mod_proxy_ajp and mod_proxy_balancer (Apache 2.2 or later only)
    Proxying traffic to Tomcat via AJP
    Monitoring the status of your web server's connection to Tomcat
    Load balancing Tomcat via mod_jk or mod_proxy_balancer
    Tomcat Clustering
    Configuring mod_jk (in Apache or IIS) or mod_proxy_balancer (Apache 2.2 or later only) as a load balancer
    Hardware load balancing as an alternative to software load balancing
    Sticky sessions
    Configuring a shared session back-end
    FileStore/JDBCStore (older approach, generally not recommended)
    Using the <Cluster> tag
    Configuring the application to be distributable
    Setting up and testing failover
 
  備案號(hào):備案號(hào):滬ICP備08026168號(hào)-1 .(2024年07月24日)....................
主站蜘蛛池模板: 亚洲伊人久久大香线蕉综合图片| 狠狠色狠狠色综合| 狠狠色狠狠色综合曰曰| 亚洲啪啪综合AV一区| 色综合久久天天综线观看| 久久久久久久综合日本| 久久99国产综合精品免费| 婷婷国产天堂久久综合五月| 久久综合给合久久国产免费| 欧美精品国产综合久久| 亚洲偷自拍拍综合网| 精品综合久久久久久98| 色综合婷婷在线| 婷婷五月六月激情综合色中文字幕| 激情综合亚洲色婷婷五月APP| 国产综合亚洲专区在线| 欧美日韩国产综合视频在线看| 国产精品国产欧美综合一区| 一本一道久久综合狠狠老| 色天使亚洲综合在线观看| 亚洲综合伊人久久大杳蕉| 亚洲国产成人久久综合一| 国产精品天天影视久久综合网| 99综合电影在线视频好看| 久久婷婷色综合一区二区| 亚洲欧美另类成人综合图片| 激情综合婷婷丁香五月蜜桃| 曰韩人妻无码一区二区三区综合部| 久久99国产综合精品免费| 狠色狠色狠狠色综合久久| 欧美综合区自拍亚洲综合天堂| 丁香五月综合缴情综合| 一本色道久久综合亚洲精品| 色综合久久综合中文综合网| 91成人亚洲综合欧美日韩| 欧美伊人久久大香线蕉综合69| 色噜噜狠狠色综合日日| 国产成+人欧美+综合在线观看| 亚洲伊人久久成综合人影院| 久久综合久久综合亚洲| 热综合一本伊人久久精品|