Roger, I don't know why the instruction on the Tomcat website include the mod_jk.conf-auto. Since I don't know much about it, so I just followed exactly what they instructed. I bet it does. Try this: http://localhost/examples/jsp/ ==> don't know why it doesn't. That's why I need help. I just reinstalled my Apache and Tomcat. What I changed is below, please check if I'm right: - Put the line: Include "c:\tomcat\conf\mod_jk.conf" in httpd.conf - Changed mod_jk: LoadModule jk_module modules/mod_jk.dll <IfModule mod_jk.c> JkWorkersFile c:/tomcat/conf/workers.properties JkLogFile logs/jk.log JkLogLevel warn JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 JkMount /* ajp12 </IfModule> - I see this in tomcat-apache file: LoadModule jserv_module modules/ApacheModuleJServ.dll ApJServManual on ApJServDefaultProtocol ajpv12 ApJServSecretKey DISABLED ApJServMountCopy on ApJServLogLevel notice ApJServDefaultPort 8007 AddType text/jsp .jsp AddHandler jserv-servlet .jsp Alias /examples "C:/tomcat/webapps/examples" <Directory "C:/tomcat/webapps/examples"> Options Indexes FollowSymLinks </Directory> ApJServMount /examples/servlet /examples ==> I think I should change here too, since it's looking for Jserv, I changed all ApJserv with Jk, and other things relate to mod_jk, this is a guess. After all, nothing's working :((( Sorry to bother you but I must get this work. Don't know if I miss changing something else. I appreciate your time! Thao __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
