| Author |
Is it true that JSP creates Servlet java code ?
|
northfield Sid
Ranch Hand
Joined: Aug 08, 2002
Posts: 106
|
|
I am working with JSP. My web server is tomcat. Is it true that JSP creates Servlet java code of JSP files when it executes? If so how can I view them?
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
|
Yes. Please go to {tomcat4_install_dir}\work\localhost\{context}
|
 |
Sudhakar Ahuja
Greenhorn
Joined: Jul 28, 2002
Posts: 9
|
|
|
yes
|
 |
Anirut Worakitrungruang
Greenhorn
Joined: May 05, 2002
Posts: 3
|
|
Oh yeah, I know they are alike. But I don't know how different they are. Could you guys brief and show the differences to me? Thanx
|
 |
mark evertz
Greenhorn
Joined: Apr 11, 2002
Posts: 22
|
|
Anirut, can you please give us more details what you are asking? You mean the differences of JSPs and Servlets??!!?? Yes, as mentioned above a servlet is generated from the jsp. The dir below also contains the generated .java servlet source files. {tomcat4_install_dir}\work\localhost\{context}\jsp [ August 27, 2002: Message edited by: mark evertz ]
|
 |
 |
|
|
subject: Is it true that JSP creates Servlet java code ?
|
|
|