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

Dear Zura,
Can you give us some more details? In tomcat/logs folder there should be a Catalina.log file that should give you more information about the problem.
Thanks,
Open Foris Team

permanent link

answered 11 Jun '18, 09:14

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

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

collect war file can't start in tomcat "FAIL - Application at context path [/collect-webapp-3.22.1] could not be started"

what is problem?

permanent link

answered 09 Jun '18, 10:20

zurabogveli's gravatar image

zurabogveli
111
accept rate: 0%

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,414 times

last updated: 20 Apr '22, 16:05