| Author |
jsp to servlet
|
pravanya kantipudi
Greenhorn
Joined: Jul 01, 2007
Posts: 3
|
|
all jsp pages are converted into servlets. there is login.jsp page , when its converted into servlet class, whats that name .
|
 |
Hussam Bamatraf
Greenhorn
Joined: Aug 25, 2003
Posts: 14
|
|
This depends on the application server. For example, Tomcat creates a servlet class login_jsp.class for login.jsp. The servlet is created in org.apache.jsp package. You can find that package in: <tomcat-root>\work\Catalina\localhost\<your-application-name>\
|
SCJP 90%<br />FileNet Certified Professional: Content Management Developer 92%<br />FileNet Certified Professional: Business Process Management Developer 92%
|
 |
 |
|
|
subject: jsp to servlet
|
|
|