where the generated jsp source file are stored?
Answers were Sorted based on User's Feedback
Answer / ravi ranjan
it store inside \Apache Group\Tomcat 4.1
\work\Standalone\localhost\your-context-name folder with
yor jspname_jsp.class
| Is This Answer Correct ? | 7 Yes | 1 No |
C:\Program Files\Apache Software Foundation\Tomcat 5.5\work\Catalina\localhost\webApplicationName\org\apache\jsp\xxx.java
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sandeep m
depending on the webcontainer vendor the location of
generated source code may change. In case of Tomcat it will
be stored in work folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anji
When we request for a jsp first time, it will generate a
Servlet, the generated servlet will compiles and creates
instances for the servlet.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sachin g.
After creation of jsp file, it is stored in the Web
directory (which is stored in the Webapplication as far as
Apache Tomcat 5.5 and Netbeans are concerned) , and after
successfully compiling it, the specific output will be
after running it.
| Is This Answer Correct ? | 0 Yes | 3 No |
What do you mean by a filter and how does it work?
Why do we have servlet listeners?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
How can we include static files in the jsp page?
Describe some assignments that are executed by servlet container?
Whats the advantages using servlets over using CGI?
What is the difference between Servlets and Applets?
Which exception is thrown if the servlet is not initialized properly?
What are the objects involved when a servlet receives a call from client?
Explain the difference between jsp and servlet?
What is ServletConfig object?
What is the servletconfig object?