WebSTAR 4 Manual & Technical Reference

Manual Contents | Chapter Contents | Previous Page | Next Page

Developing Java Servlets for WebSTAR

The WebSTAR JRun Servlet Runner includes support for JDK 1.1 through the use of MRJ 2.1.1 or above, as well as support for the JDK 1.2 Servlet API, including persistent session tracking. This version now uses a Java application for JRun configuration. The application is written using JFC 1.1.

Because the Macintosh has a file length limit, the Servlet API docs are included as a " .zip " icon. You should view these on an alternate file system or view each file individually.

The WebSTAR Java Servlet Runner is developed by Live Software:

http://www.livesoftware.com

Overview of JRun

JRun, is a set of Java classes and native code that can extend your Web server to support Java Servlets. By using Servlets as an extensible, well-defined Java component model across all environments, sophisticated applications for both client and server become easier to develop, faster to deploy, and more cost effective to maintain.

JRun 2.3 fully implements the Java Servlet API. In addition, JRun also implements many of the advanced features found in the Java Web Server. Following are some of JRun 2.3's feature highlights:

Using JRun

The WebSTAR Server Suite Installer does not install the WebSTAR JRun Servlet Runner and related files automatically--this is a custom install option. Once installed, run the JRun Admin application to administer JRun. For more information, see the examples in the WebSTAR Server Suite folder.

Additional information on Java Servlets


Manual Contents | Chapter Contents | Previous Page | Next Page