Hi Biplab,
This is not the standard way to use Collect, so if you need to do it you have to be a sort of "advanced" user.
Collect is a standard web application that can run in a Tomcat or Jetty application server, so if you need it you have to have two different installations of Tomcat running on two different ports.
We provide an archive containing Tomcat and Collect already preconfigured, you can download this file from here.
Once you downloaded this file, you have to:
- unzip it in the location you prefer;
- duplicate the file tomcat/conf/server.xml
into a server.xml.bck to have a backup copy and open it with a text editor;
- locate the section "... Connector port"8080" ..."
and change the value 8080 with the port number you prefer (be sure that the port is not already in use by some other process);
- modify the file tomcat/conf/Catalina/localhost/collect.xml
and add your database connection parameters;
- start the Tomcat instance using the Start and Stop scripts inside collect-server
folder
Please note that in this way you need to have Java Runtime Environment installed (you can download it for free from www.java.com website).
Many thanks and let us know if it fits your needs.
Open Foris Team
answered
16 Nov '17, 10:03
Stefano (OF) ♦♦
4.8k●1●1●9
accept rate:
19%