Changes between Version 6 and Version 7 of Ticket #5


Ignore:
Timestamp:
Dec 17, 2009, 11:59:41 AM (14 years ago)
Author:
yvesm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5 – Description

    v6 v7  
    77  * Test on a commandline : ' mvn -version'
    88  * 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-* directories
     9  * 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
    1010  * 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.
    1111{{{
     
    1313}}}
    1414
    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.
    1616
    1717* Apache conf