Difference between revisions of "GV Console"

From GreenVulcano Wiki
Jump to: navigation, search
(Access)
Line 1: Line 1:
==Definition==
+
==Description==
  
Once a [[service]] has been created, the user must be able to manage all the {{GVESB}} infrastructure and monitoring the system on which it is working. Adding to these services its respective system, channel, operations, together with other elements valid for the {{GVESB}} correct operation, the level of complexity increases. It is therefore necessary to have visibility and control system performance.
+
The {{GVCONSOLE}} is a Web Application which provide a centralized point to manage, monitor and administer all the {{GVESB}} instances.
  
 
+
The application make easier the deployment of Services on the {{GVESB}} servers, the functional testing, the log listing and system performance visualization.
For this reason it was created the {{GVCONSOLE}}. Basically it is a Web Application which can centrally manage, monitor and administer all the {{GVESB}} instances, making also easer the server application deployment and its posterior monitoring and maintenance.
 
  
 
==Access==
 
==Access==
Line 10: Line 9:
  
  
{{GVESB}} Console is available at:
+
{{GVESB}} Console can be accessed at the URL:
  
  
Line 16: Line 15:
  
  
where ''ipAddress'' is the server address where the application has been deployed and ''gvconsole'' is the name given to the web console.
+
where ''ipAddress'' is the server address where the application has been deployed and ''gvconsole'' is the name given to the web application.
In order to display the web console, user must login by submitting a valid administrative ''username'' and ''password''.
+
In order to display the web console, users must login by submitting a valid administrator account credentials.
  
 
=={{GVCONSOLE}} Menu==
 
=={{GVCONSOLE}} Menu==
Line 25: Line 24:
 
[[File:GVConsoleInitPage.jpg|thumb|400px|GVConsole]]
 
[[File:GVConsoleInitPage.jpg|thumb|400px|GVConsole]]
  
* deploy a new service ([[Deploy New Services]]);
+
* Deploy a new service ([[Deploy New Services]]);
* configure a parameter directly into the XML document ([[Parameter]]);
+
* Modify the {{GVESB}} XML configuration ([[Parameter]]);
* configure the web service ([[Web Service]]);
+
* Manage WebService deployment ([[Web Service]]);
* use the {{GVCONSOLE}} Tools ([[Utility]])
+
* Use {{GVCONSOLE}} Tools ([[Utility]])
* test the {{GVESB}} services ([[Testing]]);
+
* Test {{GVESB}} services ([[Testing]]);
* view the log messages ([[Log]])
+
* View the log messages ([[Log]])
* create reports ([[Report]]);
+
* Create BIRT reports ([[Report]]);
* see the save point ([[SavePoint]]);
+
* Manage the SavePoint ([[SavePoint]]);
* Monitor the JVM ([[Monitoring]]).
+
* Monitor JVM metrics ([[Monitoring]]).
  
 
==Next steps==
 
==Next steps==
  
In order to learn more about {{GVCONSOLE}} see [[Example using the {{GVCONSOLE}}]] section. Otherwise, if you already know how this web application works, you may want to [[Deploy New Services|deploy the new services]] and test your [[{{VULCON}} first flow]].
+
In order to learn more about {{GVCONSOLE}} see [[Example using the {{GVCONSOLE}}]] section. Otherwise, if you already know how this application works, you may want to [[Deploy New Services|deploy the new services]] and test your [[{{VULCON}} first flow]].

Revision as of 16:47, 25 January 2012

Description

The GV Console is a Web Application which provide a centralized point to manage, monitor and administer all the GreenVulcano® ESB instances.

The application make easier the deployment of Services on the GreenVulcano® ESB servers, the functional testing, the log listing and system performance visualization.

Access

Access GVConsole


GreenVulcano® ESB Console can be accessed at the URL:


http://ipAddress:port/gvconsole (Ex. http://localhost:8080/gvconsole)


where ipAddress is the server address where the application has been deployed and gvconsole is the name given to the web application. In order to display the web console, users must login by submitting a valid administrator account credentials.

GV Console Menu

With the GV Console you can:

GVConsole

Next steps

In order to learn more about GV Console see Example using the GV Console section. Otherwise, if you already know how this application works, you may want to deploy the new services and test your VulCon first flow.