redhat enterprise 6.1 Linux compatible softwares -
i planning install j2ee, spring rest based application on red hat enterprise linux 6.1. want know software version compatible. not sure whether new versions compatible in rel 6.1.
the list of software's need install are
- j2ee
- apache tomcat
- springrest
- mysql
the rhel 6.1 can updated latest versions of java, tomcat. latest mysql, if there dependencies not present in rhel 6.1 try either adding or updating them (using yum or building source).
- j2ee: download oracle java sdk download page [i believe want jdk since j2ee dependencies provided tomcat such servlet etc]
- apache tomcat: download binaries tomcat apache website [http://tomcat.apache.org/]. should enough started. if later on use openssl or apache portable runtime setup well. tomcat documentation has useful documentation set up.
- springrest: believe referring java archives it. can use maven download necessary dependencies or use spring boot (https://spring.io/guides/gs/rest-service/) or search google many examples of bundling spring dependencies application.
- for mysql: refer http://dev.mysql.com/doc/mysql-repo-excerpt/5.6/en/linux-installation-yum-repo.html
Comments
Post a Comment