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 servlet in web technology?
What are setSecure() and getSecure() methods in Cookies?
What are all the advantages of servlet over cgi?
How to get the IP address of client in servlet?
What is a generic servlet?
What is the ServletConfig() and what is its use?
What is session tracking?
What are the phases of servlet life cycle?
How do we go with database connection and log4j integration in servlet?
What are the type of protocols used in httpservlet?
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 ?
What must be implemented by all servlets?