I want to change the IP Addresse in ODKAggregate

I want to change the IP Address of ODK Aggregate without redeploying.
If the IP Address of my server change, I can access TOMCAT Apache Server but
cannot access ODK AGGREGATE.

Is it possible to change the IP Address in ODK Aggregate.

Thanks

Jean de Dieu kayisinga/Rwanda

Jean,

You can, but it's probably going to be a lot easier to run the
installer, change the IP address, and then redeploy. Why isn't that
possible?

Yaw

··· -- Need ODK consultants? Nafundi provides form design, server setup, in-field training, and software development for ODK. Go to https://nafundi.com to get started.

On Thu, Dec 3, 2015 at 1:53 PM, Kayisinga jean de Dieu kayidieu51@gmail.com wrote:

I want to change the IP Address of ODK Aggregate without redeploying.
If the IP Address of my server change, I can access TOMCAT Apache Server but
cannot access ODK AGGREGATE.

Is it possible to change the IP Address in ODK Aggregate.

Thanks

Jean de Dieu kayisinga/Rwanda

--

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.

This is pretty simple, just enter into your webserver directory (i.e if tomcat is your webserver from your tomcat installation)
cd /webapps/ODKAggregate/WEB-INF/lib
you will find ODKAggregate-settings.jar open it with Archive manager edit security.properties file set your ip address and then restart web server. You may need to change permission of the jar to allow edit.
security.server.hostname=192...***

··· On Thursday, December 3, 2015 at 12:53:39 PM UTC+6, Kayisinga jean de Dieu wrote: > I want to change the IP Address of ODK Aggregate without redeploying. > If the IP Address of my server change, I can access TOMCAT Apache Server but > cannot access ODK AGGREGATE. > > Is it possible to change the IP Address in ODK Aggregate.Thanks Jean de Dieu kayisinga/Rwanda

You can prevent this by using either a "static IP" or setting up a Dynamic
DNS name for your server.

https://opendatakit.org/use/aggregate/tomcat-install/#Configure_for_Network_Access

Whenever the IP address changes, you will need to update the server
configuration and restart the Tomcat server to pick up the changes.

The configuration that specifies the IP address is described here:

··· On Wed, Dec 2, 2015 at 10:55 PM, Yaw Anokwa wrote:

Jean,

You can, but it's probably going to be a lot easier to run the
installer, change the IP address, and then redeploy. Why isn't that
possible?

Yaw

Need ODK consultants? Nafundi provides form design, server setup,
in-field training, and software development for ODK. Go to
https://nafundi.com to get started.

On Thu, Dec 3, 2015 at 1:53 PM, Kayisinga jean de Dieu kayidieu51@gmail.com wrote:

I want to change the IP Address of ODK Aggregate without redeploying.
If the IP Address of my server change, I can access TOMCAT Apache Server
but
cannot access ODK AGGREGATE.

Is it possible to change the IP Address in ODK Aggregate.

Thanks

Jean de Dieu kayisinga/Rwanda

--

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.

--

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

If you have a .war file that was exploded, if you directly modify the
exploded files, you should also delete the .war file so that it doesn't
somehow overwrite your modifications.

··· On Sun, Aug 14, 2016 at 8:36 PM, wrote:

On Thursday, December 3, 2015 at 12:53:39 PM UTC+6, Kayisinga jean de Dieu wrote:

I want to change the IP Address of ODK Aggregate without redeploying.
If the IP Address of my server change, I can access TOMCAT Apache Server
but
cannot access ODK AGGREGATE.

Is it possible to change the IP Address in ODK Aggregate.Thanks Jean de
Dieu kayisinga/Rwanda

This is pretty simple, just enter into your webserver directory (i.e if
tomcat is your webserver from your tomcat installation)
cd /webapps/ODKAggregate/WEB-INF/lib
you will find ODKAggregate-settings.jar open it with Archive manager edit
security.properties file set your ip address and then restart web server.
You may need to change permission of the jar to allow edit.
security.server.hostname=192...***

--

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

Thanks everyone.. it was helpful...

··· On Monday, August 15, 2016 at 9:45:04 PM UTC+5, Mitch Sundt wrote: > > If you have a .war file that was exploded, if you directly modify the > exploded files, you should also delete the .war file so that it doesn't > somehow overwrite your modifications. > > On Sun, Aug 14, 2016 at 8:36 PM, <sohel....@gmail.com > wrote: > >> On Thursday, December 3, 2015 at 12:53:39 PM UTC+6, Kayisinga jean de Dieu wrote: >> > I want to change the IP Address of ODK Aggregate without redeploying. >> > If the IP Address of my server change, I can access TOMCAT Apache >> Server but >> > cannot access ODK AGGREGATE. >> > >> > Is it possible to change the IP Address in ODK Aggregate.Thanks Jean de >> Dieu kayisinga/Rwanda >> >> This is pretty simple, just enter into your webserver directory (i.e if >> tomcat is your webserver from your tomcat installation) >> cd /webapps/ODKAggregate/WEB-INF/lib >> you will find ODKAggregate-settings.jar open it with Archive manager edit >> security.properties file set your ip address and then restart web server. >> You may need to change permission of the jar to allow edit. >> security.server.hostname=192.***.***.*** >> >> -- >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@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...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >