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 a deployment descriptor?

1 Answers  


what is servlet life cycle?

3 Answers   Inforica,


When a servlet accepts a call from a client, it receives two objects. What are they?

1 Answers  


How to set a cookie that is persisted only for the duration fo the clients session?

1 Answers  


What is difference between server and servlet?

1 Answers  


What is servlet container?

1 Answers  


How to create war file?

1 Answers  


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

1 Answers  


What are the types of Session Tracking ?

1 Answers  


How to make servlet thread safe?

9 Answers   Frisco Tech, InfoVista, WipSys Technologies,


Explain the difference between GET and POST methods?

6 Answers  


Why do we have servlet filters?

1 Answers  


Categories