<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gvwiki.greenvulcano.com/gvwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=N.decarlo</id>
	<title>GreenVulcano Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://gvwiki.greenvulcano.com/gvwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=N.decarlo"/>
	<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Special:Contributions/N.decarlo"/>
	<updated>2026-04-13T08:35:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.7</generator>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installation&amp;diff=3984</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installation&amp;diff=3984"/>
		<updated>2013-03-10T22:11:19Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section describes how install {{GVESB}} using the new GreenVulcano Universal Installer or the manual installation process.&lt;br /&gt;
&lt;br /&gt;
'''Install using GreenVulcano Universal Installer'''&lt;br /&gt;
# Unzip the file ''Installer_GvServer-3.3.0.Final'' archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.&lt;br /&gt;
# Run the GreenVulcano Universal Installer: [[Installer Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Manual installation process'''&lt;br /&gt;
# Unzip the file ''GvServer-3.3.0.Final-Full'' archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.&lt;br /&gt;
# Setup your {{GVESB}} : [[Manual Installation]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Manual_Installation&amp;diff=3983</id>
		<title>Manual Installation</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Manual_Installation&amp;diff=3983"/>
		<updated>2013-03-10T22:11:02Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section describes the {{GVESB}} installation steps on systems unsupported by the GreenVulcanoUniversalInstaller or when you are unable to run it.&lt;br /&gt;
&lt;br /&gt;
'''Copy the file'''&lt;br /&gt;
# Unzip the file ''GvServer-3.3.0.Final-Full'' in any directory on the server where you plan to install the software. To avoid potential problems the installation path and the JAVA_HOME MUST NOT contain spaces.&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[File:linux.png]] || In case of *nix operating systems, you can choose to create an installation directory for {{GVESB}} into the user's home directory (ex. /home/gvuser), or paths established by the System Administrators (ex. /opt). Navigate to the directory chosen for installation and decompress the file with the command:&lt;br /&gt;
extract GvServer-3.3.0.Final-Full&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[File:windows.png]] || In case of Windows operating systems, you should unpack the ZIP file to a directory editable by the user, used to run {{GVESB}}. It is recommended NOT to use spaces in the directory name. Navigate to the directory chosen for installation and decompress the file using a program compatible with the GNU zip compression format.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Environment configuration'''&lt;br /&gt;
&lt;br /&gt;
Before using {{GVESB}} is necessary to set some environment variables.&lt;br /&gt;
# Configure the JBOSS_HOME environment variable with the absolute path installation of JBoss;&lt;br /&gt;
# Configure the GV_HOME environment variable with the absolute path where {{GVESB}} has been installed;&lt;br /&gt;
# Configure the GV_SERVER environment variable with the absolute path where is the JBoss server of {{GVESB}};&lt;br /&gt;
# Configure the JAVA_HOME environment variable with the absolute path where JDK is installed.&lt;br /&gt;
&lt;br /&gt;
Follow the examples below to configure properly the environment variables.&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:linux.png]]&lt;br /&gt;
| In case of *nix operating systems, edit the file ''env_scripts.sh'' under GvEnterprise3.3.0/GvServer/GreenV/bin and set the  variables values as follows:&lt;br /&gt;
&lt;br /&gt;
export JBOSS_HOME = /home/gvuser/GvEnterprise3.3.0/GvServer/jboss-5.1.0.GA&amp;lt;br/&amp;gt;&lt;br /&gt;
export GV_SERVER  = $JBOSS_HOME/server/GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
export GV_HOME = /home/gvuser/GvEnterprise3.3.0/GvServer/GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
export CLASSPATH = $GV_HOME/xmlconfig&amp;lt;br/&amp;gt;&lt;br /&gt;
export JAVA_HOME = /usr/lib/jvm/java-6-sun&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:windows.png]]&lt;br /&gt;
| In case of Microsoft Windows operating systems, edit the file ''env_scripts.cmd'' under GvEnterprise3.3.0/GvServer/GreenV/bin and set the variables values as follows:&lt;br /&gt;
&lt;br /&gt;
set JBOSS_HOME = C:\GvEnterprise3.3.0\GvServer\jboss-5.1.0.GA&amp;lt;br/&amp;gt;&lt;br /&gt;
set GV_SERVER = %JBOSS_HOME\server\GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
set GV_HOME = C:\GvEnterprise3.3.0\GvServer\GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
set CLASSPATH = %GV_HOME%\xmlconfig&amp;lt;br/&amp;gt;&lt;br /&gt;
set JAVA_HOME = C:\SDK\jdk&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Boot Parameters'''&lt;br /&gt;
&lt;br /&gt;
In addition to the above variables, the file ''gvstart.sh'' (or ''gvstart.cmd'' in Microsoft Windows environments) contains other values for configuring the {{GVESB}} start. A list of these variables is present bellow:&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Parameter  &lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
| JB_OPTS&lt;br /&gt;
| JBoss server options. &amp;lt;br/&amp;gt;-Djboss.partition.name=GreenVPartition &amp;lt;br/&amp;gt;-Djboss.service.binding.set=ports-default &amp;lt;br/&amp;gt;-Djboss.bind.address=0.0.0.0 &amp;lt;br/&amp;gt;-Dbind.address=localhost &amp;lt;br/&amp;gt;-Djava.net.preferIPv4Stack=true &amp;lt;br/&amp;gt;-Djava.rmi.server.hostname=localhost&lt;br /&gt;
|-&lt;br /&gt;
| GV_OPTS&lt;br /&gt;
| {{GVESB}} options. &amp;lt;br/&amp;gt;-Dgv.app.home=$GV_HOME -Dit.greenvulcano.util.xpath.search.XPathAPIFactory.cfgFileXPath=GVCore.xml&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;/GVCore/GVXPath/XPath &amp;lt;br/&amp;gt;-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl &amp;lt;br/&amp;gt;-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl &amp;lt;br/&amp;gt;-Djxl.nogc=true &amp;lt;br/&amp;gt;-Dit.greenvulcano.log.db.JDBCAppender.logState=false &amp;lt;br/&amp;gt;-Dgv.pop.uidcache.manager=it.greenvulcano.gvesb.virtual.pop.uidcache.MemoryUIDCacheManager &amp;lt;br/&amp;gt;-Dit.greenvulcano.util.thread.BaseThread.dumpInstCount=true &amp;lt;br/&amp;gt;-Dit.greenvulcano.util.thread.BaseThread.dumpCreateStack=false &amp;lt;br/&amp;gt;-Dit.greenvulcano.gvesb.identity.IdentityInfo.debug=true&lt;br /&gt;
|-&lt;br /&gt;
| JAVA_OPTS&lt;br /&gt;
| Java Virtual Machine options: &amp;lt;br/&amp;gt;-Xms512M -Xmx1024M -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:linux.png]]&lt;br /&gt;
| In case of *nix systems, the user with which {{GVESB}} will be executed must have exec permission for the following scripts:&lt;br /&gt;
: $GV_HOME/bin/env_scripts.sh&amp;lt;br/&amp;gt;&lt;br /&gt;
: $GV_HOME/bin/gvstart.sh&amp;lt;br/&amp;gt;&lt;br /&gt;
: $GV_HOME/bin/gvstop.sh&amp;lt;br/&amp;gt;&lt;br /&gt;
: $GV_HOME/hsqldb/bin/start_DB.sh&amp;lt;br/&amp;gt;&lt;br /&gt;
: $GV_HOME/hsqldb/stop_DB.sh&amp;lt;br/&amp;gt;&lt;br /&gt;
: $JBOSS_HOME/bin/run.sh&amp;lt;br/&amp;gt;&lt;br /&gt;
: $JBOSS_HOME/bin/shutdown.sh&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3982</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3982"/>
		<updated>2013-03-10T22:09:01Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on UNIX systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for UNIX Systems''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Notes&lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| IBM &amp;lt;br/&amp;gt;AIX 5.3&amp;lt;br/&amp;gt;AIX 6.1 &amp;lt;br/&amp;gt;AIX 7.1&lt;br /&gt;
