tomcat - Cannot find a package in yum repo list -


i'm looking tomcat-native (centos 6)

$sudo yum install tomcat-native no package tomcat-native available. error: nothing 

how update yum repository list?

your yum configured search default yum repositories , if can't find package in repository, need specify appropriate repository hosting package. specify using https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/sec-managing_yum_repositories.html below articles might install tomcat-native http://linuxfreaks.in/tomcat-native-library-apr-installation-on-centos/ http://blogoless.blogspot.com/2012/08/how-to-install-apache-tomcat-native.html


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -