%@ page import="java.sql.*" %> <%@ page import="java.util.*" %> <%@ page import="java.text.*" %> <%@ page import="com.assorted.affiliate.data.*" %> <%@ page import="com.assorted.affiliate.display.*" %> <%@ include file="/jsp/session-handler.jsp" %>
|
|
JSP AND JAVA SERVLET HOSTING
|
|
| <%@ include file="/ssi/hosting-menu-v3.html" %> |
Tomcat Servlet Engine All of our JSP Servlet web hosting plans are powered by the Jakarta Tomcat Servlet Engine. Tomcat is a powerful, production quality open-source Java Servlet Engine developed and supported by the Apache Foundation. (The Apache Foundation is best known for the powerful Apache Web Server.) We currently deploy the Tomcat servlet engine version 4.1.29 - which is the most current stable release of the 4.1 version of Tomcat. As you may already know, the Apache Group rebuilt Tomcat from the ground up for the 4.1 version. The 4.1 version of the Tomcat is exponentially faster and more stable than the previous 4.0.x releases. Tomcat versions in the 4.1 series support the final released versions of the Java Servlet 2.3 and JSP 1.2 specifications. As is required by the Java Servlet and JSP specifications, Tomcat also supports web applications built for the Servlet 2.2 and JSP 1.1 specifications with no code changes required. So, you will be able to package and deploy any existing web applications written to the older Hava Servlet and JSP specifications without rewriting any of your code. Private Tomcat Instances and Private Java Virtual Machines (JVM) Each new JSP Servlet web hosting account recieves a complete install of Tomcat running in its own private JVM. We preconfigure your Tomcat installation to operate with the Apache web server using AJP13 connectors. Having your own private Tomcat installation is the best possible solution for deploying Java applications in a shared server environment. Just some of the advantages include:
Master and Private Classpaths The Tomcat server has a master classpath that contains most common Java packages. Every JAR file in the master classpath is available for use by all web sites and Java web applications. We provide a number of JAR files in the master classpath for you by default. Here are a few key examples:
If you need additional JAR files installed - you can install them anytime. Simply upload your JAR files to your Tomcat installation in the following location:
(Note: Replace yoursite.com with the domain name for your web site.) Once you have added in your JAR files, simply restart the Tomcat instance and the new classes will be available for immediate use. Tomcat Manager Included We provide all JSP Servlet hosting accounts access to the Tomcat Manager application. The Tomcat Manager application allows you to perform a variety of management functions on your Java web applications in real time through a simple web based GUI. The Tomcat Manager's management functions include listing, deploying, undeploying, starting, stopping and restarting your web applications. (You can learn more about the Tomcat Manager application on the Jakarta Tomcat web site.) MySQL and PostgreSQL Database Support All of our JSP Servlet web hosting plans include support for both MySQL and PostgreSQL databases. JDBC drivers are preinstalled and available included for both types of databases. In addition, we provide both phpMyAdmin and phpPgAdmin for simple, web based MySQL and PostgreSQL database administration. <%@ include file="/ssi/learn-about-sales-links.jsp" %> |