Installation
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.
- Configure the JBOSS_HOME environment variable and set it with the absolute path installation of JBoss;
- Configure the GV_HOME environment variable and set it with the absolute path where GreenVulcano® ESB has been installed;
- Configure the GV_SERVER environment variable and set it with the absolute path where is the JBoss server of GreenVulcano® ESB;
- Configure 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 |
---|---|
JB_OPTS | JBoss server options. -Djboss.service.binding.set=ports-default -Djboss.partition.name=GreenVPartition -Djboss.bind.address=0.0.0.0 -Dbind.address=localhost -Djava.net.preferIPv4Stack=true -Djava.rmi.server.hostname=localhost |
GV_OPTS | GreenVulcano® ESB options. -Dgv.app.home=$GV_HOME -Dit.greenvulcano.util.xpath.search.XPathAPIFactory.cfgFileXPath=GVCore.xml|/GVCore/GVXPath/XPath -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl -Djxl.nogc=true -Dit.greenvulcano.log.db.JDBCAppender.logState=false -Dgv.pop.uidcache.manager=it.greenvulcano.gvesb.virtual.pop.uidcache.MemoryUIDCacheManager -Dit.greenvulcano.util.thread.BaseThread.dumpInstCount=true -Dit.greenvulcano.util.thread.BaseThread.dumpCreateStack=false |
JAVA_OPTS | Java Virtual Machine options: -Xms512M -Xmx1024M -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled |