ReadMe:
Sav ZServer 5.3 2003/06
Copyright (c) 1999-2003 Technopoles-M
Built on the Sav Processor 6.1 (c)
1997-2003 Technopoles-M, and Sav ZAPI 5.3 (c) 1998-2003 Technopoles-M
Includes Sav ZAPI 5.3 (c) 1998-2003
Technopoles-M
Extends Sav ZBase 5.3
(c) 1998-2003 Technopoles-M
Compatible with Sav ZServer
5.2 (c) 1998-2003 Technopoles-M
TOOLS
-
Web server multi-user extensions (servlets) called from Web browser:
-
Navigator, provides Web navigation in Z database ("navigate"
service).
-
Importer, provides import to Z database from tabular file
or catalog ("import" service).
-
Exporter, provides export from Z database to tabular file
or catalog ("export" service).
-
Recorder, provides HTML-forming database ("record" service).
-
Sav ZAPI interface with database for Java programmers.
REQUIREMENTS
-
Win32 or UNIX
-
RAM: 32MB
-
Java Development Kit 1.1.8 or later (JDK). See http://java.sun.com/products/jdk/.
-
Web Server with Java Servlet 2.0 or later. See http://java.sun.com/products/servlet/.
FILES
lib/
|
Java classes
|
doc/ |
Documentation in html format |
demo/ |
Examples: tabular (*.tab) data, Z databases
(*.ass), html pages (*.html) |
help/, images/ |
Auxiliary files |
INSTALLING
-
Install any Web server with Java servlet engine (http://java.sun.com/products/servlet/industry.html),
assure that it's examples are running.
-
Unpack and copy savzs directory in Web server host's document
root directory.
-
Set up CLASSPATH=<root>/savzs/lib/savs.jar;<root>/savzs/lib/savza.jar
Example for standalone Tomcat Web Server (http://jakarta.apache.org/downloads/binindex.html)
-
Assure that Tomcat's demo servlets are running. It needs:
%JAVA_HOME% variable
%JAVA_HOME%\lib\tools.jar
file
%TOMCAT_HOME% variable
-
Unpack and copy savzs directory in <Tomcat>\webapps\ROOT.
-
Set up in <Tomcat>\bin\tomcat.bat:
set CLASSPATH=... %TOMCAT_HOME%\webapps\ROOT\savzs\lib\savs.jar;
%TOMCAT_HOME%\webapps\ROOT\savzs\lib\savza.jar
STARTING
-
Start Web server.
-
Start Web browser and open (for stand-alone mode, <hostname> = localhost:8080):
Importer
http://<hostname>/servlet/Sav.Server.Importer?db=demo/Common.ass&f=demo/Common
Navigator
http://<hostname>/servlet/Sav.Server.Navigator?db=demo/Common.ass
Exporter
http://<hostname>/servlet/Sav.Server.Exporter?db=demo/Common.ass&f=demo/Common1
Recorder
http://<hostname>/savzs/Record.html
NOTES
Z database desktop development tools, Sav
ZBase, are available for download and may be used separately.
INTERNATIONALIZATION
-
Java char encoding: correct script files (*.bat, ...) which starting
Java,
java -Dfile.encoding=<charset> ...
. See
documentation of
JDK.
-
Java server's font: adapt font.properties file in
<java>/lib.
-
Web browser's font: set encoding menu.
Technopoles-M
http://savtechno.com