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 sleep method?
Is array passed by reference in java?
How long will it take to learn java?
Can we override data members in java?
How can we make string upper case or lower case?
Can I declare a class as private?
What Is Composition?
What are three advantages of using functions?
What is overriding in java?
What is this () in java?
What is the difference between member variables initialization and assignment in a constructor?
What is an i/o filter?
How is hashcode calculated in java?
How many bits is a word?
What mechanism does java use for memory management?