Hi, Im trying to configure apache 2.0.54 on Fedora4 and tomcat 5.5.3 on RHEL3 so that I can access jsp pages on the RHEL3 machine using the apache 2.0.54 web server. Im trying to accomplish using the mod_jk conector. Althoug, I was able to use the mod_jk connector properly on the localhost, but mod_jk is not working when Im accessing the RHEL3 tomcat.
Below is the mod_jk.log under the fedora4 machines using apache 2.0.54 Attached shm:/etc/httpd/logs/jk-runtime-status [Sat Oct 07 17:46:02 2006] [3975:63168] [debug] jk_child_init::mod_jk.c (2316): Initialized mod_jk/1.2.14 [Sat Oct 07 17:46:02 2006] [3976:63168] [debug] do_shm_open::jk_shm.c (200): Shared memory is already open [Sat Oct 07 17:46:02 2006] [3976:63168] [debug] jk_child_init::mod_jk.c (2306): Attached shm:/etc/httpd/logs/jk-runtime-status [Sat Oct 07 17:46:02 2006] [3976:63168] [debug] jk_child_init::mod_jk.c (2316): Initialized mod_jk/1.2.14 [Sat Oct 07 17:46:02 2006] [3977:63168] [debug] do_shm_open::jk_shm.c (200): Shared memory is already open [Sat Oct 07 17:46:02 2006] [3977:63168] [debug] jk_child_init::mod_jk.c (2306): Attached shm:/etc/httpd/logs/jk-runtime-status [Sat Oct 07 17:46:02 2006] [3977:63168] [debug] jk_child_init::mod_jk.c (2316): Initialized mod_jk/1.2.14 [Sat Oct 07 17:46:05 2006] [3970:63168] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/servlets-examples' from 0 maps [Sat Oct 07 17:46:05 2006] [3970:63168] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/servlets-examples' from 0 maps [Sat Oct 07 17:46:06 2006] [3971:63168] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/servlets-examples' from 0 maps [Sat Oct 07 17:46:06 2006] [3971:63168] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/servlets-examples' from 0 maps Below is the catalina.out on the RHEL3 machine with tomcat 5.5.3 Oct 7, 2006 6:09:14 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-80 Oct 7, 2006 6:09:14 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 779 ms mod_jk location: libexec/mod_jk.so Make sure it is installed corectly or set the config location Using <Listener className="org.apache.jk.config.ApacheConfig" modJk="PATH_TO_MOD_JK.SO_OR_DLL" /> Oct 7, 2006 6:09:14 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Oct 7, 2006 6:09:14 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.3 Oct 7, 2006 6:09:14 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Oct 7, 2006 6:09:15 PM org.apache.catalina.core.ApplicationContext log INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]] Oct 7, 2006 6:09:15 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Oct 7, 2006 6:09:15 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Oct 7, 2006 6:09:15 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Oct 7, 2006 6:09:15 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Oct 7, 2006 6:09:15 PM org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: validateJarFile(/var/tomcat/webapps/amrdashboard/WEB-INF/lib/servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class Oct 7, 2006 6:09:15 PM org.apache.catalina.startup.ContextConfig applicationWebConfig INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/CDCHRMS] log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase). log4j:WARN Please initialize the log4j system properly. Oct 7, 2006 6:09:16 PM org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: validateJarFile(/var/tomcat/webapps/DemoReport/WEB-INF/lib/servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class Controller Servlet Of Web application quality Analysis started Oct 7, 2006 6:09:16 PM org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: validateJarFile(/var/tomcat/webapps/reportLoad/WEB-INF/lib/servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class Oct 7, 2006 6:09:16 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-80 Oct 7, 2006 6:09:16 PM org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 Oct 7, 2006 6:09:16 PM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=1/20 config=null Oct 7, 2006 6:09:16 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 2217 ms -- Danish Siddiqui HOV Services Ltd. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]