//////////////////////////////////////////////////////////////////// // // CD Catalogue sample application // // Filename: "readme_first.txt" // // Description: The CD Catalogue sample application shows how D2R MAP and JSP are used // together to publish product data from a relational database as HTML pages including // an RDF representation of the data. // // // // Copyright (c) 2003 Daniel Westphal (mail@d-westphal.de), Chris Bizer (chris@bizer.de) // ////////////////////////////////////////////////////////////////////// INSTALLATION 1. save the cd-cat.war file to a local directory or to the tomcat webapps direcory 2. deploy the war package on the the tomcat server (the easiest way is to save it local and use the Tomcat HTML Manager Interface to upload and deploy the war-file in one step) 3. edit the source file index.jsp lines 19 & 20: change the value for "d2rMapLocation" to /webapps/cd-cat/_includes/eShopDB.Map.d2r.xml path. change the value for "d2rMaxAge" to the maximum amount of milliseconds after the model is reloaded. 4. Add the following ODBC System DSN to your server system: source name: "eShopDB" MS Access File: /webapps/cd-cat/_includes/eShopDB.mdb point you browser to the following URL: http://:/cd-cat/