Hi, we like to run collect and calc on an Ubuntu Server. As we cannot use the bitrocket installers provided without gui we try to directly deploy the collec.war files on a tomcat 7 instance. However, this is currently not working, see logfile below. Are there any information available on how to setup the server to get collect running? What addional files are needed? Which java version (currently we use open-jdk). According to the collect.log file there is an issue to resolve [jdbc]

Any suggestions are welcome!

Greetings Paul

collect.log: Caused by: javax.naming.NameNotFoundException: Name [jdbc/collectDs] is not bound in this Context. Unable to find [jdbc].

asked 27 Nov '15, 16:53

pmagdon's gravatar image

pmagdon
214813
accept rate: 0%


Hi Paul,
you almost completed the configuration of Collect... just other few steps are left.
First of all, Collect works with the only JRE 7+ (JDK is not required).
What is still missing is the "context" configuration file that describes the configuration to the database. You need to create a file called collect.xml inside the folder .../tomcat/conf/Catalina/localhost. An example of this file can be found here: collect.xml and here you can find instructions on how to modify it in order to use Collect with a PostgreSQL database: Collect Server Setup
Let us know if you have any other questions.

Many thanks,
Open Foris Support

permanent link

answered 27 Nov '15, 17:58

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

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

Yes, that solved the issue. Collect is now running on the server!

(30 Nov '15, 18:14) pmagdon pmagdon's gravatar image
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: 27 Nov '15, 16:53

question was seen: 3,318 times

last updated: 30 Nov '15, 18:14