How do I enable JSP support for my web site?
Once Java Servlet support is enabled for your web site, JSP support is automatically enabled. To run Java Server Pages, your web pages must have the .jsp extension. JavaBeans should be placed in the WEB-INF/classes directory under your public_html.To
access your JSP files, point your web browser to:
http://www.your-domain.com/your.jsp
For more information on JSP, please refer to Sun's JSP Resources.
