{{ t('Configuration Wizard: Apache Tomcat') }}
{{ t('Host Information') }}
{{ t('Configure services') }}

{{ t('Apache Tomcat connection settings') }}

{{ t('To enable and activate the status pages within tomcat do the following:') }}
  1. {{ t('Edit Tomcat config /opt/tomcat/conf/tomcat-users.xml (Path maybe differs)') }}
  2. {{ t('Add the following code (change user and password)') }}
    <tomcat-users xmlns="http://tomcat.apache.org/xml"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
        version="1.0">
        <role rolename="manager-gui"/>
        <role rolename="admin-gui"/>
        <user username="admin" password="PasswordXYZ" roles="manager-gui"/>
  3. {{ t('Restart tomcat service') }}

{{ t('Apache Tomcat memory pool Services') }}

{{ t('To avoiding duplicate service configuration, the existing services with the same name will be automatically deselected') }}
{{ t('Discovering memory pools for Services') }}
{{ t('Scan the Apache Tomcat server and find all memory pools. Only possible with a valid configuration for that Apache Tomcat server.') }}
      @if (!memoryPoolService.servicecommandargumentvalues.length) {
      } @else {
      @for ( commandArgument of memoryPoolService.servicecommandargumentvalues; track $index) {
      {{ commandArgument.commandargument.human_name }}
      }
      }