Sokrates Documentation - Installation

Prerequisites: an installed Java runtime (available from http://java.sun.com) and a running Xitami instance.
  1. Download the current version from the Sokrates homepage
  2. Extract the Zip file to an empty directory
  3. Start or click on runner.cmd (Windows 98 users must rename all .cmd files to .bat, *nix users will know what to do).
You should see this in your console:

[C:\runner]jre -cp runner.jar;javax.jar net.conacom.servletrunner.main.Runner
11.06.2002 13:21:13.3995 S 'mydemo[1/3]' net.conacom.servletrunner.util.TestServlet: init
11.06.2002 13:21:14.4175 S 'mydemo[2/3]' net.conacom.servletrunner.util.TestServlet: init
11.06.2002 13:21:14.4292 S 'mydemo[3/3]' net.conacom.servletrunner.util.TestServlet: init


Now start your browser and point it to http://127.0.0.1/demo and test the functionality.

Not working ?
If you don't see any error message in the console window, try http://localhost/demo. Or your computer is listening to a total different IP adress. If you don't know your IP, ask your Administrator.
 << Main <<     >> Stopping and Restarting >>
Main - Installation - Stopping and Restarting - Adding New Servlets - Better Structures - How does it work ?Sessions -