How do I enable Java Servlet support for my web site?
Java Servlet support is not enabled by default. If you would like to have Java Servlet enabled, please send an e-mail to Service Centre. Remember to include your domain name, user ID and password in the e-mail.Once the Jave Servlet is enabled, you will find a new directory called "WEB-INF" in your public_html. Inside this directory you will find another directory called "classes", this is where you place all the classes for your Servlets (i.e. all your Servlets should go into the WEB-INF/classes directory).
To
execute your Servlets, point your web browser to:
http://www.your-domain.com/servlet/