| IBM (POWER PPC64)&lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
| Red Hat &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 4.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 5.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 6.x&lt;br /&gt;
| Also includes all Linux distributions that are materially equivalent to the &amp;lt;br/&amp;gt;supported Red Hat Enterprise Linux versions. &lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
| HP&amp;lt;br/&amp;gt;HP-UX 11i&lt;br /&gt;
| HP-UX 11i v2/11.23 on IA-64/Itanium&lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
| Solaris&amp;lt;br/&amp;gt;Solaris 8 &amp;lt;br/&amp;gt; Solaris 9 &amp;lt;br/&amp;gt;Solaris 10&lt;br /&gt;
| SPARC and x86-64 (only Solaris 10)&lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
The GreenVulcanoUniversallInstaller doesn't require to run with administrative privileges.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on UNIX Systems'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On UNIX Systems, the default installation directory is the user home directory with which the installer is executed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On UNIX Systems you can install by using .&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;br /&gt;
* [[Install using Console Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Microsoft_Windows&amp;diff=3981</id>
		<title>Installing on Microsoft Windows</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Microsoft_Windows&amp;diff=3981"/>
		<updated>2013-03-10T22:07:12Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on Microsoft Windows systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for Microsoft Windows''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Service Pack/Edition &lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows XP&lt;br /&gt;
| Service Pack 3 (x86 &amp;amp; x86-64)  &lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 7&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2008&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 213&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
You must have administrator privileges for the machine on which {{GVESB}} is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you do not have administrator privileges, you must then log out of the system and log in as a user with the required privileges, or request your&lt;br /&gt;
system administrator to assign the privileges to your account.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on Microsoft Windows'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On Microsoft Windows, the default installation directory is ''C:\Program File''.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can install only by using GUI mode.&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installation&amp;diff=3980</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installation&amp;diff=3980"/>
		<updated>2013-03-10T22:06:14Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section describes how install {{GVESB}} using the new GreenVulcano Universal Installer or the manual installation process.&lt;br /&gt;
&lt;br /&gt;
'''Install using GreenVulcano Universal Installer'''&lt;br /&gt;
# Unzip the file ''Installer_GvServer-3.3.0.Final'' archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.&lt;br /&gt;
# Run the GreenVulcano Universal Installer: [[Installer Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Manual installation process'''&lt;br /&gt;
# Unzip the file ''GvServer-3.3.0.Final-Full.zip'' archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.&lt;br /&gt;
# Setup your {{GVESB}} : [[Manual Installation]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=3375</id>
		<title>Install using Console Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=3375"/>
		<updated>2012-05-28T10:03:34Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Console Mode enable platforms where graphic environment is not available to install {{GVESB}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is available just for *nix platform running:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -console&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
The available installation options are shown on [[Installer Overview]] page.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you need some help on how to use the installer you can simply run:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -help&lt;br /&gt;
&lt;br /&gt;
All the available options will be shown. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install {{GVESB}} in Console Mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller with -console option. The Welcome screen displays.&lt;br /&gt;
# Digit 1 to continue. The License Agreement screen appears. After reading through the license text, digit 1 to ''&amp;quot;accept the terms of the license agreement&amp;quot;''. Digit 1 to continue.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' by typing 0 or ''&amp;quot;Custom Installation&amp;quot;'' typing 1 then click 1 to continue.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then digit 1.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}} typing 0 otherwise press Enter. Digit 1 to continue.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance, pressing Enter you accept the default between bracket:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system typing the respective number then press Enter:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Digit 1 to continue.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panel screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Digit 1 to continue.&lt;br /&gt;
#The installation process will now start copying files on your system.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''[[Post Installation]] Requirement'''&lt;br /&gt;
##'''[[Starting]] {{GVESB}}'''&lt;br /&gt;
##'''[[Uninstall]] {{GVESB}}'''&lt;br /&gt;
##'''[[Support]]'''&lt;br /&gt;
#Press Enter to go through such information.&lt;br /&gt;
#Installation finished.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=3374</id>
		<title>Install using GUI Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=3374"/>
		<updated>2012-05-28T10:02:24Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''[[Post Installation]] Requirement'''; only *nix platforms&lt;br /&gt;
##'''[[Starting]] {{GVESB}}'''&lt;br /&gt;
##'''[[Uninstall]] {{GVESB}}'''&lt;br /&gt;
##'''[[Support]]'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Support&amp;diff=3373</id>
		<title>Support</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Support&amp;diff=3373"/>
		<updated>2012-05-28T10:01:48Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: Created page with &amp;quot;It is possible to contact {{GVESB}} support sending an email to [mailto:support@greenvulcano.com ''support@greenvulcano.com''] containing the details of:  * Version of the Java v...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is possible to contact {{GVESB}} support sending an email to [mailto:support@greenvulcano.com ''support@greenvulcano.com''] containing the details of:&lt;br /&gt;
&lt;br /&gt;
* Version of the Java virtual machine used&lt;br /&gt;
* Operating System&lt;br /&gt;
* Short description of the hardware architecture&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
User can eventually attach the log files presents in the directories ''$GV_HOME/log'' and ''$GV_SERVER/log''. See also the forum available at http://www.greenvulcano.com/forum/ where it is possible to find any information of a technical nature as well as requesting help from the ''community'' creating a ''thread/post'' with the problem description.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Starting&amp;diff=3372</id>
		<title>Starting</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Starting&amp;diff=3372"/>
		<updated>2012-05-28T09:56:42Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once the [[Installation]] and configuration steps are finished, before start {{GVESB}} the [[HSQLDB support database]] must be started by executing the following script:&lt;br /&gt;
:$GV_HOME/hsqldb/bin&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:linux.png]]&lt;br /&gt;
| In case of *nix operating systems, the startup script is ''start_DB.sh  ''. &amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Remember to NEVER run the startup script as ''root'', but with the user &amp;lt;br/&amp;gt; choosen for installation, and so the owner of the $GV_HOME directory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:windows.png]]&lt;br /&gt;
| In case of Windows operating system the startup script is ''start_DB.cmd ''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To verify the correct start of HSQLDB engine you can check the log file.&lt;br /&gt;
&lt;br /&gt;
Once the [[HSQLDB support database]] is running you can start {{GVESB}} executing the script under&lt;br /&gt;
:$GV_HOME/bin&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:linux.png]]&lt;br /&gt;
| In case of *nix operating systems, the startup script is ''gvstart.sh'' (start_GreenV.sh in case of [[Manual Installation]]). &amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Remember to NEVER run the startup script as ''root'', but with the user &amp;lt;br/&amp;gt; choosen for installation, and so the owner of the $GV_HOME directory.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:windows.png]]&lt;br /&gt;
| In case of Windows operating system the startup script is ''gvstart.cmd'' (start_GreenV.cmd in case of [[Manual Installation]]).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
To verify the correct start of {{GVESB}}, connect to {{L_GVCONSOLE}} and check if your browser accesses the related login page.&lt;br /&gt;
&lt;br /&gt;
:URL - http://&amp;lt;Server Address&amp;gt;:&amp;lt;Port&amp;gt;/gvconsole&lt;br /&gt;
:user - User configured during installation process.&lt;br /&gt;
:password - Password configured during installation process.&lt;br /&gt;
&lt;br /&gt;
In case of [[Manual Installation]] you can access to the gvconsole as follow:&lt;br /&gt;
&lt;br /&gt;
:URL - http://localhost:8080/gvconsole&lt;br /&gt;
:user - gvesb&lt;br /&gt;
:password - gvesb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
System administrators will find it convenient to configure {{GVESB}} start and stop along with that of the server. In this case, the {{GVESB}} start and stop scripts can be taken, or called by the system start and stop scripts.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installation&amp;diff=3371</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installation&amp;diff=3371"/>
		<updated>2012-05-28T09:47:40Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section describes how install {{GVESB}} using the new GreenVulcano Universal Installer or the manual installation process.&lt;br /&gt;
&lt;br /&gt;
'''Install using GreenVulcano Universal Installer'''&lt;br /&gt;
# Unzip the file ''GvEnterprise3.2.0'' archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.&lt;br /&gt;
# Run the GreenVulcano Universal Installer: [[Installer Overview]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Manual installation process'''&lt;br /&gt;
# Unzip the file ''GvEnterprise3.2.0'' archive in any directory on the server where you plan to install the software. To avoid potential problems the installation path MUST NOT contain spaces.&lt;br /&gt;
# Setup your {{GVESB}} : [[Manual Installation]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Microsoft_Windows&amp;diff=3370</id>
		<title>Installing on Microsoft Windows</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Microsoft_Windows&amp;diff=3370"/>
		<updated>2012-05-28T09:27:01Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on Microsoft Windows systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for Microsoft Windows''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Service Pack/Edition &lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 221&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows XP&lt;br /&gt;
| Service Pack 3 (x86 &amp;amp; x86-64)  &lt;br /&gt;
| 221&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 7&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 221&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 221&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2008&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 221&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
You must have administrator privileges for the machine on which {{GVESB}} is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you do not have administrator privileges, you must then log out of the system and log in as a user with the required privileges, or request your&lt;br /&gt;
system administrator to assign the privileges to your account.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on Microsoft Windows'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On Microsoft Windows, the default installation directory is ''C:\Program File''.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can install only by using GUI mode.&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3369</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3369"/>
		<updated>2012-05-28T09:26:24Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on UNIX systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for UNIX Systems''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Notes&lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| IBM &amp;lt;br/&amp;gt;AIX 5.3&amp;lt;br/&amp;gt;AIX 6.1 &amp;lt;br/&amp;gt;AIX 7.1&lt;br /&gt;
