You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "Coscend@OM" <OM...@Coscend.com> on 2016/08/09 04:41:03 UTC

Change Default Configuration Values Prior to Compiling

Dear Fellow OpenMeetings Developers,

 

Prior to compiling, we wanted to include a different set of default
Configuration values of parameters such as smtp_port, smtp_server.  For
example, 

Current default value: smtp_server = localhost

We want to include:  smtp_server = [ourdomain.com]

 

We have input our new values in
"~openmeetings-server/src/site/xdoc/GeneralConfiguration.xml". 

Then, we compiled.

When we installed it, it still has the previous default values, i.e.,
smtp_server=localhost.  We were expecting smtp_server = [ourdomain.com].

 

Is there some other file we need to change prior to compiling?

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site:  <http://www.coscend.com/> www.Coscend.com 

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
Messages from Coscend Communications Solutions' posted at:
<http://www.coscend.com/Terms_and_Conditions.html>
http://www.Coscend.com/Terms_and_Conditions.html 

 

 


Re: Change Default Configuration Values Prior to Compiling

Posted by Maxim Solodovnik <so...@gmail.com>.
This file: ~openmeetings-server/src/site/xdoc/GeneralConfiguration.xml is
only for documentation
The "real" values are being stored
in org.apache.openmeetings.installation.ImportInitvalues
and org.apache.openmeetings.installation.InstallationConfig


On Wed, Aug 10, 2016 at 10:50 AM, Coscend@OM <OM...@coscend.com>
wrote:

> Dear OM Developers,
>
> We are not doing any alternative OM build.  We are using the same 3.1.2
> OM-snapshot from Jenkins.
>
> But, we have
> 1. introduced 3 new Configuration Parameters in Administration panel.
> Before compiling, we added default values for these parameters in the file
> "~openmeetings-server/src/site/xdoc/GeneralConfiguration.xml".
> 2. changed the value of smtp_port from 25 to 80.
>
> After compilation, it does not show the new parameters and their default
> values.  Are we missing something?  Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> Web site: www.Coscend.com
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
>
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Tuesday, August 9, 2016 3:52 AM
> To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
> Subject: Re: Change Default Configuration Values Prior to Compiling
>
> I don't clearly understand your goals
>
> in case you need to set something on clean system you can use command line
> admin [1] In case you need to upgrade you can use backup/restore [2] (both
> UI and command line)
>
> Are you creating alternative OM bundle?
>
> [1] http://openmeetings.apache.org/CommandLineAdmin.html
> [2] http://openmeetings.apache.org/Upgrade.html
>
> On Tue, Aug 9, 2016 at 11:41 AM, Coscend@OM <OM...@coscend.com>
> wrote:
>
> > Dear Fellow OpenMeetings Developers,
> >
> >
> >
> > Prior to compiling, we wanted to include a different set of default
> > Configuration values of parameters such as smtp_port, smtp_server.
> > For example,
> >
> > Current default value: smtp_server = localhost
> >
> > We want to include:  smtp_server = [ourdomain.com]
> >
> >
> >
> > We have input our new values in
> > "~openmeetings-server/src/site/xdoc/GeneralConfiguration.xml".
> >
> > Then, we compiled.
> >
> > When we installed it, it still has the previous default values, i.e.,
> > smtp_server=localhost.  We were expecting smtp_server = [ourdomain.com].
> >
> >
> >
> > Is there some other file we need to change prior to compiling?
> >
> >
> >
> > Thank you.
> >
> >
> >
> > Sincerely,
> >
> >
> >
> > Hemant K. Sabat
> >
> >
> >
> > Coscend Communications Solutions
> >
> > Web site:  <http://www.coscend.com/> www.Coscend.com
> >
> > ------------------------------------------------------------------
> >
> > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> > Messages from Coscend Communications Solutions' posted at:
> > <http://www.coscend.com/Terms_and_Conditions.html>
> > http://www.Coscend.com/Terms_and_Conditions.html
> >
> >
> >
> >
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2016.0.7690 / Virus Database: 4633/12779 - Release Date: 08/09/16
>
>


