"Tomcat war" pattern - Connection Section - "create default connections" runs windows command and pops error for linux OSDescriptionFor "Tomcat war" pattern, under Connection Section - "create default connections", check "step 2. get all http connections" - it executes findstr command, which is a windows command.However the step is also triggered for Linux server, which pops error "bash: findstr: command not found". This is confusing for users.Since the connection section is only for Windows Servers, it should have precondition to skip Linux Servers.Steps to Reproduce -Run service mapping and trigger the "Tomcat war" pattern for Linux server-Check pattern log for "step 2. get all http connections", which gives error "bash: findstr: command not found"WorkaroundPlease import updateset attached, then sync the pattern "Tomcat war" with MID servers.Related Problem: PRB1483298