Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The console's menu items appear in the left hand side. Usually they are divided as Main, Monitor, Configure and Tools although additional menus may appear depending on the availability of features. Each of these menus carries a list of sub menus. A product's menus and sub menus may vary depending on the product version and any additional feature you have installed to provision the server.

Excerptinfo
hiddenicontruefalse

Introducing the management console of WSO2 products.If you leave the Management Console unattended for a defined time, its login session will time out. The default timeout value is 15 minutes, but you can change this in <PRODUCT_HOME>/repository/conf/tomcat/carbon/WEB-INF/web.xml file as follows:

Code Block
languagehtml/xml
<session-config>
   <session-timeout>15</session-timeout>
</session-config>