Skip to content

H3AR7B3A7/ServletsAndJsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Servlets & JSP

Doc: JavaEE application

Deployment

TomCat or GlassFish

Tomcat is simply an HTTP server and a Java servlet container. Glassfish is a complete Java EE application server, including an EJB container and all the other features of this stack. ... By comparison, Tomcat server administration is easier than Glassfish administration, since there are fewer moving parts in Tomcat.

Default URL

http://localhost:8080/ServletsAndJsp_war_exploded/
Where "ServletsAndJsp" is the project name.
This can be changed in the 'Run/Debug configurations'.

Servlets

Interface
HttpServlet
GenericServlet
FacesServlet

File structure

The server hides the WEB-INF file from users.

About

Exploration of Java Enterprise web applications, Servlets and Java Server Pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages