Servertec Classes
Documentation
Conventions
Command Line
Java API
Servlet API
Servlets
Config Files
Classes
Directory Tree

Return

 

Servertec Internet Server is a Application/Web Server written entirely in Java. The Java classes that make up Servertec Internet Server are in iws_dir/deploy/classes, where iws_dir is the directory where Servertec Internet Server was installed.

While most of the classes are required in order to run Servertec Internet Server, a number of them are not. These optional classes can be removed by licensees to create a custom distribution that is smaller and provides only required functionality.

Required Classes

Component Classes
Server Initialization/Wrapup stec/iws/iws.class
Common Constant, Utilities, Encoding/Decoding and Delimited String stec/iws/Constants.class
stec/iws/Utils.class
stec/net/Codecs.class
stec/lang/DString.class
Worker Thread, Request/Response Handlers stec/iws/RequestHandler.class
stec/iws/Request.class
stec/iws/RequestInputStream.class
stec/iws/Response.class
stec/iws/ResponseOutputStream.class
JSDK 2.2 stec/iws/RequestDispatcherImpl.class
Realms stec/iws/Realm.class stec/iws/ACL.class
Event/Error/Access Logger stec/iws/Logger.class
stec/iws/Logger$Log.class
stec/iws/LogEntry.class
stec/iws/AccessLogEntry.class
stec/iws/ErrorLogEntry.class
stec/iws/EventLogEntry.class
stec/iws/ConsoleLogger.class
Session stec/iws/SessionManager.class
stec/iws/Session.class
stec/iws/SessionContext.class
Servlet/Filter stec/iws/ServletManager.class
stec/iws/ServletContextImpl.class
stec/iws/Delay.class

Optional Classes

Component Classes
Shell Command iwsCommand.class
stec/iws/CommandServlet.class
File Servlet stec/iws/FileServlet.class

Notes

stec/iws/FileServlet.class handles all file and directory requests.

stec/iws/ConsoleLogger.class is the default logger used by Servertec Internet Server.

 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:45 EDT 2005