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. |
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:
name | contains |
proweb.jar | servlet class files |
proweb.java | sample source code |
filtered.java | sample source code |
prowebjni.dll | servlet native code (MS Windows only) |
libprowebjni.so | servlet 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).