-- 
WBR
Maxim aka solomax

RE: Change Default Configuration Values Prior to Compiling

Posted by "Coscend@OM" <OM...@Coscend.com>.
Dear OM Developers,

We are not doing any alternative OM build.  We are using the same 3.1.2 OM-snapshot from Jenkins.  

But, we have 
1. introduced 3 new Configuration Parameters in Administration panel.  Before compiling, we added default values for these parameters in the file "~openmeetings-server/src/site/xdoc/GeneralConfiguration.xml".  
2. changed the value of smtp_port from 25 to 80.

After compilation, it does not show the new parameters and their default values.  Are we missing something?  Thank you.

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com 
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 


-----Original Message-----
From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Tuesday, August 9, 2016 3:52 AM
To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
Subject: Re: Change Default Configuration Values Prior to Compiling

I don't clearly understand your goals

in case you need to set something on clean system you can use command line admin [1] In case you need to upgrade you can use backup/restore [2] (both UI and command line)

Are you creating alternative OM bundle?

[1] http://openmeetings.apache.org/CommandLineAdmin.html
[2] http://openmeetings.apache.org/Upgrade.html

On Tue, Aug 9, 2016 at 11:41 AM, Coscend@OM <OM...@coscend.com> wrote:

> Dear Fellow OpenMeetings Developers,
>
>
>
> Prior to compiling, we wanted to include a different set of default 
> Configuration values of parameters such as smtp_port, smtp_server.  
> For example,
>
> Current default value: smtp_server = localhost
>
> We want to include:  smtp_server = [ourdomain.com]
>
>
>
> We have input our new values in
> "~openmeetings-server/src/site/xdoc/GeneralConfiguration.xml".
>
> Then, we compiled.
>
> When we installed it, it still has the previous default values, i.e., 
> smtp_server=localhost.  We were expecting smtp_server = [ourdomain.com].
>
>
>
> Is there some other file we need to change prior to compiling?
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site:  <http://www.coscend.com/> www.Coscend.com
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail 
> Messages from Coscend Communications Solutions' posted at:
> <http://www.coscend.com/Terms_and_Conditions.html>
> http://www.Coscend.com/Terms_and_Conditions.html
>
>
>
>
>
>


--
WBR
Maxim aka solomax



-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7690 / Virus Database: 4633/12779 - Release Date: 08/09/16


Re: Change Default Configuration Values Prior to Compiling

Posted by Maxim Solodovnik <so...@gmail.com>.
I don't clearly understand your goals

in case you need to set something on clean system you can use command line
admin [1]
In case you need to upgrade you can use backup/restore [2] (both UI and
command line)

Are you creating alternative OM bundle?

[1] http://openmeetings.apache.org/CommandLineAdmin.html
[2] http://openmeetings.apache.org/Upgrade.html

On Tue, Aug 9, 2016 at 11:41 AM, Coscend@OM <OM...@coscend.com> wrote:

> Dear Fellow OpenMeetings Developers,
>
>
>
> Prior to compiling, we wanted to include a different set of default
> Configuration values of parameters such as smtp_port, smtp_server.  For
> example,
>
> Current default value: smtp_server = localhost
>
> We want to include:  smtp_server = [ourdomain.com]
>
>
>
> We have input our new values in
> "~openmeetings-server/src/site/xdoc/GeneralConfiguration.xml".
>
> Then, we compiled.
>
> When we installed it, it still has the previous default values, i.e.,
> smtp_server=localhost.  We were expecting smtp_server = [ourdomain.com].
>
>
>
> Is there some other file we need to change prior to compiling?
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site:  <http://www.coscend.com/> www.Coscend.com
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> <http://www.coscend.com/Terms_and_Conditions.html>
> http://www.Coscend.com/Terms_and_Conditions.html
>
>
>
>
>
>


-- 
WBR
Maxim aka solomax