3
1

Dear all,
If you want to use Collect in a multi-user environment, you can think about installing it in a server accessible remotely (or in the same local network) from different client computers.
Collect is just a web application that runs in a Application Server (e.g. Apache Tomcat).
You need to follow these steps:

  • install Apache Tomcat 9 application server (Tomcat 10 is not supported yet):
  • install Java Runtime Environment (JRE) 8+ (download Java)
  • install PostgreSQL 8+ (download PostgreSQL)
  • create an empty database called "collect"
  • download:
  • the latest version of the PostgreSQL JDBC driver
  • the latest version of the SQLite JDBC driver
  • put them into tomcat/libs folder
  • download the latest version of the Collect war file
  • put the war file into the tomcat/webapps folder and rename it into collect.war
  • download the sample collect.xml file
  • modify it with the correct database connection parameters
  • put it inside tomcat/conf/Catalina/localhost

Update a multi-user installation of Collect
If you have already installed Collect for a multi-user environment and you want to update it to the latest version, follow these steps:

  • shutdown Tomcat
  • take a full backup of your database (if you are using PostgreSQL, use PGAdmin and take a backup with Custom format)
  • move the file collect.war that is inside the tomcat/webapps folder into another location outside of the Tomcat folder
  • download the latest version of the Collect war file
  • put it inside tomcat/webapps folder and rename it into collect.war
  • startup Tomcat

Open Foris Team

asked 07 Jun '18, 13:15

Stefano%20%28OF%29's gravatar image

Stefano (OF) ♦♦
4.7k19
accept rate: 20%

edited 20 Apr '22, 16:05


« previous12

Please can you help me how to do Open Foris update for multiuser?? It's the same like for one user (on the administration panel??)

Regards!

permanent link

answered 29 Jan '19, 08:14

ervinadurres's gravatar image

ervinadurres
214
accept rate: 0%

Dear Ervina,
We have added even the instructions on how to update an existing installation of Collect.
Many thanks,
Open Foris Team

permanent link

answered 29 Jan '19, 09:43

Stefano%20%28OF%29's gravatar image

Stefano (OF) ♦♦
4.7k19
accept rate: 20%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×493

question asked: 07 Jun '18, 13:15

question was seen: 9,392 times

last updated: 20 Apr '22, 16:05