曙海教育集團(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日)....................
主站蜘蛛池模板: 精品综合久久久久久98| 亚洲伊人久久综合影院| 国产成人人综合亚洲欧美丁香花| 色99久久久久高潮综合影院| 婷婷成人丁香五月综合激情| 亚洲国产日韩成人综合天堂| 亚洲激情综合网| 久久综合久久自在自线精品自| 色久悠悠婷婷综合在线亚洲| 日韩欧美在线综合网另类| 亚洲综合成人网| 欧美亚洲综合另类成人| 一本久久a久久精品vr综合| 亚洲精品国产第一综合99久久| 国产综合成人久久大片91| 久久久亚洲裙底偷窥综合| 狠狠色综合久色aⅴ网站| 欧美成人精品一区二区综合| 7国产欧美日韩综合天堂中文久久久久| 狠狠做五月深爱婷婷天天综合| 久久综合鬼色88久久精品综合自在自线噜噜| 99久久国产综合精品麻豆| 久久久久综合中文字幕| 亚洲欧美日韩综合一区二区| 色与欲影视天天看综合网| 93精91精品国产综合久久香蕉| 91精品国产综合久久四虎久久无码一级| 色婷婷综合久久久久中文| 五月天激激婷婷大综合丁香| 人人狠狠综合88综合久久| 狠狠综合久久综合88亚洲| 亚洲偷自拍拍综合网| 色噜噜狠狠色综合网| 欧美日韩亚洲国内综合网| 99久久亚洲综合精品网站| 欧美一区二区三区久久综合| 狠狠色噜狠狠狠狠色综合久| 日韩人妻无码一区二区三区综合部| 狠狠色噜狠狠狠狠色综合久| 欧美亚洲综合激情在线| 国产精品天干天干在线综合|