Re: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear

2002-10-09 Thread Robert L Sowders
If you still want an easy install and configuration for windows, try this one. ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.zip In short here are 7 easy steps to get it working. The jk2.prop and workers2.prop files are attached. Remove .txt from each and use as is. 1.

Re: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear

2002-10-09 Thread Robert L Sowders
To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear The problem is you are using the 2.0.42 mod_jk dll with Apache 2.0.43. You need a mod_jk that was compiled specifically for version 2.0.43

Re: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear

2002-10-08 Thread Henri Gomez
Documentation exist here : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/doc/ Binaries are here : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/win32/ You should now be ready to use JK with Apache 2.0.43 Nota, you could

RE: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear

2002-10-08 Thread Turner, John
PM To: [EMAIL PROTECTED] Subject: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear I'm trying to configure Tomcat 4.1 to run under Apache 2.0.43 on Windows 2000 Advanced server I have succesfuly installed Apache 2.0.43 j2sdk-1_4_1-windows Tomcat 4.1 I'm having

Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear

2002-10-07 Thread Admin Dobsons.org
I'm trying to configure Tomcat 4.1 to run under Apache 2.0.43 on Windows 2000 Advanced server I have succesfuly installed Apache 2.0.43 j2sdk-1_4_1-windows Tomcat 4.1 I'm having trouble connecting Tomcat and Apache. I've read all the documents and everytime I think I know were to go to edit a

Re: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear

2002-10-07 Thread Jacob Kjome
The problem is you are using the 2.0.42 mod_jk dll with Apache 2.0.43. You need a mod_jk that was compiled specifically for version 2.0.43 of Apache. This site is usually up-to-date with the binaries, but only have 2.0.42 binaries right now: http://www.acg-gmbh.de/mod_jk/ Check back for

Re: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear

2002-10-07 Thread Jacob Kjome
Whoops, I didn't read your whole message before I sent the last response. You are looking for auto-generating the config for mod_jk. Try this (change any paths given to match your installation): Put the following immediately within your Server ... element: Listener

Re: Configuring Tomcat4.1 to use Apache2.0.43 win32, Doc's not clear

2002-10-07 Thread sonam singh
in order to connect the apache with tomccat there is two or three way to connecyt 1) using mod_jk 2) mod_webapps 3) mod_jserv 1) with mod_jk , create the mod_jk.dll copy it into apache/modules directory and create the two files one is mod_jk.conf other is worker.properties mod_jk.conf look