欧美色欧美亚洲另类七区,惠美惠精品网,五月婷婷一区,国产亚洲午夜

曙海教育集團(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日)....................
主站蜘蛛池模板: 永嘉县| 满洲里市| 阳信县| 夹江县| 乌鲁木齐县| 平山县| 金堂县| 长治县| 庄河市| 苏尼特左旗| 满洲里市| 右玉县| 大港区| 龙海市| 渭南市| 隆昌县| 苏州市| 休宁县| 化隆| 搜索| 雅安市| 夏邑县| 和林格尔县| 古丈县| 新蔡县| 武邑县| 邹平县| 嘉祥县| 伊吾县| 元阳县| 南宫市| 海盐县| 滁州市| 益阳市| 驻马店市| 靖宇县| 扎囊县| 来凤县| 汉沽区| 夏河县| 都匀市|