Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] Enhancements needed on M5 Build

Items defined in the "config.ini" are available for reference as system
properties (not environment variables).

The lookup of the value of CORONA_CONFIG_HOME actually checks system
properties first, than environment variables.

So, there are 3 ways to define the value of CORONA_CONFIG_HOME:
1) in config.ini
2) as a JVM parameter (-DCORONA_CONFIG_HOME=...)
3) as an operating system environment variable

The use of a system property (defined either in config.ini or JVM
parameter) is used to override the default setting of the environment
variable.

The documentation that states it should be defined (only) as an
environment variable is out-of-date and does not include the lookup
reference to system properties.

Since the use of "config.ini" is convenient way to define system
properties for use as configuration parameters, it is likely that
CORONA_CONFIG_HOME will be defined within this configuration file.

So, to answer Glenn's original request to use an environment variable to
set the value of CORONA_CONFIG_HOME within config.ini, I would suggest
that it be commented out of config.ini.  This will force the lookup of
its value to use the environment variable.


-----Original Message-----
From: corona-dev-bounces@xxxxxxxxxxx
[mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Kaczmarek, Pawel
Sent: Tuesday, November 07, 2006 6:19 AM
To: Corona development
Subject: RE: [corona-dev] Enhancements needed on M5 Build

Installation instruction says that CORONA_CONFIG_HOME should be set as
an environment variable. It should be removed from config.ini.

CORONA_CONFIG_HOME can not point to a relative directory, as far as I
know. Current configuration requires an absolute path.

I think we should distribute corona plugins only. Other plugins can be
downloaded from Eclipse www. Then the download is faster. User needs to
download other packages even if we include ECF and Equinox jars.

WTP-all-in-one contains org.apache.axis_1.3.0.v200608161946, but we
require axis_2. I'll add a notice on Installation_Istruction page on
wiki.

-----Original Message-----
From: corona-dev-bounces@xxxxxxxxxxx on behalf of Everitt, Glenn
Sent: Mon 11/6/2006 11:36 PM
To: Corona development
Subject: [corona-dev] Enhancements needed on  M5 Build
 
*The line below in config.ini in org.eclipse.corona.server-M20061106.zip
file 

located at \eclipse\configuration\config.ini has a hard coded path:

 

CORONA_CONFIG_HOME=/home/releng/corona_1.0.0M5/eclipse/workspace/corona_
config_home

 

Could this be made an environment variable so people setting up Corona
do not have to edit this file?

 

*Could we point the directory <CORONA_CONFIG_HOME> in config.ini to
eclipse\plugins\org.eclipse.corona.container.config_0.4.0\examples where
the sample Containers are?

 

*I thought we would include the minimum set of eclipse plugin required
for Corona Collaboration Server execution as part of the
org.eclipse.corona.server-xxxxxxx.zip file. We cannot include the
anything with IP restrictions but I think that is relatively few plugins
that have to managed separately in any case. But I think we can include
the:

- ECF plugins

- OSGi extension plugins (http, event, logging)

 

*All of the plugins need their versions updated to _0.5.0

 

*I thought we were going to a small ant task to startup Corona Server?

 

 

*Missing Lib folders - Wiki says to put them into lib folder.

org.apache.axis2 - doesn't have a lib folder

org.apache.axis2.codegen - doesn't have a lib folder

org.apache.axis2.security.tokenserver - doesn't have a lib folder

org.apache.axis2.security.tokenserver - doesn't have a lib folder

org.apache.ws.security - doesn't have a lib folder

org.apache.log4j_1.2.13 - wiki references this plugin but I can't find
it in our distribution or in WTP distribution

 

Wiki suggests using WTP all-in-one distribution but....

org.apache.axis_1.3.0.v200608161946\lib  - is part of WTP all-in-one
distribution could be confusing which one should be used.

The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please notify
us immediately and then destroy it. 



Back to the top