JSP Lifecycle Process
JSP page is processed in several phases during its lifecycle. Below are the main jsp lifecycle event which occurs while...
JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. A JavaServer Pages compiler is a program that parses JSPs, and transforms them into executable Java Servlets. A program of this type is usually embedded into the application server and run automatically the first time a JSP is accessed. Here we will discuss about JavaServer Pages, JSTL, EL, custom actions, etc.
Application Servers / Distributed Java / IBM Websphere Application Server / Java App Servers / Java Errors / JSF / JSP / Performance / Servlets / Troubleshooting
by Ramakanta · Published August 1, 2011 · Last modified September 2, 2014
If you are getting below java java.lang.illegalstateexception error then usual quick fix is to have a clean restart of all...
Below JSP code can be saved into a single jsp file like headers.jsp and can be copied to any apps...
Advertisement
Advertisement
Advertisement