Question

Je copie simplement « fourmi » et « tomcat » dans /usr/local/ puis ajouter ces lignes à /etc/profile:

export JAVA_HOME=/usr/java/latest
export JRE_HOME=/usr/java/latest/jre
export ANT_HOME=/usr/local/ant
export CATALINA_HOME=/usr/local/tomcat
export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH

#ant -version return:
Apache Ant(TM) version 1.8.2 compiled on December 20 2010

serveur web Apache fonctionne bien, http: // localhost / est ok


http://tomcat.apache.org/tomcat -3,3-doc / mod_jk-howto.html # s7 dit que startup.sh avec option jkconf va générer un fichier dans:

Include TOMCAT_HOME/conf/auto/mod_jk.conf

mais ne est pas là


J'exécutez la commande suivante:

[root@localhost tomcat]# sh startup.sh -jkconf
Était-ce utile?

La solution

Je l'ai. Je ne comprends pas pourquoi, mais après tout redémarrage fonctionne très bien

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top