| IBM (POWER PPC64)&lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
| Red Hat &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 4.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 5.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 6.x&lt;br /&gt;
| Also includes all Linux distributions that are materially equivalent to the &amp;lt;br/&amp;gt;supported Red Hat Enterprise Linux versions. &lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
| HP&amp;lt;br/&amp;gt;HP-UX 11i&lt;br /&gt;
| HP-UX 11i v2/11.23 on IA-64/Itanium&lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
| Solaris&amp;lt;br/&amp;gt;Solaris 8 &amp;lt;br/&amp;gt; Solaris 9 &amp;lt;br/&amp;gt;Solaris 10&lt;br /&gt;
| SPARC and x86-64 (only Solaris 10)&lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
The GreenVulcanoUniversallInstaller doesn't require to run with administrative privileges.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on UNIX Systems'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On UNIX Systems, the default installation directory is the user home directory with which the installer is executed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On UNIX Systems you can install by using .&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;br /&gt;
* [[Install using Console Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Microsoft_Windows&amp;diff=3368</id>
		<title>Installing on Microsoft Windows</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Microsoft_Windows&amp;diff=3368"/>
		<updated>2012-05-28T09:20:41Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on Microsoft Windows systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for Microsoft Windows''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Service Pack/Edition &lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows XP&lt;br /&gt;
| Service Pack 3 (x86 &amp;amp; x86-64)  &lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 7&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2008&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 236&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
You must have administrator privileges for the machine on which {{GVESB}} is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you do not have administrator privileges, you must then log out of the system and log in as a user with the required privileges, or request your&lt;br /&gt;
system administrator to assign the privileges to your account.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on Microsoft Windows'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On Microsoft Windows, the default installation directory is ''C:\Program File''.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can install only by using GUI mode.&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=3025</id>
		<title>Install using Console Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=3025"/>
		<updated>2012-03-27T22:05:12Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Console Mode enable platforms where graphic environment is not available to install {{GVESB}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is available just for *nix platform running:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -console&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
The available installation options are shown on [[Installer Overview]] page.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you need some help on how to use the installer you can simply run:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -help&lt;br /&gt;
&lt;br /&gt;
All the available options will be shown. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install {{GVESB}} in Console Mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller with -console option. The Welcome screen displays.&lt;br /&gt;
# Digit 1 to continue. The License Agreement screen appears. After reading through the license text, digit 1 to ''&amp;quot;accept the terms of the license agreement&amp;quot;''. Digit 1 to continue.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' by typing 0 or ''&amp;quot;Custom Installation&amp;quot;'' typing 1 then click 1 to continue.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then digit 1.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}} typing 0 otherwise press Enter. Digit 1 to continue.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance, pressing Enter you accept the default between bracket:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system typing the respective number then press Enter:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Digit 1 to continue.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panel screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Digit 1 to continue.&lt;br /&gt;
#The installation process will now start copying files on your system.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''[[Post Installation]] Requirement'''&lt;br /&gt;
##'''[[Starting]] {{GVESB}}'''&lt;br /&gt;
##'''[[Uninstall]] {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Press Enter to go through such information.&lt;br /&gt;
#Installation finished.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3023</id>
		<title>Uninstall</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3023"/>
		<updated>2012-03-27T22:04:15Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: moved Unistall to Uninstall&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 ''If you have been installed {{GVESB}} using the [[Manual Installation]] method you can simply remove the GV_HOME directory &amp;lt;br/&amp;gt;and JBOSS_HOME directory if you want remove jboss as well.''&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Unistall&amp;diff=3024</id>
		<title>Unistall</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Unistall&amp;diff=3024"/>
		<updated>2012-03-27T22:04:15Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: moved Unistall to Uninstall&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Uninstall]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=3022</id>
		<title>Install using GUI Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=3022"/>
		<updated>2012-03-27T22:03:45Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''[[Post Installation]] Requirement'''; only *nix platforms&lt;br /&gt;
##'''[[Starting]] {{GVESB}}'''&lt;br /&gt;
##'''[[Uninstall]] {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3021</id>
		<title>Uninstall</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3021"/>
		<updated>2012-03-27T22:02:23Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 ''If you have been installed {{GVESB}} using the [[Manual Installation]] method you can simply remove the GV_HOME directory &amp;lt;br/&amp;gt;and JBOSS_HOME directory if you want remove jboss as well.''&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3020</id>
		<title>Uninstall</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3020"/>
		<updated>2012-03-27T22:01:48Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 ''If you have been installed {{GVESB}} using the [[Manual Installation]] Method you can simply remove the GV_HOME directory &amp;lt;br/&amp;gt;and JBOSS_HOME directory if you want remove jboss as well.''&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3019</id>
		<title>Uninstall</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3019"/>
		<updated>2012-03-27T22:01:23Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&lt;br /&gt;
&lt;br /&gt;
 ''If you have been installed {{GVESB}} using the [[Manual Installation]] Method you can simply remove the GV_HOME directory and JBOSS_HOME directory if you want remove jboss as well.''&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3018</id>
		<title>Uninstall</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Uninstall&amp;diff=3018"/>
		<updated>2012-03-27T22:00:53Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: Created page with &amp;quot;To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt;   ''java -jar GreenVulcano_Uninstaller.jar'...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&lt;br /&gt;
&lt;br /&gt;
''If you have been installed {{GVESB}} without using the [[Manual Installation]] Method you can simply remove the GV_HOME directory and JBOSS_HOME directory if you want remove jboss as well.''&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=3017</id>
		<title>Install using GUI Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=3017"/>
		<updated>2012-03-27T21:55:49Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''[[Post Installation]] Requirement'''; only *nix platforms&lt;br /&gt;
##'''[[Starting]] {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3016</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3016"/>
		<updated>2012-03-27T21:50:52Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on UNIX systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for UNIX Systems''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Notes&lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| IBM &amp;lt;br/&amp;gt;AIX 5.3&amp;lt;br/&amp;gt;AIX 6.1 &amp;lt;br/&amp;gt;AIX 7.1&lt;br /&gt;
| IBM (POWER PPC64)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Red Hat &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 4.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 5.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 6.x&lt;br /&gt;
| Also includes all Linux distributions that are materially equivalent to the &amp;lt;br/&amp;gt;supported Red Hat Enterprise Linux versions. &lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| HP&amp;lt;br/&amp;gt;HP-UX 11i&lt;br /&gt;
| HP-UX 11i v2/11.23 on IA-64/Itanium&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Solaris&amp;lt;br/&amp;gt;Solaris 8 &amp;lt;br/&amp;gt; Solaris 9 &amp;lt;br/&amp;gt;Solaris 10&lt;br /&gt;
| SPARC and x86-64 (only Solaris 10)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
The GreenVulcanoUniversallInstaller doesn't require to run with administrative privileges.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on UNIX Systems'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On UNIX Systems, the default installation directory is the user home directory with which the installer is executed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On UNIX Systems you can install by using .&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;br /&gt;
* [[Install using Console Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3015</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3015"/>
		<updated>2012-03-27T21:50:24Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on UNIX systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for UNIX Systems''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Notes&lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| IBM &amp;lt;br/&amp;gt;AIX 5.3&amp;lt;br/&amp;gt;AIX 6.1 &amp;lt;br/&amp;gt;AIX 7.1&lt;br /&gt;
| IBM (POWER PPC64)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Red Hat &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 4.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 5.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 6.x&lt;br /&gt;
| Also includes all Linux distributions that are materially equivalent to the &amp;lt;br/&amp;gt;supported Red Hat Enterprise Linux versions. &lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| HP&amp;lt;br/&amp;gt;HP-UX 11i&lt;br /&gt;
| SPARC and x86-64 (only Solaris 10)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Solaris&amp;lt;br/&amp;gt;Solaris 8 &amp;lt;br/&amp;gt; Solaris 9 &amp;lt;br/&amp;gt;Solaris 10&lt;br /&gt;
| HP-UX 11i v2/11.23 on IA-64/Itanium&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
The GreenVulcanoUniversallInstaller doesn't require to run with administrative privileges.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on UNIX Systems'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On UNIX Systems, the default installation directory is the user home directory with which the installer is executed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On UNIX Systems you can install by using .&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;br /&gt;
* [[Install using Console Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=3014</id>
		<title>Installer Overview</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=3014"/>
		<updated>2012-03-27T21:49:03Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The installer allows you to run in two different modes:&lt;br /&gt;
&lt;br /&gt;
# GUI mode&lt;br /&gt;
# Console mode&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GUI mode'''&lt;br /&gt;
&lt;br /&gt;
In GUI mode, the installer presents a wizard that allows you to make your choices about product configuration and component selection.&amp;lt;br/&amp;gt;&lt;br /&gt;
When you start the installer by simply execute it, GUI mode is used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Console mode'''&lt;br /&gt;
&lt;br /&gt;
Console mode allows you to run the installer from a command line.&amp;lt;br/&amp;gt;&lt;br /&gt;
It is useful on system where a graphic environment is not available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Required and Optional Third Party Components'''&lt;br /&gt;
&lt;br /&gt;
Depending on the tasks you wish to perform, you must install one or more other third party components.&lt;br /&gt;
&lt;br /&gt;
''Required and Optional Components''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Component  &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Oracle JDK 1.6.0 or higher&lt;br /&gt;
| Required.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; Oracle JDK 1.6.0 is required to start the GreenVulcano Universal Installer.&lt;br /&gt;
|-&lt;br /&gt;
| JBoss 5.1.0 GA&lt;br /&gt;
| Optional.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; JBoss 5.1.0 GA Application Server is part of the installation process &amp;lt;br/&amp;gt;but you can choose to not install it using your already existing  installtion.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Please note that different versions are not supported and the installer will exit.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GreenVulcano Universal Installer'''&lt;br /&gt;
&lt;br /&gt;
{{GVESB}} is based on  GreenVulcano Universal Installer 1.0.0 which supports multiple GV_HOME installation on a system and will have a screen asking whether to use a new or an existing JBoss 5.1.0 GA installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
When installing {{GVESB}}, you should always use the same JBoss 5.1.0 GA installation simply choosing &amp;quot;Custom Installation&amp;quot; deselecting the &amp;quot;JBoss AS 5.1.0.GA&amp;quot; package and selecting your JBOSS_HOME when asked.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
Running the GreenVulcano Universal Installer the following options are available for certain platforms in both Console and GUI mode:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Options &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86-64&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (SPARC) (64-bit)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (x86-64)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| IBM AIX (PPC64)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Windows (all)&lt;br /&gt;
| no options&lt;br /&gt;
| The installer is available only in GUI mode without specifying any options.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [[Installing on Microsoft Windows]]&lt;br /&gt;
* [[Installing on UNIX Systems]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Uninstalling GreenVulcano ESB'''&lt;br /&gt;
&lt;br /&gt;
To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=3013</id>
		<title>Installer Overview</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=3013"/>
		<updated>2012-03-27T21:47:30Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The installer allows you to run in two different modes:&lt;br /&gt;
&lt;br /&gt;
# GUI mode&lt;br /&gt;
# Console mode&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GUI mode'''&lt;br /&gt;
&lt;br /&gt;
In GUI mode, the installer presents a wizard that allows you to make your choices about product configuration and component selection.&amp;lt;br/&amp;gt;&lt;br /&gt;
When you start the installer by simply execute it, GUI mode is used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Console mode'''&lt;br /&gt;
&lt;br /&gt;
Console mode allows you to run the installer from a command line.&amp;lt;br/&amp;gt;&lt;br /&gt;
It is useful on system where a graphic environment is not available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Required and Optional Third Party Components'''&lt;br /&gt;
&lt;br /&gt;
Depending on the tasks you wish to perform, you must install one or more other third party components.&lt;br /&gt;
&lt;br /&gt;
''Required and Optional Components''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Component  &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Oracle JDK 1.6.0 or higher&lt;br /&gt;
| Required.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; Oracle JDK 1.6.0 is required to start the GreenVulcano Universal Installer.&lt;br /&gt;
|-&lt;br /&gt;
| JBoss 5.1.0 GA&lt;br /&gt;
| Optional.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; JBoss 5.1.0 GA Application Server is part of the installation process &amp;lt;br/&amp;gt;but you can choose to not install it using your already existing  installtion.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Please note that different versions are not supported and the installer will exit.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GreenVulcano Universal Installer'''&lt;br /&gt;
&lt;br /&gt;
{{GVESB}} is based on  GreenVulcano Universal Installer 1.0.0 which supports multiple GV_HOME installation on a system and will have a screen asking whether to use a new or an existing JBoss 5.1.0 GA installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
When installing {{GVESB}}, you should always use the same JBoss 5.1.0 GA installation simply choosing &amp;quot;Custom Installation&amp;quot; deselecting the &amp;quot;JBoss AS 5.1.0.GA&amp;quot; package and selecting your JBOSS_HOME when asked.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
Running the GreenVulcano Universal Installer the following options are available for certain platforms in both Console and GUI mode:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Options &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86-64&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (SPARC) (64-bit)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (x86-64)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| IBM AIX (PPC64)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Windows (all)&lt;br /&gt;
| no options&lt;br /&gt;
| The installer is available only in GUI mode without specifying any options.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [[Installing on Microsoft Windows]]&lt;br /&gt;
* [[Installing on UNIX Sistems]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Uninstalling GreenVulcano ESB'''&lt;br /&gt;
&lt;br /&gt;
To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=3012</id>
		<title>Installer Overview</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=3012"/>
		<updated>2012-03-27T21:47:09Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The installer allows you to run in two different modes:&lt;br /&gt;
&lt;br /&gt;
# GUI mode&lt;br /&gt;
# Console mode&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GUI mode'''&lt;br /&gt;
&lt;br /&gt;
In GUI mode, the installer presents a wizard that allows you to make your choices about product configuration and component selection.&amp;lt;br/&amp;gt;&lt;br /&gt;
When you start the installer by simply execute it, GUI mode is used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Console mode'''&lt;br /&gt;
&lt;br /&gt;
Console mode allows you to run the installer from a command line.&amp;lt;br/&amp;gt;&lt;br /&gt;
It is useful on system where a graphic environment is not available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Required and Optional Third Party Components'''&lt;br /&gt;
&lt;br /&gt;
Depending on the tasks you wish to perform, you must install one or more other third party components.&lt;br /&gt;
&lt;br /&gt;
''Required and Optional Components''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Component  &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Oracle JDK 1.6.0 or higher&lt;br /&gt;
| Required.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; Oracle JDK 1.6.0 is required to start the GreenVulcano Universal Installer.&lt;br /&gt;
|-&lt;br /&gt;
| JBoss 5.1.0 GA&lt;br /&gt;
| Optional.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; JBoss 5.1.0 GA Application Server is part of the installation process &amp;lt;br/&amp;gt;but you can choose to not install it using your already existing  installtion.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Please note that different versions are not supported and the installer will exit.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GreenVulcano Universal Installer'''&lt;br /&gt;
&lt;br /&gt;
{{GVESB}} is based on  GreenVulcano Universal Installer 1.0.0 which supports multiple GV_HOME installation on a system and will have a screen asking whether to use a new or an existing JBoss 5.1.0 GA installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
When installing {{GVESB}}, you should always use the same JBoss 5.1.0 GA installation simply choosing &amp;quot;Custom Installation&amp;quot; deselecting the &amp;quot;JBoss AS 5.1.0.GA&amp;quot; package and selecting your JBOSS_HOME when asked.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
Running the GreenVulcano Universal Installer the following options are available for certain platforms in both Console and GUI mode:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Options &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86-64&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (SPARC) (64-bit)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (x86-64)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| IBM AIX (PPC64)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Windows (all)&lt;br /&gt;
| no options&lt;br /&gt;
| The installer is available only in GUI mode without specifying any options.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [[Installing on Microsoft Windows]]&lt;br /&gt;
* [[Installing on UNIX Sistems]]&lt;br /&gt;
&lt;br /&gt;
'''Uninstalling GreenVulcano ESB'''&lt;br /&gt;
&lt;br /&gt;
To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Manual_Installation&amp;diff=3010</id>
		<title>Manual Installation</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Manual_Installation&amp;diff=3010"/>
		<updated>2012-03-27T21:38:52Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: moved Installing on Other Systems to Manual Installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section describes the {{GVESB}} installation steps on systems unsupported by the GreenVulcanoUniversalInstaller or when you are unable to run it.&lt;br /&gt;
&lt;br /&gt;
'''Copy the file'''&lt;br /&gt;
# Unzip the file ''GvEnterprise3.2.0.other.zip'' in any directory on the server where you plan to install the software. To avoid potential problems the installation path and the JAVA_HOME MUST NOT contain spaces.&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[File:linux.png]] || In case of *nix operating systems, you can choose to create an installation directory for {{GVESB}} into the user's home directory (ex. /home/gvuser), or paths established by the System Administrators (ex. /opt). Navigate to the directory chosen for installation and decompress the file with the command:&lt;br /&gt;
unzip GvEnterprise3.2.0.other.zip&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[File:windows.png]] || In case of Windows operating systems, you should unpack the ZIP file to a directory editable by the user, used to run {{GVESB}}. It is recommended NOT to use spaces in the directory name. Navigate to the directory chosen for installation and decompress the file using a program compatible with the GNU zip compression format.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Environment configuration'''&lt;br /&gt;
&lt;br /&gt;
Before using {{GVESB}} is necessary to set some environment variables.&lt;br /&gt;
# Configure the JBOSS_HOME environment variable with the absolute path installation of JBoss;&lt;br /&gt;
# Configure the GV_HOME environment variable with the absolute path where {{GVESB}} has been installed;&lt;br /&gt;
# Configure the GV_SERVER environment variable with the absolute path where is the JBoss server of {{GVESB}};&lt;br /&gt;
# Configure the JAVA_HOME environment variable with the absolute path where JDK is installed.&lt;br /&gt;
&lt;br /&gt;
Follow the examples below to configure properly the environment variables.&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:linux.png]]&lt;br /&gt;
| 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:&lt;br /&gt;
&lt;br /&gt;
export JBOSS_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/jboss-5.1.0.GA&amp;lt;br/&amp;gt;&lt;br /&gt;
export GV_SERVER  = $JBOSS_HOME/server/GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
export GV_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
export CLASSPATH = $GV_HOME/xmlconfig&amp;lt;br/&amp;gt;&lt;br /&gt;
export JAVA_HOME = /usr/lib/jvm/java-6-sun&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:windows.png]]&lt;br /&gt;
| 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:&lt;br /&gt;
&lt;br /&gt;
set JBOSS_HOME = C:\GvEnterprise3.2.0\GvServer\jboss-5.1.0.GA&amp;lt;br/&amp;gt;&lt;br /&gt;
set GV_SERVER = %JBOSS_HOME\server\GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
set GV_HOME = C:\GvEnterprise3.2.0\GvServer\GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
set CLASSPATH = %GV_HOME%\xmlconfig&amp;lt;br/&amp;gt;&lt;br /&gt;
set JAVA_HOME = C:\SDK\jdk&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Boot Parameters'''&lt;br /&gt;
&lt;br /&gt;
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 {{GVESB}} start. A list of these variables is present bellow:&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Parameter  &lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
| JB_OPTS&lt;br /&gt;
| JBoss server options. &amp;lt;br/&amp;gt;-Djboss.partition.name=GreenVPartition &amp;lt;br/&amp;gt;-Djboss.service.binding.set=ports-default &amp;lt;br/&amp;gt;-Djboss.bind.address=0.0.0.0 &amp;lt;br/&amp;gt;-Dbind.address=localhost &amp;lt;br/&amp;gt;-Djava.net.preferIPv4Stack=true &amp;lt;br/&amp;gt;-Djava.rmi.server.hostname=localhost&lt;br /&gt;
|-&lt;br /&gt;
| GV_OPTS&lt;br /&gt;
| {{GVESB}} options. &amp;lt;br/&amp;gt;-Dgv.app.home=$GV_HOME -Dit.greenvulcano.util.xpath.search.XPathAPIFactory.cfgFileXPath=GVCore.xml&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;/GVCore/GVXPath/XPath &amp;lt;br/&amp;gt;-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl &amp;lt;br/&amp;gt;-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl &amp;lt;br/&amp;gt;-Djxl.nogc=true &amp;lt;br/&amp;gt;-Dit.greenvulcano.log.db.JDBCAppender.logState=false &amp;lt;br/&amp;gt;-Dgv.pop.uidcache.manager=it.greenvulcano.gvesb.virtual.pop.uidcache.MemoryUIDCacheManager &amp;lt;br/&amp;gt;-Dit.greenvulcano.util.thread.BaseThread.dumpInstCount=true &amp;lt;br/&amp;gt;-Dit.greenvulcano.util.thread.BaseThread.dumpCreateStack=false &amp;lt;br/&amp;gt;-Dit.greenvulcano.gvesb.identity.IdentityInfo.debug=true&lt;br /&gt;
|-&lt;br /&gt;
| JAVA_OPTS&lt;br /&gt;
| Java Virtual Machine options: &amp;lt;br/&amp;gt;-Xms512M -Xmx1024M -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Other_Systems&amp;diff=3011</id>
		<title>Installing on Other Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Other_Systems&amp;diff=3011"/>
		<updated>2012-03-27T21:38:52Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: moved Installing on Other Systems to Manual Installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Manual Installation]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Manual_Installation&amp;diff=3009</id>
		<title>Manual Installation</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Manual_Installation&amp;diff=3009"/>
		<updated>2012-03-27T21:36:13Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section describes the {{GVESB}} installation steps on systems unsupported by the GreenVulcanoUniversalInstaller or when you are unable to run it.&lt;br /&gt;
&lt;br /&gt;
'''Copy the file'''&lt;br /&gt;
# Unzip the file ''GvEnterprise3.2.0.other.zip'' in any directory on the server where you plan to install the software. To avoid potential problems the installation path and the JAVA_HOME MUST NOT contain spaces.&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[File:linux.png]] || In case of *nix operating systems, you can choose to create an installation directory for {{GVESB}} into the user's home directory (ex. /home/gvuser), or paths established by the System Administrators (ex. /opt). Navigate to the directory chosen for installation and decompress the file with the command:&lt;br /&gt;
unzip GvEnterprise3.2.0.other.zip&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[File:windows.png]] || In case of Windows operating systems, you should unpack the ZIP file to a directory editable by the user, used to run {{GVESB}}. It is recommended NOT to use spaces in the directory name. Navigate to the directory chosen for installation and decompress the file using a program compatible with the GNU zip compression format.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Environment configuration'''&lt;br /&gt;
&lt;br /&gt;
Before using {{GVESB}} is necessary to set some environment variables.&lt;br /&gt;
# Configure the JBOSS_HOME environment variable with the absolute path installation of JBoss;&lt;br /&gt;
# Configure the GV_HOME environment variable with the absolute path where {{GVESB}} has been installed;&lt;br /&gt;
# Configure the GV_SERVER environment variable with the absolute path where is the JBoss server of {{GVESB}};&lt;br /&gt;
# Configure the JAVA_HOME environment variable with the absolute path where JDK is installed.&lt;br /&gt;
&lt;br /&gt;
Follow the examples below to configure properly the environment variables.&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:linux.png]]&lt;br /&gt;
| 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:&lt;br /&gt;
&lt;br /&gt;
export JBOSS_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/jboss-5.1.0.GA&amp;lt;br/&amp;gt;&lt;br /&gt;
export GV_SERVER  = $JBOSS_HOME/server/GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
export GV_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
export CLASSPATH = $GV_HOME/xmlconfig&amp;lt;br/&amp;gt;&lt;br /&gt;
export JAVA_HOME = /usr/lib/jvm/java-6-sun&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:windows.png]]&lt;br /&gt;
| 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:&lt;br /&gt;
&lt;br /&gt;
set JBOSS_HOME = C:\GvEnterprise3.2.0\GvServer\jboss-5.1.0.GA&amp;lt;br/&amp;gt;&lt;br /&gt;
set GV_SERVER = %JBOSS_HOME\server\GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
set GV_HOME = C:\GvEnterprise3.2.0\GvServer\GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
set CLASSPATH = %GV_HOME%\xmlconfig&amp;lt;br/&amp;gt;&lt;br /&gt;
set JAVA_HOME = C:\SDK\jdk&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Boot Parameters'''&lt;br /&gt;
&lt;br /&gt;
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 {{GVESB}} start. A list of these variables is present bellow:&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Parameter  &lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
| JB_OPTS&lt;br /&gt;
| JBoss server options. &amp;lt;br/&amp;gt;-Djboss.partition.name=GreenVPartition &amp;lt;br/&amp;gt;-Djboss.service.binding.set=ports-default &amp;lt;br/&amp;gt;-Djboss.bind.address=0.0.0.0 &amp;lt;br/&amp;gt;-Dbind.address=localhost &amp;lt;br/&amp;gt;-Djava.net.preferIPv4Stack=true &amp;lt;br/&amp;gt;-Djava.rmi.server.hostname=localhost&lt;br /&gt;
|-&lt;br /&gt;
| GV_OPTS&lt;br /&gt;
| {{GVESB}} options. &amp;lt;br/&amp;gt;-Dgv.app.home=$GV_HOME -Dit.greenvulcano.util.xpath.search.XPathAPIFactory.cfgFileXPath=GVCore.xml&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;/GVCore/GVXPath/XPath &amp;lt;br/&amp;gt;-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl &amp;lt;br/&amp;gt;-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl &amp;lt;br/&amp;gt;-Djxl.nogc=true &amp;lt;br/&amp;gt;-Dit.greenvulcano.log.db.JDBCAppender.logState=false &amp;lt;br/&amp;gt;-Dgv.pop.uidcache.manager=it.greenvulcano.gvesb.virtual.pop.uidcache.MemoryUIDCacheManager &amp;lt;br/&amp;gt;-Dit.greenvulcano.util.thread.BaseThread.dumpInstCount=true &amp;lt;br/&amp;gt;-Dit.greenvulcano.util.thread.BaseThread.dumpCreateStack=false &amp;lt;br/&amp;gt;-Dit.greenvulcano.gvesb.identity.IdentityInfo.debug=true&lt;br /&gt;
|-&lt;br /&gt;
| JAVA_OPTS&lt;br /&gt;
| Java Virtual Machine options: &amp;lt;br/&amp;gt;-Xms512M -Xmx1024M -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Manual_Installation&amp;diff=3008</id>
		<title>Manual Installation</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Manual_Installation&amp;diff=3008"/>
		<updated>2012-03-27T21:30:43Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: Created page with &amp;quot;This section describes the {{GVESB}} installation steps.  '''Copy the file''' # Unzip the file ''GvEnterprise3.2.0.zip'' in any directory on the server where you plan to install ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section describes the {{GVESB}} installation steps.&lt;br /&gt;
&lt;br /&gt;
'''Copy the file'''&lt;br /&gt;
# 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.&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[File:linux.png]] || In case of *nix operating systems, you can choose to create an installation directory for {{GVESB}} into the user's home directory (ex. /home/gvuser), or paths established by the System Administrators (ex. /opt). Navigate to the directory chosen for installation and decompress the file with the command:&lt;br /&gt;
unzip GvEnterprise3.2.0.zip&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[File:windows.png]] || In case of Windows operating systems, you should unpack the ZIP file to a directory editable by the user, used to run {{GVESB}}. It is recommended NOT to use spaces in the directory name. Navigate to the directory chosen for installation and decompress the file using a program compatible with the GNU zip compression format.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Environment configuration'''&lt;br /&gt;
&lt;br /&gt;
Before using {{GVESB}} is necessary to set some environment variables.&lt;br /&gt;
# Configure the JBOSS_HOME environment variable with the absolute path installation of JBoss;&lt;br /&gt;
# Configure the GV_HOME environment variable with the absolute path where {{GVESB}} has been installed;&lt;br /&gt;
# Configure the GV_SERVER environment variable with the absolute path where is the JBoss server of {{GVESB}};&lt;br /&gt;
# Configure the JAVA_HOME environment variable with the absolute path where JDK is installed.&lt;br /&gt;
&lt;br /&gt;
Follow the examples below to configure properly the environment variables.&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:linux.png]]&lt;br /&gt;
| 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:&lt;br /&gt;
&lt;br /&gt;
export JBOSS_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/jboss-5.1.0.GA&amp;lt;br/&amp;gt;&lt;br /&gt;
export GV_SERVER  = $JBOSS_HOME/server/GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
export GV_HOME = /home/gvuser/GvEnterprise3.2.0/GvServer/GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
export CLASSPATH = $GV_HOME/xmlconfig&amp;lt;br/&amp;gt;&lt;br /&gt;
export JAVA_HOME = /usr/lib/jvm/java-6-sun&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;note&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| [[File:windows.png]]&lt;br /&gt;
| 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:&lt;br /&gt;
&lt;br /&gt;
set JBOSS_HOME = C:\GvEnterprise3.2.0\GvServer\jboss-5.1.0.GA&amp;lt;br/&amp;gt;&lt;br /&gt;
set GV_SERVER = %JBOSS_HOME\server\GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
set GV_HOME = C:\GvEnterprise3.2.0\GvServer\GreenV&amp;lt;br/&amp;gt;&lt;br /&gt;
set CLASSPATH = %GV_HOME%\xmlconfig&amp;lt;br/&amp;gt;&lt;br /&gt;
set JAVA_HOME = C:\SDK\jdk&amp;lt;br/&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Boot Parameters'''&lt;br /&gt;
&lt;br /&gt;
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 {{GVESB}} start. A list of these variables is present bellow:&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Parameter  &lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
| JB_OPTS&lt;br /&gt;
| JBoss server options. &amp;lt;br/&amp;gt;-Djboss.partition.name=GreenVPartition &amp;lt;br/&amp;gt;-Djboss.service.binding.set=ports-default &amp;lt;br/&amp;gt;-Djboss.bind.address=0.0.0.0 &amp;lt;br/&amp;gt;-Dbind.address=localhost &amp;lt;br/&amp;gt;-Djava.net.preferIPv4Stack=true &amp;lt;br/&amp;gt;-Djava.rmi.server.hostname=localhost&lt;br /&gt;
|-&lt;br /&gt;
| GV_OPTS&lt;br /&gt;
| {{GVESB}} options. &amp;lt;br/&amp;gt;-Dgv.app.home=$GV_HOME -Dit.greenvulcano.util.xpath.search.XPathAPIFactory.cfgFileXPath=GVCore.xml&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;/GVCore/GVXPath/XPath &amp;lt;br/&amp;gt;-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl &amp;lt;br/&amp;gt;-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl &amp;lt;br/&amp;gt;-Djxl.nogc=true &amp;lt;br/&amp;gt;-Dit.greenvulcano.log.db.JDBCAppender.logState=false &amp;lt;br/&amp;gt;-Dgv.pop.uidcache.manager=it.greenvulcano.gvesb.virtual.pop.uidcache.MemoryUIDCacheManager &amp;lt;br/&amp;gt;-Dit.greenvulcano.util.thread.BaseThread.dumpInstCount=true &amp;lt;br/&amp;gt;-Dit.greenvulcano.util.thread.BaseThread.dumpCreateStack=false &amp;lt;br/&amp;gt;-Dit.greenvulcano.gvesb.identity.IdentityInfo.debug=true&lt;br /&gt;
|-&lt;br /&gt;
| JAVA_OPTS&lt;br /&gt;
| Java Virtual Machine options: &amp;lt;br/&amp;gt;-Xms512M -Xmx1024M -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3007</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3007"/>
		<updated>2012-03-27T21:24:50Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on UNIX systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for UNIX Systems''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Notes&lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| IBM &amp;lt;br/&amp;gt;AIX 5.3&amp;lt;br/&amp;gt;AIX 6.1 &amp;lt;br/&amp;gt;AIX 7.1&lt;br /&gt;
| IBM (POWER PPC64)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Red Hat &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 4.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 5.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 6.x&lt;br /&gt;
| Also includes all Linux distributions that are materially equivalent to the &amp;lt;br/&amp;gt;supported Red Hat Enterprise Linux versions. &lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Solaris&amp;lt;br/&amp;gt;Solaris 8 &amp;lt;br/&amp;gt; Solaris 9 &amp;lt;br/&amp;gt;Solaris 10&lt;br /&gt;
| SPARC and x86-64 (only Solaris 10)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
The GreenVulcanoUniversallInstaller doesn't require to run with administrative privileges.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on UNIX Systems'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On UNIX Systems, the default installation directory is the user home directory with which the installer is executed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On UNIX Systems you can install by using .&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;br /&gt;
* [[Install using Console Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3006</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3006"/>
		<updated>2012-03-27T21:18:32Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on UNIX systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for UNIX Systems''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Notes&lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| IBM &amp;lt;br/&amp;gt;AIX 5.3&amp;lt;br/&amp;gt;AIX 6.1 &amp;lt;br/&amp;gt;AIX 7.1&lt;br /&gt;
| IBM (POWER PPC64)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Red Hat &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 4.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 5.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 6.x&lt;br /&gt;
| Also includes all Linux distributions that are materially equivalent to the &amp;lt;br/&amp;gt;supported Red Hat Enterprise Linux versions. &lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Solaris&amp;lt;br/&amp;gt;Solaris 8 &amp;lt;br/&amp;gt; Solaris 9 &amp;lt;br/&amp;gt;Solaris 10&lt;br /&gt;
| SPARC and x86-64 (only Solaris 10)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
You must have administrator privileges for the machine on which {{GVESB}} is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you do not have administrator privileges, you must then log out of the system and log in as a user with the required privileges, or request your&lt;br /&gt;
system administrator to assign the privileges to your account.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on Microsoft Windows'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On Microsoft Windows, the default installation directory is ''C:\Program File''.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can install only by using GUI mode.&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3005</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3005"/>
		<updated>2012-03-27T21:16:42Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on UNIX systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for UNIX Systems''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Notes&lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| IBM &amp;lt;br/&amp;gt;AIX 5.3&amp;lt;br/&amp;gt;AIX 6.1 &amp;lt;br/&amp;gt;AIX 7.1&lt;br /&gt;
| IBM (POWER PPC64)&lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Red Hat &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 4.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 5.x &amp;lt;br/&amp;gt;Red Hat Enterprise Linux 6.x&lt;br /&gt;
| Also includes all Linux distributions that are materially equivalent to the &amp;lt;br/&amp;gt;supported Red Hat Enterprise Linux versions. &lt;br /&gt;
| 232&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 7&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2008&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
You must have administrator privileges for the machine on which {{GVESB}} is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you do not have administrator privileges, you must then log out of the system and log in as a user with the required privileges, or request your&lt;br /&gt;
system administrator to assign the privileges to your account.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on Microsoft Windows'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On Microsoft Windows, the default installation directory is ''C:\Program File''.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can install only by using GUI mode.&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3004</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3004"/>
		<updated>2012-03-27T21:13:04Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on UNIX systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for UNIX Systems''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Notes&lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| IBM &amp;lt;br/&amp;gt;AIX 5.3&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows XP&lt;br /&gt;
| Service Pack 3 (x86 &amp;amp; x86-64)  &lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 7&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2008&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
You must have administrator privileges for the machine on which {{GVESB}} is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you do not have administrator privileges, you must then log out of the system and log in as a user with the required privileges, or request your&lt;br /&gt;
system administrator to assign the privileges to your account.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on Microsoft Windows'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On Microsoft Windows, the default installation directory is ''C:\Program File''.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can install only by using GUI mode.&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3003</id>
		<title>Installing on UNIX Systems</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_UNIX_Systems&amp;diff=3003"/>
		<updated>2012-03-27T21:09:37Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: Created page with &amp;quot;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements  and that you have the prerequisite softw...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on Microsoft Windows systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for Microsoft Windows''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Service Pack/Edition &lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows XP&lt;br /&gt;
| Service Pack 3 (x86 &amp;amp; x86-64)  &lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 7&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2008&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
You must have administrator privileges for the machine on which {{GVESB}} is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you do not have administrator privileges, you must then log out of the system and log in as a user with the required privileges, or request your&lt;br /&gt;
system administrator to assign the privileges to your account.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on Microsoft Windows'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On Microsoft Windows, the default installation directory is ''C:\Program File''.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can install only by using GUI mode.&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Microsoft_Windows&amp;diff=3002</id>
		<title>Installing on Microsoft Windows</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installing_on_Microsoft_Windows&amp;diff=3002"/>
		<updated>2012-03-27T21:06:10Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements &lt;br /&gt;
and that you have the prerequisite software installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is a list of prerequisites for installing {{GVESB}} on Microsoft Windows systems.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Supported platforms for Microsoft Windows''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Service Pack/Edition &lt;br /&gt;
! Disk Space MB&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows XP&lt;br /&gt;
| Service Pack 3 (x86 &amp;amp; x86-64)  &lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 7&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2003&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft &amp;lt;br/&amp;gt;Windows 2008&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Oracle Java 1.6.0 must be installed on system before you start the installation of {{GVESB}}'''&lt;br /&gt;
&lt;br /&gt;
Before you can install {{GVESB}} the Oracle JDK 1.6.0 must be installed on your system.&amp;lt;br/&amp;gt;&lt;br /&gt;
The GreenVulcano Universal Installer is a java based application and needs the Oracle JDK 1.6.0 to be executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installer Account'''&lt;br /&gt;
&lt;br /&gt;
You must have administrator privileges for the machine on which {{GVESB}} is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you do not have administrator privileges, you must then log out of the system and log in as a user with the required privileges, or request your&lt;br /&gt;
system administrator to assign the privileges to your account.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing {{GVESB}} on Microsoft Windows'''&lt;br /&gt;
&lt;br /&gt;
If you are installing for the first time, you can specify the installation directory where {{GVESB}} will be installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
On Microsoft Windows, the default installation directory is ''C:\Program File''.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the new GreenVulcano Universal Installer is possible to install multiple {{GVESB}} sharing the same JBoss 5.1.0 GA application server.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to use your own JBoss 5.1.0 GA installation you can choose ''&amp;quot;Custom Installation&amp;quot;'' and deselect the ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer will creates one instance under server directory of your JBoss 5.1.0 GA installation for each {{GVESB}} installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can install only by using GUI mode.&lt;br /&gt;
&lt;br /&gt;
* [[Install using GUI Mode]]&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2635</id>
		<title>Install using Console Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2635"/>
		<updated>2012-02-23T17:07:20Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Console Mode enable platforms where graphic environment is not available to install {{GVESB}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is available just for *nix platform running:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -console&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
The available installation options are shown on [[Installer Overview]] page.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you need some help on how to use the installer you can simply run:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -help&lt;br /&gt;
&lt;br /&gt;
All the available options will be shown. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install {{GVESB}} in Console Mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller with -console option. The Welcome screen displays.&lt;br /&gt;
# Digit 1 to continue. The License Agreement screen appears. After reading through the license text, digit 1 to ''&amp;quot;accept the terms of the license agreement&amp;quot;''. Digit 1 to continue.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' by typing 0 or ''&amp;quot;Custom Installation&amp;quot;'' typing 1 then click 1 to continue.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then digit 1.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}} typing 0 otherwise press Enter. Digit 1 to continue.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance, pressing Enter you accept the default between bracket:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system typing the respective number then press Enter:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Digit 1 to continue.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panel screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Digit 1 to continue.&lt;br /&gt;
#The installation process will now start copying files on your system.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Press Enter to go through such information.&lt;br /&gt;
#Installation finished.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2634</id>
		<title>Install using Console Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2634"/>
		<updated>2012-02-23T16:55:40Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Console Mode enable platforms where graphic environment is not available to install {{GVESB}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is available just for *nix platform running:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -console&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
The available installation options are shown on [[Installer Overview]] page.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you need some help on how to use the installer you can simply run:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -help&lt;br /&gt;
&lt;br /&gt;
All the available options will be shown. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install {{GVESB}} in Console Mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller with -console option. The Welcome screen displays.&lt;br /&gt;
# Digit 1 to continue. The License Agreement screen appears. After reading through the license text, digit 1 to ''&amp;quot;accept the terms of the license agreement&amp;quot;''. Digit 1 to accept the license.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' by typing 0 or ''&amp;quot;Custom Installation&amp;quot;'' typing 1 then click 1 to continue.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''; only *nix platforms&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2633</id>
		<title>Install using Console Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2633"/>
		<updated>2012-02-23T16:51:29Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Console Mode enable platforms where graphic environment is not available to install {{GVESB}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is available just for *nix platform running:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -console&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
The available installation options are shown on [[Installer Overview]] page.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you need some help on how to use the installer you can simply run:&lt;br /&gt;
 GreenVulcanoUniversalInstaller.bin -help&lt;br /&gt;
&lt;br /&gt;
All the available options will be shown. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''; only *nix platforms&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2632</id>
		<title>Install using Console Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2632"/>
		<updated>2012-02-23T16:49:51Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Console Mode enable platforms where graphic environment is not available to install {{GVESB}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is available just for *nix platform running:&lt;br /&gt;
 GreenVulcanoUniversalInstaller -console&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
The available installation options are shown on [[Installer Overview]] page.&lt;br /&gt;
&lt;br /&gt;
To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''; only *nix platforms&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=2631</id>
		<title>Installer Overview</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=2631"/>
		<updated>2012-02-23T16:48:08Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The installer allows you to run in different mode:&lt;br /&gt;
&lt;br /&gt;
# GUI mode&lt;br /&gt;
# Console mode&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GUI mode'''&lt;br /&gt;
&lt;br /&gt;
In GUI mode, the installer presents a wizard that allows you to make your choices about product configuration and component selection.&amp;lt;br/&amp;gt;&lt;br /&gt;
When you start the installer by simply execute it, GUI mode is used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Console mode'''&lt;br /&gt;
&lt;br /&gt;
Console mode allows you to run the installer from a command line.&amp;lt;br/&amp;gt;&lt;br /&gt;
It is useful on system where a graphic environment is not available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Required and Optional Third Party Components'''&lt;br /&gt;
&lt;br /&gt;
Depending on the tasks you wish to perform, you must install one or more other third party components.&lt;br /&gt;
&lt;br /&gt;
''Required and Optional Components''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Component  &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Oracle JDK 1.6.0 or higher&lt;br /&gt;
| Required.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; Oracle JDK 1.6.0 is required to start the GreenVulcano Universal Installer.&lt;br /&gt;
|-&lt;br /&gt;
| JBoss 5.1.0 GA&lt;br /&gt;
| Optional.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; JBoss 5.1.0 GA Application Server is part of the installation process &amp;lt;br/&amp;gt;but you can choose to not install it using your already existing  installtion.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Please note that different versions are not supported and the installer will exit.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GreenVulcano Universal Installer'''&lt;br /&gt;
&lt;br /&gt;
{{GVESB}} is based on  GreenVulcano Universal Installer 1.0.0 which supports multiple GV_HOME installation on a system and will have a screen asking whether to use a new or an existing JBoss 5.1.0 GA installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
When installing {{GVESB}}, you should always use the same JBoss 5.1.0 GA installation simply choosing &amp;quot;Custom Installation&amp;quot; deselecting the &amp;quot;JBoss AS 5.1.0.GA&amp;quot; package and selecting your JBOSS_HOME when asked.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
Running the GreenVulcano Universal Installer the following options are available for certain platforms in both Console and GUI mode:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Options &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86-64&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (SPARC) (64-bit)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (x86-64)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| IBM AIX (PPC64)&lt;br /&gt;
| -java-home&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;-console&amp;lt;br/&amp;gt;&lt;br /&gt;
| JRE directory which point to desired bin/java executable.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Run the installer in console mode.&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Windows (all)&lt;br /&gt;
| no options&lt;br /&gt;
| The installer is available only in GUI mode without specifying any options.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Uninstalling GreenVulcano ESB'''&lt;br /&gt;
&lt;br /&gt;
To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=2630</id>
		<title>Installer Overview</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Installer_Overview&amp;diff=2630"/>
		<updated>2012-02-23T16:43:59Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The installer allows you to run in different mode:&lt;br /&gt;
&lt;br /&gt;
# GUI mode&lt;br /&gt;
# Console mode&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GUI mode'''&lt;br /&gt;
&lt;br /&gt;
In GUI mode, the installer presents a wizard that allows you to make your choices about product configuration and component selection.&amp;lt;br/&amp;gt;&lt;br /&gt;
When you start the installer by simply execute it, GUI mode is used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Console mode'''&lt;br /&gt;
&lt;br /&gt;
Console mode allows you to run the installer from a command line.&amp;lt;br/&amp;gt;&lt;br /&gt;
It is useful on system where a graphic environment is not available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Required and Optional Third Party Components'''&lt;br /&gt;
&lt;br /&gt;
Depending on the tasks you wish to perform, you must install one or more other third party components.&lt;br /&gt;
&lt;br /&gt;
''Required and Optional Components''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Component  &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Oracle JDK 1.6.0 or higher&lt;br /&gt;
| Required.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; Oracle JDK 1.6.0 is required to start the GreenVulcano Universal Installer.&lt;br /&gt;
|-&lt;br /&gt;
| JBoss 5.1.0 GA&lt;br /&gt;
| Optional.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; JBoss 5.1.0 GA Application Server is part of the installation process &amp;lt;br/&amp;gt;but you can choose to not install it using your already existing  installtion.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Please note that different versions are not supported and the installer will exit.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GreenVulcano Universal Installer'''&lt;br /&gt;
&lt;br /&gt;
{{GVESB}} is based on  GreenVulcano Universal Installer 1.0.0 which supports multiple GV_HOME installation on a system and will have a screen asking whether to use a new or an existing JBoss 5.1.0 GA installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
When installing {{GVESB}}, you should always use the same JBoss 5.1.0 GA installation simply choosing &amp;quot;Custom Installation&amp;quot; deselecting the &amp;quot;JBoss AS 5.1.0.GA&amp;quot; package and selecting your JBOSS_HOME when asked.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
Running the GreenVulcano Universal Installer the following options are available for certain platforms in both Console and GUI mode:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Platform  &lt;br /&gt;
! Options &lt;br /&gt;
! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Linux x86-64&lt;br /&gt;
| Service Pack 3 (x86 &amp;amp; x86-64)  &lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (SPARC) (64-bit)&lt;br /&gt;
| Service Pack 1 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| Solaris (x86-64)&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
| IBM AIX (PPC64)&lt;br /&gt;
| R2 (x86 &amp;amp; x86-64)&lt;br /&gt;
| 233&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Uninstalling GreenVulcano ESB'''&lt;br /&gt;
&lt;br /&gt;
To uninstall your {{GVESB}} you can simply navigate through the Uninstaller directory located under your GV_HOME path and invoke:&amp;lt;br/&amp;gt; &lt;br /&gt;
 ''java -jar GreenVulcano_Uninstaller.jar''&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you have multiple GV_HOME on your system in the same INSTALL_PATH that sharing the same JBoss 5.1.0 GA installation please leave the ''&amp;quot;Force deletion of&amp;quot;'' checkbox unselected.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note: The ''&amp;quot;Force deletion of&amp;quot;'' checkbox if selected will remove all the files and directories under your INSTALL_PATH.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2629</id>
		<title>Install using Console Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2629"/>
		<updated>2012-02-23T16:40:54Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Console Mode enable platforms where graphic environment is not available to install {{GVESB}}.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is available just for *nix platform running:&lt;br /&gt;
 GreenVulcanoUniversalInstaller -console&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Installation Options'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''; only *nix platforms&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2628</id>
		<title>Install using Console Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_Console_Mode&amp;diff=2628"/>
		<updated>2012-02-23T16:32:09Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: Created page with &amp;quot;To install {{GVESB}} in GUI mode: # Open the physical media or download the {{GVESB}} package. # Extract the {{GVESB}} archive file to a temporary directory. # Navigate to the te...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''; only *nix platforms&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2627</id>
		<title>Install using GUI Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2627"/>
		<updated>2012-02-23T16:27:27Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-default: The standard ports, for instance HTTP port is 8080.&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''; only *nix platforms&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2625</id>
		<title>Install using GUI Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2625"/>
		<updated>2012-02-23T16:22:34Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''; only *nix platforms&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished. Click Done to complete installation.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2624</id>
		<title>Install using GUI Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2624"/>
		<updated>2012-02-23T16:21:47Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;br /&gt;
#The installation process will now start copying files on your system. Click Next when finish.&lt;br /&gt;
#The Post Processing screen display. The installer configures the startup scripts and GV Console properties files with parameters defined at point 9. Click Next.&lt;br /&gt;
#The Post Installation Summary screen display. The installation is successfully completed. Some useful information are displayed like:&lt;br /&gt;
##'''Post Installation Requirement'''; only *nix platforms&lt;br /&gt;
##'''Starting {{GVESB}}'''&lt;br /&gt;
##'''Uninstall {{GVESB}}'''&lt;br /&gt;
##'''Support'''&lt;br /&gt;
#Click Next. Installation finished.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2622</id>
		<title>Install using GUI Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2622"/>
		<updated>2012-02-23T16:12:53Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''. If you are installing another server in the INSTALL_PATH where there are other servers be sure that its name will differs from the others.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;br /&gt;
##'''Username:''' The username for GV Console administration; default is ''&amp;quot;admin&amp;quot;''.&lt;br /&gt;
##'''Password:''' The username password; please note that passwords must contains at least (1) upper case letter, (1) lower case letter,  (1) number or special character and must be at least (8) characters in length.&lt;br /&gt;
#Click Next. If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Summary Installation screen display. Click Next.&lt;br /&gt;
#If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Process Panell screen display. The installer check for your JBoss 5.1.0 GA version for compatibility reason. If it is compatible a confirmation message will display. Click Next.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2620</id>
		<title>Install using GUI Mode</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Install_using_GUI_Mode&amp;diff=2620"/>
		<updated>2012-02-23T16:03:01Z</updated>

		<summary type="html">&lt;p&gt;N.decarlo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To install {{GVESB}} in GUI mode:&lt;br /&gt;
# Open the physical media or download the {{GVESB}} package.&lt;br /&gt;
# Extract the {{GVESB}} archive file to a temporary directory.&lt;br /&gt;
# Navigate to the temporary directory.&lt;br /&gt;
# Run GreenVulcanoUniversalInstaller. The Welcome screen displays.&lt;br /&gt;
# Click Next. The License Agreement screen appears. After reading through the license text, click ''&amp;quot;I accept the terms of the license agreement&amp;quot;'' and then click Next.&lt;br /&gt;
# The Installation Type screen displays. Choose ''&amp;quot;Complete Installation&amp;quot;'' or ''&amp;quot;Custom Installation&amp;quot;'' then click Next.&lt;br /&gt;
# The Installation Target Path selection screen displays. Choose your target installation path (INSTALL_PATH) then click Next.&lt;br /&gt;
# If you choose ''&amp;quot;Custom Installation&amp;quot;'' as Installation Type the Select Installation Packages screen displays. You can choose to deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package if you already have your own installation and you want to use it to deploy {{GVESB}}. Click Next.&lt;br /&gt;
# The jBoss Configuration screen display. You should now specify the following parameters for your JBoss instance:&lt;br /&gt;
##'''JBoss Installation Path:''' where JBoss AS 5.1.0.GA must be installed or where it is installed in case you choose ''&amp;quot;Custom Installation&amp;quot;''&amp;lt;br/&amp;gt;and deselect ''&amp;quot;JBoss AS 5.1.0.GA&amp;quot;'' package.&lt;br /&gt;
##'''Server Name:''' The name of the server that will be deployed under server/ directory; default is ''&amp;quot;GreenV&amp;quot;''.&lt;br /&gt;
##'''Server Address:''' The server address on which the ''&amp;quot;Server Name&amp;quot;'' will listen on.; default ''&amp;quot;0.0.0.0&amp;quot;'' means all available addresses.&lt;br /&gt;
##'''JBoss Port Configuration:''' The portset that will be used by the server; ''&amp;quot;ports-default&amp;quot;'' means the standard ports, for instance HTTP port is 8080. You can choose different portset to be sure that those ports are available on your system:&lt;br /&gt;
### ports-01: The standard ports incremented by 100. For example, HTTP is on 8180.&lt;br /&gt;
### ports-02: The standard ports incremented by 200. For example, HTTP is on 8280.&lt;br /&gt;
### ports-03: The standard ports incremented by 300. For example, HTTP is on 8380.&lt;/div&gt;</summary>
		<author><name>N.decarlo</name></author>
		
	</entry>
</feed>