WEB-INF folder is under public_html folder.
The WEB-INF directory is divided into two subdirectories:
1. /classes
2. /lib
1. Classes Directory
You can configure and add your content to your site yourself with.class files.
The .class files should be placed into directory WEB-INF/classes/.After the placement you can access it trough the Web withhttp://www.yourdomain.com/servlet/class_name
2. Lib Directory
In this directory you should place your .JAR files.
After placing in /lib directory .JAR files will be added to yourclasspath automatically. And now you can use them in yourJSP and Servlets.
Not at all
helpful Not much
helpful Some what
helpful Very
helpful Extremely
helpful | ||||||||
What could be better? (Optional)
X
Not related to my issue
Too complicated explanations
Too much information
Incorrect information
Unclear information
Incomplete information
Too old information
Do you have any other feedback about this faq ? 1000
|