| Author |
Java file of a jsp in IDE
|
Rajesh Khan
Ranch Hand
Joined: Oct 16, 2011
Posts: 230
|
|
Hi i was just studying a bit more about the life cycle of jsp pages and i wanted to know is there a way in which i could examine the .java equivalent file of my .jsp page after it gets translated.
Since the .jsp page goes through the jasper translator to get a resulting .java file which gets executed in the _jspService(). Is it possible to read the code that gets placed in _jspService ??
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
|
Depends upon which container you are using.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Rajesh Khan
Ranch Hand
Joined: Oct 16, 2011
Posts: 230
|
|
Tom Cat
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
You mean Tomcat.
Yes, Tomcat stores the generated Java files under its work folder.
|
 |
Rajesh Khan
Ranch Hand
Joined: Oct 16, 2011
Posts: 230
|
|
|
Well I dont see any files there ?? could it be because I am using eclipse for development and eclipse keeps it somewhere else ??
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
Please mention when you are using an IDE. IDEs are not the real world and using them changes much about configuration.
This has been moved the the IDEs forum.
|
 |
 |
|
|
subject: Java file of a jsp in IDE
|
|
|