Java classes

The Web container creates an implementation class from the .jsp file for each servlet and JSP, and for any server-side utility classes used by the servlets and JSPs.

EAServer uses a custom class loader to run a Web application’s servlets and classes referenced by servlet and JSP code. This allows hot refresh of servlets and JSPs. The custom class loader also allows each Web application to run with its own Java class path. To work with the custom loader and for hot refresh to be supported, you must deploy your Web application classes as described below.