Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. copy <frevvo install dir>\frevvo\ext\connectors\pve.war to <frevvo install dir>\frevvo\tomcat\webapps
  2. If your are sending your form submissions to ImageSilo  then the connector requires no further configuration
  3. If you are submitting to a local installation of PaperVision then edit the connector's web.xml to configure the local URL path. Replace login.imagesilo.com with the host:port of your PaperVison installation.

...

Code Block
<context-param>         
        <param-name>frevvo.pve.login.url</param-name> <param-value>https://login.imagesilo.com/HTTPInterface.asp</param-value> </context-param>

In your browser, go to: http://<server-name>[:port]/pve/test. You should see a message "Your PVE Connector request was successfully handled." This means the connector is properly installed.

Live Forms V5

A Doc Action Wizard steps you thru the process of connecting your form to PaperVision.

...

  1. Enter your PaperVision/ImageSilo entity, username and password and click the login button
  2. The wizard connects to your account and now displays a dropdown with all your PaperVision/ImageSilo projects
  3. Select the project where you want to save the form submission
  4. Select the image type: PDF, TIFF, JPG, or PNG. # Select if you want to store the xml data document in addition to the form image document
  5. Click Next

For Live Forms In In-house users, if the TIFF option doesn't appear you have not yet installed the TIFF software into your Live Forms installation installation.

  1. The wizard connects to your selected project and retrieves the list of key index fields from PaperVision/ImageSilo
  2. Map each PaperVision/ImageSilo key index field to a field on your Live Forms form. The dropdown contains a list of all the form fields listed by field name (not field label).
  3. Click Finish

...