Adam Moffett Design
provides JSP and Servlet support on Win2000 servers only. To enable
JSP support login to control.Adam Moffett Designsolutions.com and click
on 'Setup JSP Support'. This will automatically create a virtual
mapping to the server scripts directory (you cannot have an existing
directory called scripts or it will become unavailable) which
contains the necessary DLL to support JSP. It also adds a host
entry for your site into the configuration file of the JSP engine.
Once you have done this any .jsp file will run in your domain.
To
use servlets you must create a directory called 'WEB-INF' inside
this you then need to put the following directories:
classes (put beans, classes and servlets in here)
lib (put jar files in here)
xsl (put .xsl stylesheets in here)
You
then access this via http://yourdomain.com/servlet/yourclass.java
For
more information on this please read: http://www.caucho.com/products/resin/java_tut/servlets.xtp
Any
updates in xsl stylesheets may take 24-48 hours to become available.