Appclient directory and all appclient related content in $JBOSS_HOME/bin directory exists although appclient pack is excluded during installation. IIRC Installer should keep all files inside bin (patching purposes JBEAP-893) directory with exception for applient files.
reproduce
- exclude the appclient pack from the installation
1 [x] [Required] [Red Hat JBoss Enterprise Application Platform] (13.6 MB) 2 [ ] [AppClient] (35.35 KB) 3 [x] [Required] [Bin] (13.11 MB) 4 [x] [Docs] (7.31 MB) 5 [x] [Required] [Domain] (131.28 KB) 6 [x] [Required] [Domain Scripts] (17.03 KB) 7 [x] [Required] [Modules] (153.34 MB) 8 [x] [Required] [Standalone] (139.02 KB) 9 [x] [Required] [Standalone Scripts] (13.76 KB) 10 [x] [Required] [Welcome Content] (2.11 MB) Total Size Required: 189.78 MB Press 0 to confirm your selections Please select which packs you want to install 0
- see $JBOSS_HOME and $JBOSS_HOME/bin after installation
[pkremens@dhcp-10-40-4-150 ~]$ ls EAP-7.0.0/appclient configuration [pkremens@dhcp-10-40-4-150 ~]$ ls EAP-7.0.0 appclient bin docs domain icons installation JBossEULA.txt jboss-modules.jar LICENSE.txt modules standalone uninstaller version.txt welcome-content [pkremens@dhcp-10-40-4-150 ~]$ ls EAP-7.0.0/bin/ | grep appclient appclient.bat appclient.conf appclient.conf.bat appclient.conf.ps1 appclient.ps1 appclient.sh
- is related to
-
JBEAP-2354 Missing execute permission on standalone.sh and domain.sh scripts
- Closed