what is Directory Structure of webapplication?
Answer Posted / baiju viswam
The most common hierarchy is (eclipse IDE)
applnroot -
+src (your source files in packages)
build
libraries added by ide
-WebContent
+images
+css
+scripts (javascripts)
index.htm (index page)
-WEB-INF
+lib (libray files used)
+jsp (jsp's)
web.xml (deployment descriptor)
classes (generated class files)
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What does web module contain?
What is non primitive data type in java?
What are the components of j2ee?
Why java is a platform?
What is a java ee container?
when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?
Is java 100 percent pure object oriented?
Give some advantages of orm (object-relational mapping)?
how to run servlet program between two computer through internet ?
Where is java used?
What is client-certificate authentication?
I’m new to WebLogic Does anyone knows how to Deploy Application using
What is j2ee application?
What is difference between java and core?
What is container-managed persistence?