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 the difference between JspWriter and PrintWriter
In jsp custom tags from child tags to how many levels of parent tags you can acess
Write all the phases defined in servlet life cycle?
How values can be passed from HTML page to servlet?
What are the functions of an intercepting filter?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
give the syntax of doGet() and doPost()?
How can you run a servlet program?
Is servlet synchronized?
Explain servlet events?
What is a Session Id?
What is meant by cookies?