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
What is difference between string and stringbuffer?
What is logical variable?
Which sorting is best in java?
Name few java util classes introduced with java 8 ?
What is string array?
What is main method?
What is the use of parse function in java?
Where will it be used?
Is char a data type in java?
Write a function for palindrome and factorial and explain?
What is the inheritance?
What is the base class of all classes?
State the merge-sort principle and its time complexity.
What do you mean by data type?
How many classes can any class inherit java?