Installing the Petals Web Console

Version 1 by Adrien Ruffie
on Aug 12, 2010 08:11.

compared with
Version 2 by Adrien Ruffie
on Nov 26, 2010 09:14.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (15)

View Page History
*At the first run* of the Petals Webconsole if you haven't uncomment the following server in the _webconsole.xml_:
{code:lang=xml|title=Default webconsole.xml file}<ns:Servers xmlns:ns="org.ow2.petals.tools.webconsole.xmlbeans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="org.ow2.petals.tools.webconsole.xmlbeans webconsole.xsd ">
<!-- Uncomment this server for a default configuration -->
<!-- <ns:Server port="7700" login="petals" password="petals" host="localhost">
<installedremotecomponent>true</installedremotecomponent>
<remoteport>1099</remoteport>
<remotecontext>RMIComponentContext</remotecontext>
</ns:Server>-->
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="org.ow2.petals.tools.webconsole.xmlbeans webconsole.xsd ">
    <ns:Server port="7700" login="petals" password="petals" host="localhost" domain="default" name="0">
        <installedrmicomponent>false</installedrmicomponent>
        <rmiport>1091</rmiport>
        <rmicontext>RMIComponentContext</rmicontext>
    </ns:Server>
</ns:Servers>{code}
This file is used +to save the current topology+ where you are connected, If any server is declared the following screen is displayed:
This file is used +to save the referential topology+ where you are connected, we will see later how to synchronize current topology and referential topology,

!1.png|thumbnail!
This screen precise to you that no server was found and therefore propose the following attempt to connect to one.
If any server is declared the following screen is displayed:

!empty-first-connection.png|thumbnail!
This screen precise to you that no server was found and therefore propose the following attempt to connect to one.
If you click on "+Try a new server connection+" the following form is displayed:

!2.png|thumbnail!
!try-new-connection.png|thumbnail!
In this form you must provide four parameters:
# The Petals server +host+ like localhost, "_192.168.1.108, 127.0.0.1 ..._"
Petals ESB container or at the start of you container, by the following
String: _service:jmx:rmi:///jndi/rmi://192.168.1.108:7702/jmxRmiConnector_
{note:title=Host resolution}{_}You can either provide an IP address or a hostname, but check to your network administrator if address resolution is available. If you have many Petals nodes spread across different sub networks._{note}

If when you submit the form the connection is available, the following screen are displayed:

!3.png|thumbnail!
!success-server-connection.png|thumbnail!
This message informs you that the connection attempt has succeeded and offers the following succeeded.
action: to save the recovery topology in _webconsole.xml_.

If you reply "_YES_" all recovered servers in topology will be saved in the _webconsole.xml_.

You can see all recovered servers by clicking on "_Manage servers_":

!4.png|thumbnail!




section 14.9 Cache-Control