Hi all,
I'm trying to get odk aggregate working on a free online tomcat server (open shift). I have installed tomcat 6.0 and postgresql. I can also get the .war file in the tomcat set up, and it also deploys. But then i can't enter it. Probably something goes wrong while setting up the .war file. What should I enter if I'm asked to the ports and to the IP-Address or DNS name? The url where tomcat is installed? (or is this more an openshift question?)
You need to specify the hostname and port as it would be exposed by
OpenShift
Also, first get everything working without the certificate (plain HTTP)
then get things working with the certificate.
So within the OpenShift infrastructure, you might have been given a machine
instance name (making this up) of:
ea2342.openshift.com
(that's the particular piece of hardware that you SSH to and configure).
And your Tomcat server may be configured to server data on ports 8080 and
8443
But this hardware might be exposed to the world with a DNS name of:
myorg.openshift.com
and you may have configured iptables or another firewall app to remap and
expose the Tomcat ports as the HTTP/HTTPS standard ports 80 and 443.
In that case, you would specify during the ODK Aggregate install:
hostname: myorg.openshift.com
port: 80
secure port: 443
ยทยทยท
On Tue, Feb 3, 2015 at 5:25 AM, lennert wrote:
Hi all,
I'm trying to get odk aggregate working on a free online tomcat server
(open shift). I have installed tomcat 6.0 and postgresql. I can also get
the .war file in the tomcat set up, and it also deploys. But then i can't
enter it. Probably something goes wrong while setting up the .war file.
What should I enter if I'm asked to the ports and to the IP-Address or DNS
name? The url where tomcat is installed? (or is this more an openshift
question?)
--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en
You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com