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 is the difference between the include() and forward() methods?

0 Answers  


can i override service method

3 Answers   Intelligroup,


How can we perform any action at the time of deploying the project?

0 Answers  


What is the main purpose of java servlets?

0 Answers  


Whats the advantages using servlets over using CGI?

0 Answers  






What do you mean by url pattern in servlet?

0 Answers  


What is servlet interface?

0 Answers  


when will cookie information destroy?

7 Answers  


What are the various ways of session supervision in servlets?

0 Answers  


What do you mean by web applications?

0 Answers  


What is pure servlet?

0 Answers  


How to prevent browser from caching the page content?

1 Answers  


Categories