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 are the uses of servlets?
What is meant by cookies?
how to use servlets with j2ee ?
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
what is the difference between doGet() and doPost()?
What compiler do not do if we create our own constructor?
What are the differences between forward() method and sendredirect() methods?
What is the use of servlet context?
In servlets, Why do we need both GET and POST method implementations?
What is the disadvantage of cookies?
What is dispatcher servlet?
Explain Action Servlet?