Package com.prolifics.servlet

Panther Requester Servlet

See:
          Description

Interface Summary
Authorization Applications may implement the Authorization interface for use with an external authorization mechanism.
AuthorizationFactory Applications may implement the AuthorizationFactory interface for use with an external authorization mechanism.
 

Class Summary
Comm  
FilterHttpServletRequest An HTTP servlet request.
FilterHttpServletResponse An HTTP servlet response.
FilterServletInputStream  
FilterServletOutputStream  
HttpEnv  
ProlificsHttpServlet Prolifics servlet.
ProwebLogger  
 

Exception Summary
AuthorizationException AuthorizationException is thrown by classes implementing the Authorization and AuthorizationFactory interfaces in order to indicate a failure of some sort.
 

Package com.prolifics.servlet Description

Panther Requester Servlet

/*************************************/
/*  Copyright  (C)  1999 - 2019      */
/*           by                      */
/*  Prolifics, Incorporated          */
/*  New York, New York               */
/*  All Rights Reserved              */
/*  Printed in U.S.A.                */
/*  Confidential, Unpublished        */
/*  Property of Prolifics, Inc.      */
/*************************************/

/* @(#)overview.html    77.3 19/04/17 19:55:16 */


Prerequisites:



Panther Web and a Servlet Engine using a JAVA 1.6 or later Virtual Machine with Native Thread support enabled.

Files:



namecontains
proweb.jarservlet class files
proweb.javasample source code
filtered.javasample source code
prowebjni.dllservlet native code (MS Windows only)
libprowebjni.soservlet native code (UNIX only)
docs\*HTML documentation

Installation:



Add proweb.jar to the Servlet Engine's CLASSPATH. You must specify the full path.

Add the directory containing prowebjni.dll (libprowebjni.so on UNIX) to the Servlet Engine's PATH (or LD_LIBRARY_PATH, or SHLIB_PATH). Alternatively, on Windows you could copy prowebjni.dll to the Windows directory.

Restart the Servlet Engine.

Start a Panther Web Application.

The application should now be accessible as:
http://HOST/servlet/proweb/APPLICATION/SCREEN
(Replace HOST with the name of the host machine, APPLICATION with the name of the Panther application, and SCREEN with the name of the Panther screen).