Installing Java WinWin 1.2
-
Requirements
-
Downloading Files
-
client.tar
- tar file of Java class files for client program
-
vwinwin.gz
- binary executable for virtual winwin program ( Solaris Version )
-
run-vwinwin
- cgi shell script program
-
Directory paths that you need to know before installation
-
WINWINHOME-PATH
-
HTTP-SERVER-ROOT-PATH
-
HTTP-SERVER-DOC-ROOT-PATH
-
Installing Java WinWin
-
Go to the directory you downloaded files and unzip each file.
% cd download-dir-path
% gzip -d vwinwin.gz
-
Change attributes of file
% chmod uog+rx vwinwin
% chmod ugo+rx run-vwinwin
-
Move or copy virtual winwin executableand DB sever to winwin directory
% mv vwinwin WINWINHOME-PATH/bin
- or -
% cp vwinwin WINWINHOME-PATH/bin
-
Move or copy cgi shell script to HTTP server cgi-bin directory
% mv run-vwinwin HTTP-SERVER-ROOT-PATH/cgi-bin
- or -
% cp run-vwinwin HTTP-SERVER-ROOT-PATH/cgi-bin
-
Move or copy client.tar file to the HTTP document root directory
% mv client.tar HTTP-SERVER-DOC-ROOT-PATH
- or -
% cp client.tar HTTP-SERVER-DOC-ROOT-PATH
-
Expand client tar file to the HTTP document root directory
% cd HTTP-SERVER-DOC-ROOT-PATH
% tar -xvf client.tar
-
Modify files according to your WINWIN environment
-
HTTP-SERVER-ROOT-PATH/cgi-bin/run-vwinwin
Sample
-
HTTP-SERVER-DOC-ROOT-PATH/winwin_client/winwin.html
Sample
-
To use existing project in the database, change mode of windb files
% chmod go+w windb_file
-
Executing Java WinWin 1.2
-
Check your db_server is running
-
Browse the URL http://your-HTTP-server/winwin_client/winwin.html
-
Wait until downloading is done
-
Click Start Winwin button
-
Enter your login name
-
Play with Java WinWin
-
Questions?
-
Installation Trouble-shooting
-
Send mail to joolee@sunset.usc.edu
Last Modified 4-13-98