; ; $Id$ ; INSTALL ------- If you want to be able to compile this on your own system you will need to make sure you have the classes of JWSDP 1.3 in your classpath. You should change the "jwsdp.root" property to the directory where you installed JWSDP 1.3. Installing the webservice ------------------------- 1. Set the "jwsdp.root" property to the correct JWSDP 1.3 directory 2. Use ant "deploy" to generate a deployable WAR file. 3. Deploy the WAR (build/doc/storews.war) file using the Tomcat manager client, or drop it in the webapps directory of Tomcat. 4. Restart Tomcat. 5. Browse to http://localhost:8080/storews/storews to see if it works! Installing the webclient ------------------------ To facilitate easy testing this service has an integrated webclient. To install this, please first follow steps 1-5 of "Installing the webservice". 6. Use ant "client" to generate and compile the client classes. 7. Use ant "deploy" to generate a deployable WAR file. 8. Deploy the WAR (build/doc/storews.war) file using the Tomcat manager client, or drop it in the webapps directory of Tomcat. 9. Restart Tomcat. NOTE: Do not try to shorten the steps for installing the webclient, if you do your installation will probably be broken! --END