Need a list of packages to install JWS 3.x as a group install
Issue
- For EWS 2.x tomcat installation using puppet we are passing the packages required to install as a array to puppet package resource as follows :
$tomcat_packages = [ $tomcat_version,
"${tomcat_version}-webapps",
"${tomcat_version}-admin-webapps",
'tomcat-native',
'mod_cluster',
'mod_cluster-native',
"mod_cluster-${tomcat_version}",
"${tomcat_version}-log4j",
]
- Similarly for JWS 3.x do we have a list as above or will be single command like yum groupinstall jws3 or can we specify the individual packages that are required as we did for EWS 2.x.
Environment
- RedHat JBoss Web Server (JWS)
- 3.0.2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
