14. März 200719 j Hallo, ich versuche Apache und Tomcat kommunizieren zu lassen. Habe Windows XP Apache HTTP Server 2.2.4 Apache Tomcat 5.5.23 und tomcat-connectors-1.2.21. Zusätzlich habe ich mod_jk.so heruntergeladen (weil es kein .dll bei apache.org gibt) und in Apache-Ordner unter modules kopiert. Bei der Konfiguration von Apache habe ich in httpd.conf folgendes eingetragen: <IfModule !mod_jk.c> LoadModule jk_module modules/mod_jk.so </IfModule> <IfModule mod_jk.c> JkWorkersFile "conf/workers.properties" JkLogFile /logs/mod_jk.log" JkLogLevel warn </IfModule> Wenn ich den Server neu starten möchte, bekomme ich die Fehlermeldung "The requested operation has failed!". Was mache ich falsch? Bin für jede Hilfe dankbar! Gruß
16. März 200719 j existiert das WorkersFile? ist es korrekt eingestellt? läuft der Tomcat fehlerfrei? was scheint in den logfiles von Apache und Tomcat auf? sind JAVA_HOME und CATALINA_HOME korrekt gesetzt, respektive ist das korrekte JDK vorhanden? s'Amstel
17. März 200719 j Also, ich habe folgendes gemacht: Meine Umgebungsvariablen sind wie folgt gesetzt: APACHE_HOME = C:\Programme\Apache Software Foundation\Apache2.2 CATALINA_HOME = C:\Programme\Apache Software Foundation\Tomcat 5.5 JAVA_HOME = C:\Programme\Java\jdk1.5.0_10\ Path = ...C:\Programme\Java\jdk1.5.0_10\bin;C:\Programme\Apache Software Foundation\Tomcat 5.5\bin;C:\Programme\Apache Software Foundation\Apache2.2\bin; mod_jk.so in C:\Programme\Apache Software Foundation\Apache2.2\modules kopert. Ja, es ist ein so, weil Apache für Win auch so anbietet und kein dll. Den httpd.conf habe ich um <IfModule !mod_jk.c> LoadModule jk_module modules/mod_jk.so </IfModule> ergänzt. Bei einem Restart von Apache, bekomme ich die Fehlermeldung: "The requested operation has failed!". Warum läuft das nicht. Was ist den falsch? Hat jemand eine Idee? Gruß Anna
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.