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
How to make a non daemon thread as daemon?
Can we sort array in java?
Is it necessary for the port addresses to be unique? Explain with reason.
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is output buffer?
What will happen when using pass by reference in java?
Is null or empty java?
how to create daemon thread in java?
Why collection doesn’t extend cloneable and serializable interfaces?
Is java a digit method?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Why multiple inheritance is not supported by java?
What is the use of math abs in java?
Why are global variables used?
Why scanner is used in java?