Changes between Version 6 and Version 7 of Ticket #5
- Timestamp:
- 12/17/09 11:59:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5 – Description
v6 v7 7 7 * Test on a commandline : ' mvn -version' 8 8 * Create the war file : 'cd' to directory .../geoprisma/trunk/lib/externals/mapfish-print/; you should find a bunch of subdirectories there (print-lib, print-servlet, print-standalone) as well as the POM.xml file that Maven requires; the POM file there references the three POM files found in subdirectories, one of which (print-servlet) generates a war; the other two generate a jar 9 * At the prompt type : 'mvn clean install'; once you do that, you will get a bunch of 'target' directories in the print-* directories9 * At the prompt type : 'mvn clean install'; once you do that, you will see a whole lot of files being downloaded and ultimately you'll get a bunch of 'target' directories in the print-* directories 10 10 * Deploy the war file in a Tomcat container : in the .../print-servlet/target directory, grab the .war file and copy it to your Tomcat/web; if your Tomcat is running, you should see a new directory created in the web directory and you can use it as a url from your root Tomcat url, e.g. 11 11 {{{ … … 13 13 }}} 14 14 15 where '!http://localhost:9998/' is the Tomcat root and 'print-servlet-1.2-SNAPSHOT' is the newly created directory 15 where '!http://localhost:9998/' is the Tomcat root and 'print-servlet-1.2-SNAPSHOT' is the newly created directory. If everything went fine, clicking on the "Print" button at the bottom of the page should pop back a PDF file. 16 16 17 17 * Apache conf