Difference between revisions of "Installation"
Line 25: | Line 25: | ||
|- | |- | ||
| [[File:linux.png]] | | [[File:linux.png]] | ||
− | | In case of *nix operating systems, edit the | + | | In case of *nix operating systems, edit the file ''env_GreenV.sh'' under GvEnterprise3.2.0/GvServer/GreenV/bin and set the variables values as follows: |
export JBOSS_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/jboss-5.1.0.GA<br/> | export JBOSS_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/jboss-5.1.0.GA<br/> | ||
+ | export GV_SERVER = $JBOSS_HOME/server/GreenV<br/> | ||
export GV_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/GreenV<br/> | export GV_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/GreenV<br/> | ||
− | export | + | export CLASSPATH = $GV_HOME/xmlconfig<br/> |
export JAVA_HOME = /usr/lib/jvm/java-6-sun | export JAVA_HOME = /usr/lib/jvm/java-6-sun | ||
|} | |} | ||
Line 36: | Line 37: | ||
|- | |- | ||
| [[File:windows.png]] | | [[File:windows.png]] | ||
− | | In case of Microsoft Windows operating systems, edit the file ''env_GreenV.cmd'' | + | | In case of Microsoft Windows operating systems, edit the file ''env_GreenV.cmd'' under GvEnterprise3.2.0/GvServer/GreenV/bin and set the variables values as follows: |
set JBOSS_HOME = C:\GvEnterprise3.2.0\GvServer\jboss-5.1.0.GA<br/> | set JBOSS_HOME = C:\GvEnterprise3.2.0\GvServer\jboss-5.1.0.GA<br/> | ||
+ | set GV_SERVER = %JBOSS_HOME\server\GreenV<br/> | ||
set GV_HOME = C:\GvEnterprise3.2.0\GvServer\GreenV<br/> | set GV_HOME = C:\GvEnterprise3.2.0\GvServer\GreenV<br/> | ||
− | set | + | set CLASSPATH=%GV_HOME%\xmlconfig<br/> |
set JAVA_HOME = C:\SDK\jdk<br/> | set JAVA_HOME = C:\SDK\jdk<br/> | ||
|} | |} |
Revision as of 18:30, 9 February 2012
This section describes the GreenVulcano® ESB installation steps.
Copy the file
- Unzip the file GvEnterprise3.2.0.zip in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.
Environment configuration
Before using GreenVulcano® ESB is necessary to set some environment variables.
- Create the JBOSS_HOME environment variable and set it with the absolute path installation of JBoss;
- Create the GV_HOME environment variable and set it with the absolute path where GreenVulcano® ESB has been installed;
- Create the GV_SERVER environment variable and set it with the absolute path where is the JBoss server of GreenVulcano® ESB;
- Create the JAVA_HOME environment variable and set it with the absolute path where JDK is installed.
Follow the examples below to configure properly the environment variables.
Boot Parameters
In addition to the above variables, the file start_GreenV.sh (or start_GreenV.cmd in Microsoft Windows environments) contains other values for configuring the GreenVulcano® ESB start. A list of these variables is present bellow:
Parameter | Description |
---|---|
JBOSS_HOME | JBoss installation Absolute path |
GV_HOME | GreenVulcano® ESB installation Absolute path |
GV_SERVER | GreenVulcano® ESB JBoss server Absolute path |
JAVA_OPTS | Java Virtual Machine options: Eg: JAVA_OPTS = "-Xmx512M-Xms512M" |
JBOSS_BIND_ADDRESS | Network address on which the JBoss server will be listen. set = 0.0.0.0 for listening on all interfaces |
JBOSS_SERVER_HOSTNAME | JBoss server Hostname |
PREFER_IP_V4_STACK | Uses mapping for the IPv4 addresses |
CONFIGURATION_SERVER_NAME | Name of the server imposed to default |