Answer Posted / deepthi
Web Server provides the following ways of compiling JSP
2.1-compliant source files into servlets:
*
JSP are automatically compiled at runtime.
*
The jspc command-line tool, described in this section,
enables you to precompile JSPs at the command line.
You must disable dynamic reloading of JSP when deploying a
web application archive that has precompiled JSP without the
corresponding jsp source files. To do this, set the
reload-interval property to -1 in the jsp-config element of
the sun-web.xml file.
Reference:
http://docs.sun.com/app/docs/doc/820-1066/abxcc?a=view
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you override a final method?
What is the purpose of format function?
What is java oops?
Explain about serializable interface in java?
What is a double vs float?
Differentiate between vector and array list.
How do you print array in java?
Is heap stored in ram?
What is the maximum size of list in java?
When parseint method can be used?
What do you understand by access specifiers in Java?
What is the difference between inner class and nested class?
what is the constructor and how many types of constructors are used in java?
What is data type in java?
What are different access specifiers in java?