Cargando…

Apache Tomcat 7 /

Apache Tomcat is the most popular open-source de-facto Java Web application server, standard for today's Web developers using JSP/Servlets. Apache Tomcat 7 covers details on installation and administration of Apache Tomcat 7. It explains key parts of the Tomcat architecture, and provides an int...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Vukotic, Aleksa
Otros Autores: Goodwill, James
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, ©2011.
Colección:Expert's voice in Java.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn768244610
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 111213s2011 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d COO  |d E7B  |d YDXCP  |d EBLCP  |d UMI  |d DEBSZ  |d B24X7  |d OCLCQ  |d OCLCF  |d OCLCQ  |d BEDGE  |d OCLCQ  |d IDEBK  |d VT2  |d A7U  |d OCLCQ  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d IOG  |d N$T  |d CEF  |d INT  |d U3W  |d AU@  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d OCLCQ  |d OCLCO  |d UAB  |d LEAUB  |d UKAHL  |d OL$  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d OCLCQ  |d BRF  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 761693402  |a 780035526  |a 817061630  |a 824110309  |a 885427190  |a 1005787114  |a 1087358081  |a 1103275155  |a 1110809140  |a 1112570233  |a 1129372126  |a 1153030945  |a 1192339855  |a 1240530075 
020 |a 9781430237242  |q (electronic bk.) 
020 |a 1430237244  |q (electronic bk.) 
020 |z 9781430237235 
020 |z 1430237236 
024 7 |a 10.1007/978-1-4302-3724-2  |2 doi 
029 1 |a AU@  |b 000048715276 
029 1 |a AU@  |b 000053282763 
029 1 |a AU@  |b 000060583588 
029 1 |a DEBSZ  |b 367965119 
029 1 |a DEBSZ  |b 397270577 
029 1 |a NZ1  |b 14263673 
029 1 |a AU@  |b 000067107641 
035 |a (OCoLC)768244610  |z (OCoLC)761693402  |z (OCoLC)780035526  |z (OCoLC)817061630  |z (OCoLC)824110309  |z (OCoLC)885427190  |z (OCoLC)1005787114  |z (OCoLC)1087358081  |z (OCoLC)1103275155  |z (OCoLC)1110809140  |z (OCoLC)1112570233  |z (OCoLC)1129372126  |z (OCoLC)1153030945  |z (OCoLC)1192339855  |z (OCoLC)1240530075 
037 |a CL0500000117  |b Safari Books Online 
050 4 |a TK5105.8885.A63  |b V84 2012 
072 7 |a COM  |x 021050  |2 bisacsh 
072 7 |a COM  |x 060160  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.7/1376  |2 23 
049 |a UAMI 
100 1 |a Vukotic, Aleksa. 
245 1 0 |a Apache Tomcat 7 /  |c Aleksa Vukotic, James Goodwill. 
260 |a [Berkeley, CA] :  |b Apress,  |c ©2011. 
300 |a 1 online resource (xvi, 277 pages) :  |b illustrations (some color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
490 1 |a Expert's voice in Java 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 29, 2017). 
520 |a Apache Tomcat is the most popular open-source de-facto Java Web application server, standard for today's Web developers using JSP/Servlets. Apache Tomcat 7 covers details on installation and administration of Apache Tomcat 7. It explains key parts of the Tomcat architecture, and provides an introduction to Java Servlet and JSP APIs in the context of the Apache Tomcat server. In addition to basic concepts and administration tasks, Apache Tomcat 7 covers some of the most frequently used advanced features of Tomcat, including security, Apache web server integration, load balancing, and embedding Tomcat server in Java applications. Finally, through a practical primer, it shows how to integrate and use some of the most popular Java technologies with Apache Tomcat. In summary, Apache Tomcat 7 offers both novice and intermediate Apache Tomcat users a practical and comprehensive guide to this powerful software. 
505 0 |a Note continued: Adding Servlets -- Deploying WAR Archive -- Other Methods of Deployment -- Configuring Hosts and Contexts -- Configuring Hosts -- Configuring Web Application Contexts -- Deploying a Web Application from Eclipse IDE -- Updating Eclipse for Java Web Development -- Creating a Dynamic Web Project -- Adding Tomcat Runtime Environment -- Deploying a Java Web Project to Tomcat from Eclipse -- Summary -- ch. 3 Servlets, JSPs and ServletContext -- Servlets -- The Lifecycle of a Servlet -- ServletRequest and ServletResponse -- The GenericServlet and HttpServlet Classes -- Configuring a Servlet in a Servlet Container -- Servlet API 3.0 -- Java Server Pages -- Lifecycle of Java Server Pages -- The Components of a Java Server Pages -- JSP Directives -- JSP Scripting -- Relationship Between Servlets and ServletContext -- Summary -- ch. 4 Using Tomcat's Manager Web Application -- What Is the Manager Web Application? -- Gaining Access to the Manager Web Application. 
505 0 |a Note continued: Accessing the Manager Web Application Using Web Interface -- Listing Deployed Web Applications -- Checking Server Status -- Deploying a New Web Application -- Reloading an Existing Web Application -- Sessions -- Stop -- Start -- Undeploy -- Using a Text-Based Interface to Access Manager Web Application -- Installing Ant -- Configuring Tomcat's Ant Tasks -- Running Ant Scripts -- Summary -- ch. 5 HTTP Sessions -- The Servlet Implementation of HTTP sessions -- Shopping Basket Session Example -- Invalidating a Session -- Session Management in Tomcat -- StandardManager -- PersistentManager -- Summary -- ch. 6 Configuring Security Realms -- Security Realms -- MemoryRealm -- Protecting a Resource with a MemoryRealm -- Protection Against Brute Force Attacks -- UserDatabaseRealm -- JDBC Realms -- Creating the Users Database -- Configuring Tomcat to Use a JDBCRealm -- Configuring FORM-Based Authentication with JDBCRealm -- DataSourceRealm. 
505 0 |a Note continued: The Benefits of Using a JDBCRealm -- JNDIRealm -- Accessing an Authenticated User -- Summary -- ch. 7 Securing Tomcat with SSL -- Introduction to SSL -- What SSL Does -- How SSL works -- Configuring Tomcat with SSL -- Creating Keystore with SSL Certificate -- Configuring Tomcat's SSL Connector -- Configuring Secure Resources in the Web Application -- Installing a Certificate from the Certificate Authority -- Secure Session Tracking with Tomcat -- Summary -- ch. 8 Valves and Servlet Filters -- Introduction to Valves and Filters -- What Is a Tomcat Valve? -- What Is a Servlet Filter? -- Tomcat Valves vs. Servlet Filters -- Configuring Tomcat Valves -- Implementing a Custom Valve -- The Access Log Valve -- The Remote Address Valve -- Crawler Session Manager Valve -- Dead Thread Detection Valve -- Configuring Servlet Filters -- Implementing a Servlet Filter -- Request Dumper Filter -- Expires Filter -- Cross-Site Request Forgery Prevention Filter. 
505 0 |a Note continued: Summary -- ch. 9 Embedding Tomcat -- Requirements for Embedding Tomcat -- Embedded Tomcat Java Components -- Implementing a Sample Application with Embedded Tomcat -- Testing Servlets with Embedded Tomcat -- Summary -- ch. 10 Integrating Apache Web Server -- What Is the Apache Web Server? -- Integrating Tomcat and Apache Web Server -- Using mod_proxy -- Using mod_jk -- Which Approach to Use -- Load Balancing -- Summary -- ch. 11 Integrating Spring MVC Framework -- Introducing Spring MVC -- Spring Framework Overview -- MVC Pattern -- Front Controller Pattern -- Spring MVC Web Applications -- Configuring DispatcherServlet -- Adding Views -- Implementing Controllers -- Wiring Spring Application Context -- Summary -- ch. 12 Logging in Tomcat -- Using Tomcat's JULI Logging Library -- Introduction to Java Logging and JULI libraries -- Configuring Internal Tomcat Logging with JULI -- Configuring Web Application Logging with JULI. 
505 0 |a Note continued: Using Log4j Library for Web Application Logging -- PatternLayout -- Using Log4j for Tomcat Internal Logging -- Using Log4j for Web Application Logging -- Web Application Logging Using Slf4j Library -- Using Slf4j -- Summary -- ch. 13 Configuring JNDI in Tomcat -- Introduction to JNDI -- JNDI API Overview -- Tomcat JNDI Configuration -- Configuring the Database Connection -- Introducing JDBC -- Configuring Data Source as a JNDI Resource -- Configuring Mail Session -- Introducing JavaMail -- Configuring Mail Session as a JNDI Resource -- Summary -- Appendix A Server.xml File -- Containers -- The Server Container -- The Service Container -- The Engine Container -- The Host Container -- The Context Container -- Connectors -- The HTTP Connector -- The AJP Connector -- Summary -- Appendix B The Web.xml File -- The Basic web.xml Configuration -- Adding a Servlet Definition -- Adding a Servlet Mapping -- Configuring a Servlet Using Annotations. 
505 0 |a Note continued: Adding a Servlet Filter -- Configuring Filter Mapping -- Configuring Servlet Filter Using Annotations -- Configuring ServletContext Parameters -- Configuring the Session -- Adding a Welcome File List -- Configuring Error Handlers -- Configuring Mime Types -- Configuring Web Application Security -- Adding a Security Constraint -- Adding a Login Config -- Summary. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Apache Tomcat. 
630 0 7 |a Apache Tomcat.  |2 blmlsh 
630 0 7 |a Apache Tomcat  |2 fast 
650 0 |a Web servers. 
650 0 |a Web site development. 
650 0 |a Internet programming. 
650 6 |a Serveurs Web. 
650 6 |a Sites Web  |x Développement. 
650 6 |a Programmation Internet. 
650 7 |a COMPUTERS  |x Databases  |x Servers.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Internet programming  |2 fast 
650 7 |a Web servers  |2 fast 
650 7 |a Web site development  |2 fast 
700 1 |a Goodwill, James. 
776 0 8 |i Printed edition:  |z 9781430237235 
830 0 |a Expert's voice in Java. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430237235/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29482973 
938 |a Books 24x7  |b B247  |n bks00043722 
938 |a EBL - Ebook Library  |b EBLB  |n EBL883777 
938 |a ebrary  |b EBRY  |n ebr10520185 
938 |a EBSCOhost  |b EBSC  |n 1173666 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 347711 
938 |a YBP Library Services  |b YANK  |n 7342931 
994 |a 92  |b IZTAP