Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to compile jsp?

Answers were Sorted based on User's Feedback



how to compile jsp?..

Answer / munmun

U CANT COMPILE JSP DIRECTLY,IT DONE BY CONTAINER.
for that jsp known as post compile

Is This Answer Correct ?    10 Yes 1 No

how to compile jsp?..

Answer / srinivasa

Using precomilers we can comile.In case of weblogic the
precomiler is >jspc -weblogic one.jsp .Every vendor
provides the precompilers.

Is This Answer Correct ?    5 Yes 0 No

how to compile jsp?..

Answer / abc

You need not to compile a JSP. It is compiled by JSP container
and converted to a class file if there is no ERROR.

Is This Answer Correct ?    4 Yes 0 No

how to compile jsp?..

Answer / 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

More Core Java Interview Questions

When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

0 Answers  


Why we can not force Garbage Collection?

7 Answers  


Is delete, next, main, exit or null keyword in java?

1 Answers  


What happens if a constructor is declared private?

0 Answers  


why interaction with server using javascript is difficult

1 Answers  


Can we override constructors?

0 Answers  


What is a singleton class in Java?

0 Answers  


class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?

2 Answers   Logica CMG,


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


What are exceptions

0 Answers   Futures First,


What is t type java?

0 Answers  


Difference between abstract class and Interfaces?

7 Answers   CTS, iFlex, PA Consulting, Sai Softech, Value Chain,


Categories