Is classes folder is compulsory in web-inf/ even though u r
deploying ur application with war file?

Answers were Sorted based on User's Feedback



Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file..

Answer / raju aet

Yes ,classes folder is compulsory in web-inf folder
irrespective of the archive file(.war/.ear files).

Is This Answer Correct ?    5 Yes 0 No

Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file..

Answer / ravikiran

yes every rule remains the same except there is manifest.mf
file inside META-INF folder which is just under the web
application context root

Is This Answer Correct ?    2 Yes 1 No

Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file..

Answer / azeem

yes its a mandatory folder. when you create your java files
and compile classes folder will be automatically created in
the web-inf folder.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What are the uses of servlet and what is servlet chaining?

0 Answers  


Is servlet a framework?

0 Answers  


What is with the javax.servlet package naming?

2 Answers  


What is servlet and its life cycle?

0 Answers  


What are common tasks performed by Servlet Container?

0 Answers  


What are important features of Servlet 3?

0 Answers  


In servlets, Why do we need both GET and POST method implementations?

3 Answers   IBM,


How can the referrer and the target urls be used in servlet?

0 Answers  


what is the difference between do get/dopost

9 Answers  


Explain jsessionid?

0 Answers  


What is MIME Type?

0 Answers  


What is servlet?

15 Answers   Conesys, Siemens,


Categories