Hi folks, Running apache server 2.0.42 with mod_jk 1.2.4 and tomcat 4.1.12 all on windows XP professional. Tomcat starts nicely and serves servlets fine via port 8080. Autoconfigured apache to run together with tomcat via mod_jk following the howto's by John Turner. Apache runs without any syntax errors and starts up ok. So everything seems to work fine except that those servlets won't be served via port 80 (static content, however, contained in the WEB-INF location of tomcat IS being served). The logs are not very informative; mod_jk.log is dead empty. However, I did manage to get some more info:
________________________________________________________________________ Tomcat throws up the following message: SEVERE: BAD packet signature 256 01 00 03 47 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 etc. _______________________________________________________________________ So there is communication but very poor. Second the apache erro log tells me: [error] [client 127.0.0.1] client denied by server configuration: C:/jakarta-tomcat-4.1.12/webapps/examples/WEB-INF/ So can anybody help me on this one? workers.properties file: # Definition for Ajp13 worker worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp12.type=ajp13 # End Thanks Arjen ____________________________________________________________________________ "Dit bericht en eventuele aangehechte bestanden zijn vertrouwelijk en uitsluitend bestemd voor de geadresseerde. Ongeautoriseerde verstrekking of bekendmaking aan en gebruik door anderen zijn niet toegestaan. Als u dit bericht per vergissing hebt ontvangen wordt u verzocht dit onmiddellijk aan de afzender te melden en het bericht van uw systemen te verwijderen. De werkgever van de afzender kan niet garanderen dat de verzonden en/of ontvangen informatie juist is en aanvaardt geen aansprakelijkheid voor schade die eruit kan voortvloeien." "This message and any files transmitted with it may contain confidential information and is solely intended for the addressee(s). Any unauthorized disclosure or actions taken in reliance on it are forbidden. If you have received this message in error, please delete it and notify the sender. The employer of the sender does not guarantee that the information sent and/or received is correct and does not accept any liability for damages related thereto." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
