Coadunation Web Console
Each Coadunation instance comes with its own Web Console to manage it. This is made available via port 8080 on the box that the server is installed on.
Example if the server is running on your own box: http://localhost:8080

The above image displays the default home for Coadunation. This is a page that has some documentation on Coadunation and some menubar links.
The menu-bar links provide the following:
- Home: This is a link to the current frontend
- Webmail: This is a link to the Webmail frontend provided with the Server.
- Tomcat: a link to the Tomcat Application Server Console
- Coadunation Admin: This is the link to the Coadunation Web Console.
- Documentaion: A link to further documentation on Coadunation.
To access the Coadunation Web Console simple click on the menu-bar link labeled "Coadunation Admin" and when requested enter a username and password. The default Administrator username is "admin" the password is the one supplied during install. (Note: follow the same process to access the Tomcat Console)
After this is done the Web Console will appear like the following:

The frontend is broken down into the following components via tabs:
- MX Beans: These are all the management interfaces available within a Coadunation install. By invoking a method on one of the interfaces presented here a user will be able to manage a piece of functionality available within the install.
- Daemons: These are the daemon interfaces available within an install (This tab is here for documentary purposes as these API's will be used programatically rather than by this console).
- Web Services: The web services and wsdl files available for this instance.
Note: Help is made available on each tab by clicking on the help button in the bottom left hand corner
