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
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 |
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 |
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 |
What is with the javax.servlet package naming?
How can the referrer and the target urls be used in servlet?
What is the directory structure of web application?
What is the <load-on-startup> element?
How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
How do we call one servlet from another servlet?
what are the different services provided by the web server?
when you comppile the servlet is it neccesary to restaet the tomcat server?
What do you mean by scope object and what are its types?
What is the difference between ExecuteUpdate and ExecuteQuery?
How can the session in servlet be destroyed?
What is session tracking?