Default Rules

The table below shows default values for tier naming rules.

AppServerType Sub Category Default Name Example
tomcat

tomcat

tomcat,<JavaUniquePath> tomcat,/staging/apache*.*
tomEE tomee,<JavaUniquePath> tomee,/staging/apache*.*
jboss

standalone

jboss,standalone,<JavaUniquePath> jboss,standalone,/staging/jboss*.*
domain jboss,domain,<JBossServerGroupName>,<JavaUniquePath> jboss,domain,defaultServer,/staging/jboss*.*
glassfish glassfish glassfish,<GlassfishDomainName>,<GlassfishInstanceName>,<JavaUniquePath> glassfish,domain1,domain1,/staging/glassfish*.*
weblogic weblogic weblogic,<WeblogicDomainName>,<WeblogicInstanceName>,<JavaUniquePath> weblogic,domain,weblogic1,/staging/weblogic*.*
websphere WebSphereWAS webspherewas,<WebSphereCellName>, <WebSphereServerName>,<JavaUniquePath> webspherewas,wascell,wasServer,/staging/websphere*.*
Liberty websphereliberty,<WebSphereLibertyServerName>, <JavaUniquePath> websphereliberty,liberty,/staging/websphere*.*
java using jar file java,<JavaMainJar> java,ECommerceApp.jar
using java class name java,<JavaMainClass>,<JavaUniquePath> java,EcommerceApplicaton,/staging/EcommerceApplicaton/**