where the generated jsp source file are stored?

Answers were Sorted based on User's Feedback



where the generated jsp source file are stored?..

Answer / supriya

Inside the work\catalina\localhost\context-
pathname\servlet_jspname.class directory

Is This Answer Correct ?    8 Yes 1 No

where the generated jsp source file are stored?..

Answer / ravi ranjan

it store inside \Apache Group\Tomcat 4.1
\work\Standalone\localhost\your-context-name folder with
yor jspname_jsp.class

Is This Answer Correct ?    7 Yes 1 No

where the generated jsp source file are stored?..

Answer / saroj biswal

C:\Program Files\Apache Software Foundation\Tomcat 5.5\work\Catalina\localhost\webApplicationName\org\apache\jsp\xxx.java

Is This Answer Correct ?    3 Yes 1 No

where the generated jsp source file are stored?..

Answer / sandeep m

depending on the webcontainer vendor the location of
generated source code may change. In case of Tomcat it will
be stored in work folder.

Is This Answer Correct ?    0 Yes 0 No

where the generated jsp source file are stored?..

Answer / anji

When we request for a jsp first time, it will generate a
Servlet, the generated servlet will compiles and creates
instances for the servlet.

Is This Answer Correct ?    0 Yes 1 No

where the generated jsp source file are stored?..

Answer / ravikiran.chd

in work directory

Is This Answer Correct ?    0 Yes 2 No

where the generated jsp source file are stored?..

Answer / sachin g.

After creation of jsp file, it is stored in the Web
directory (which is stored in the Webapplication as far as
Apache Tomcat 5.5 and Netbeans are concerned) , and after
successfully compiling it, the specific output will be
after running it.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Servlets Interview Questions

What is the effective way to make sure all the servlets are accessible only when user has a valid session?

0 Answers  


why are using HttpServlet in realtime projects and why are not using Genericservlet

2 Answers  


What are the type of protocols used in httpservlet?

0 Answers  


What is called Session Tracking?

0 Answers  


How do you design microservices?

0 Answers  






Explain their methods? Tell me their parameter names also have you used threads in servlet?

0 Answers  


Which method of the httpservletrequest object is used?

0 Answers  


Explain the servlet context.

0 Answers  


What methods do we use in Servlet to Applet communication?

3 Answers   Infosys,


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

0 Answers  


How do I know if java is running on linux?

0 Answers  


what is the difference between doGet() and doPost()?

6 Answers   TCS,


Categories