Configuring Apache Tomcat Web Server in Eclipse

Pubblicato il: 11 febbraio 2015
sul canale di: Tech & Sasi
2,812
5

Eclipse Tomcat Configuration steps are given below with some more informative details
1. Goto http://tomcat.apache.org Download Tomcat 8.0 Binary distribution Core "tar.gz" package e.g., "apache-tomcat-8.0.{xx}.tar.gz", about 8 MB

2. Take a quick look at the Tomcat installed directory. It contains the following sub-directories:
bin: contains the binaries; and startup script ex. startup.bat for Windows and startup.sh for Unixes and Mac OS X, shutdown script shutdown.bat for Windows and shutdown.sh for Unix and Mac OS X, and other binaries and scripts.
conf: contains the system-wide configuration files, such as server.xml, web.xml, context.xml, and tomcat-users.xml.
lib: contains the Tomcat's system-wide JAR files, accessible by all webapps. You could also place external JAR file such as MySQL JDBC Driver here.
logs: contains Tomcat's log files. You may need to check for error messages here.
webapps: contains the webapps to be deployed. You can also place the WAR Webapp Archive file for deployment here.
work: Tomcat's working directory used by JSP, for JSP-to-Servlet conversion.
temp: Temporary files.

3. The Tomcat configuration files are located in the "conf" sub-directory of your Tomcat installed directory,
server.xml The default TCP port number configured in Tomcat is 8080, you may choose any number between 1024 and 65535, my config 9999
web.xml We shall enable directory listing by changing "listings" from "false" to "true" for the "default" servlet. This is handy for test system, but not for production system for security reasons.
context.xml reloadable="true"
tomcat-users.xml Tomcat users

4. For steps please follow video

5. please provide your feedback to how this can be improved.


In questa pagina del sito puoi guardare il video online Configuring Apache Tomcat Web Server in Eclipse della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Tech & Sasi 11 febbraio 2015, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,812 volte e gli è piaciuto 5 spettatori. Buona visione!