The following document includes information about installing and configuring J2EE/JMX agents with a Tomcat Application Server.
The files that belong to the J2EE/JMX agent are stored in the directory IMAGE:AGENTS\JMX.
1. | Setting up the JMX Agent |
---|
Example:
<role rolename="administrators"/>
<user username="admin" password="" roles="admin,manager,administrators"/>
Restart Tomcat to apply the roles.
2. | Using the Web configurationA set of constituent components that make up a system. This includes information on how the components are connected including the settings applied. interface |
---|
Note that the configuration file will be overwritten when you deploy the WAR file again. As a result you will have to redefine your configuration settings. Instead, you can also save a copy of your configuration file (INI file) before you start the deployment and copy it to the folder that includes the web applicationA web application is an application that is accessible over a network (Internet or intranet) and is typically coded in a programming language like Java or JavaScript, combined with a markup language like HTML. Web applications are provided on web servers and web browsers are used as GUI on client computers. after the deployment has taken place.