Reliable, Affordable Web Hosting Services

Web Hosting by India's Top Listed Web Hosting Company. Our Web Hosting Plans are featured by PHP, ASP.NET3.5, MS SQL Server 2005/2008
Our Web Hosting Plans are featured by PHP, ASP.NET3.5, MS SQL Server 2005/2008

Frequently Asked Question

FAQ / JSP Hosting

Where is WEB-INF folder? Where to upload .jar files?

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 with http://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 your classpath automatically. And now you can use them in your JSP and Servlets.