pcsfw - Install

For installation do the following:

  1. Download pcstoolkit.war and deploy it at your webserver.
  2. Configure your WEB-INF/web.xml and set the init parameters for the ControllerServlet. Set the absolute path to the pcstoolkit configuration file, usually WEB-INF/pcs.xml and define an appropiate server mapping for the Controller Servlet.
  3. Set the absolute paths to the directories where the XSL-files are in in your pcs.xml. One of this directories is usually WEB-INF/xslt.
  4. Point your browser to http://yourserver/pcstoolkit/pcs/pcs.base.info and see if you get something like on Spieleck.
  5. If you should not get a similar page:
    Don't Panic!
    Check if a XML parser and a XSLT processor is in your classpath and works on your server and in the pcstoolkit web application. If you have activated the use of JTidy make sure that JTidy.jar is in your classpath, too.
  6. If it still doesn't work, contact me via the pcstoolkit page at sourceforge.

$Id: install.html,v 1.5 2003/01/20 20:49:29 pcs_org Exp $