Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 55529 invoked from network); 11 Nov 2003 17:28:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Nov 2003 17:28:41 -0000 Received: (qmail 93292 invoked by uid 500); 11 Nov 2003 17:28:09 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 93277 invoked by uid 500); 11 Nov 2003 17:28:09 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 93166 invoked from network); 11 Nov 2003 17:28:08 -0000 Received: from unknown (HELO fidji.vianetworks.es) (213.236.7.136) by daedalus.apache.org with SMTP; 11 Nov 2003 17:28:08 -0000 Received: (qmail 3434 invoked by uid 505); 11 Nov 2003 17:27:59 -0000 Received: from unknown (HELO equipo029) (80.37.248.226) by correo with SMTP; 11 Nov 2003 17:27:59 -0000 From: "Yeray Santana Borges" To: "Tomcat Users List" Subject: RE: Apache+Tomcat+Windows, how? Date: Tue, 11 Nov 2003 17:27:51 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <3EA8DC531049154A9BEE4F2DA717D2EC0CBCE4@mail.xeye.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ok, thanks, i am working apache+tomcat over w2000 server. Thanks all again. -----Mensaje original----- De: Asif Chowdhary [mailto:AsifC@xeye.com] Enviado el: martes, 11 de noviembre de 2003 14:05 Para: Tomcat Users List Asunto: RE: Apache+Tomcat+Windows, how? This will solve your problems. The internal module name is different with modjk2 and the commands are different. Below you have the config file you need to make it work. I installed the mod_jk2-2.0.43.dll in apache/modules. Here is what I put into the diffrent config files: httpd.conf: just one single row like this: LoadModule jk2_module modules/mod_jk2-2.0.43.dll Then I added a worker2.properties in Apache/conf/ like this: [logger] level=DEBUG file=c:/programme/apache group/apache2/logs/jk2.log [config] file=c:/programme/apache group/apache2/conf/workers2.properties debug=0 debugEnv=0 # Shared memory handling. Needs to be set. [shm] file=c:/programme/apache group/apache2/logs/shm.file size=1048576 debug=0 #disabled=0 [channel.socket:localhost:8010] port=8010 host=127.0.0.1 debug=0 # Example socket channel, explicitly set port and host. # [channel.socket:localhost:8009] # port=8009 # host=127.0.0.1 # Example UNIX domain socket # [channel.un:/usr/local/tomcat/work/jk2.socket] # tomcatId=localhost:8009 # debug=0 # define the worker [ajp13:localhost:8010] #channel=channel.un:/usr/local/pds/tomcat/work/jk2.socket # To use the TCP/IP socket instead, just comment out the above # line, and uncomment the one below channel=channel.socket:localhost:8010 # define the worker # Announce a "status" worker # Uri mapping [uri:/examples/*] worker=ajp13:localhost:8010 [uri:/javaroom/*] worker=ajp13:localhost:8010 [status:status] [status:] info=Status worker,displays run time informations [uri:/jkstatus/*] info=Display status information and checks the config file for changes. worker=status:status [uri:/status/*] worker=status:status #---- end of workers2.properties---------------- -----Original Message----- From: Yeray Santana Borges [mailto:ysantana@doblediezcanarias.com] Sent: Tuesday, November 11, 2003 8:21 AM To: Tomcat Users List Subject: RE: Apache+Tomcat+Windows, how? ok, well, i can't use mod_jk2-2.0.43.dll with Apache Web Server 2.0.48. After edit http.conf i get this sintax error: Syntax error on line 971 of httpd.conf: Can't locate API module structure `jk_module' in file /modules/mod_jk-2.2.0.43.dll: No error no exist the jk_module in mod_jk-2.2.0.43.dll, what is this?, must compile i and make my owner mod_jk.dll for work with this environment?, has anybody work with this version of dll with Apache 2.0.48? note: When i use the mod_jk1.2.5_2.0.47.dll with apache 2.0.48, it return sintax ok from http.conf test and i can start apache web server -----Mensaje original----- De: Nitschke Michael [mailto:mnitschke@mbi.co.at] Enviado el: martes, 11 de noviembre de 2003 12:32 Para: Tomcat Users List Asunto: AW: Apache+Tomcat+Windows, how? Did you tried it? I think and i read it on this list, that this is a bug/mistake in the description and it should mean 2.0.43 and above. But read the archive before you try it. Mike -----Urspr�ngliche Nachricht----- Von: Yeray Santana Borges [mailto:ysantana@doblediezcanarias.com] Gesendet: Dienstag, 11. November 2003 13:27 An: Tomcat Users List Betreff: RE: Apache+Tomcat+Windows, how? ok, thanks all My problem is that i have apache web server 2.0.48 and the mod_jk.dll is only for apache 2.0.43. I�m searching for other version of mod_jk.dll for 2.0.48 but i can�t find it. Other solution is download another version of apache server that work with that dll. Thanks for help me, at least i have could know what was my problem. -----Mensaje original----- De: adriacom6340@adriacom.it [mailto:adriacom6340@adriacom.it] Enviado el: martes, 11 de noviembre de 2003 8:55 Para: Tomcat Users List Asunto: Re: Apache+Tomcat+Windows, how? The best how to: www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html or: http://johnturner.com/howto/winxp-howto.html Mike Found in jakarta Scrive Bill Barker : > Go to http://jakarta.apache.org/site/binindex.cgi, scroll down to "Tomcat > WebServer Connectors", click on "JK 1.2 Binary Releases", click on "win32", > and, what do you know ;-). > > "Yeray Santana Borges" wrote in message > news:BAEAJHIDLACMHCNMLDJAKEDFCGAA.ysantana@doblediezcanarias.com... > > Hi all, > > > > I�m a spanish newbie using Tomcat. My enviroment: Apache HTTP Server > 2.0.48, > > Jakarta Tomcat 4.1 and w2000 Server. > > > > I can�t connected the Apache Server and Tomcat. I get the binary > > distribution and i can�t find the mod_jk.so that i must include in the > > Apache web with LoadModule directive. > > I get the mod_jk.dll bat after edit http.conf my server don�t start > because > > can find API in mod_jk.dll. I know that i must use Loadmodule "something" > > .... but i don�t know what. > > > > Anybody help me with this configuration? how can i do it? > > > > Thanks, sorry if my english is not correct, i�m a spanish student from > > Canary Island. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org