Apache Tomcat, J2EE, WAR file

Apache Tomcat

Apache Tomcat server is a web server that does everything that the Apache web server dose. 

The sever implements Java Servlet and Java Server Pages technologies, that allow you to build web applications.

Dynamic Web Application

Using Eclipse J2EE will allow you to create a new Dynamic Web Application that will use Apache Tomcat.

The Dynamic Web Application allows you to add Servlets and other web content like HTML pages, CSS and son.

WAR file

The WAR file is a Web Archive that can be copied into the webapps directory of a live Apache Tomcat installation. The server will detect that it is there and unarchive it, making it available.


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章