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 |
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
What is servlet initializer?
What is difference between get and post method?
How can I send user authentication information while making URL Connection?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Difference between forward() method and sendredirect() method ?
What is meant by Servlet? What are the parameters of service method?
Explain how does JSP handle run-time exceptions?
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
how do you maintain sessions in servlets?
What is the purpose of requestdispatcher interface?