frames and mod_jk on Windows

2005-08-05 Thread Frédéric Viollet
Hi all, Is anyone aware of a problem with using frames and mod_jk on windows? I'm using Apache 1.3.33 - mod_jk 1.2.14 and I've got the folowing problem: I'm trying to access an HTML page with frames in it. Only the first frame is correctly displayed; the other says Internal Server Error My

Re: frames and mod_jk on Windows

2005-08-05 Thread Frédéric Viollet
Frédéric Viollet a écrit : Hi all, Is anyone aware of a problem with using frames and mod_jk on windows? I'm using Apache 1.3.33 - mod_jk 1.2.14 and I've got the folowing problem: I'm trying to access an HTML page with frames in it. Only the first frame is correctly displayed; the other

Anyone used mod_jk on windows ??

2005-05-13 Thread Rehman Adil \(KI/EAB\)
Hi, Is there anyone on this group who has tried Apache 2 with tomcat 5 for loadbalancing using mod_jk on Windows ?? I am trying to use Apache 2.0 on windows to load balance three tomcat workers using mod_jk (mod_jk_1.2.6_2.0.50.dll). When I browse the URL (http://localhost/jsp-examples

Howto compile mod_jk for windows systems for Apache and mod_jk2 for Apache2!

2003-11-27 Thread Klaus Wienert
Its not as simple as I thought, but I have done it. 0. This is a short, short, very short howto 1. Prerequisites Microsoft Visual C++ 6.0 Apache 1.3 or Apache 2 Ant (http://ant.apache.org/) JkAnt (http://www.apache.org/dist/jakarta/tomcat-4/v4.1.29/src/jakarta-tomcat-conn ectors-4.1.29-src.zip

Re: mod_jk on windows

2003-07-25 Thread John Turner
Subject: Re: mod_jk on windows If its defined in Tomcat's server.xml, it should already be in mod_jk.conf. You don't want duplicate entries for JkMount. John Ravi Pachipala wrote: I defined JKMount in httpd.conf. However, I find it to be already generated in mod_jk.conf under tomcat

mod_jk on windows

2003-07-24 Thread Ravi Pachipala
Has any one made the apache-tomcat communication work on Wilndows 2000 machines? I have read some HOWTOs and they mostly talk about doing it on linux machines. I am planning to use the Coyote connector. I was able to download mod_jk.dll for windows but couldn't find the standard templates like

Re: mod_jk on windows

2003-07-24 Thread John Turner
Step-by-step: http://www.johnturner.com/howto John Ravi Pachipala wrote: Has any one made the apache-tomcat communication work on Wilndows 2000 machines? I have read some HOWTOs and they mostly talk about doing it on linux machines. I am planning to use the Coyote connector. I was able to

RE: mod_jk on windows

2003-07-24 Thread Ravi Pachipala
- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:48 AM To: Tomcat Users List Subject: Re: mod_jk on windows Step-by-step: http://www.johnturner.com/howto John Ravi Pachipala wrote: Has any one made the apache-tomcat communication work on Wilndows 2000 machines

Re: mod_jk on windows

2003-07-24 Thread John Turner
url patterns to Tomcat. For example, if my url has /ep/, I would like the request to go to Tomcat. Thanks for your help Ravi -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:48 AM To: Tomcat Users List Subject: Re: mod_jk on windows Step

RE: mod_jk on windows

2003-07-24 Thread Ravi Pachipala
problem with ports? I configured tomcat to work in stand-alone mode on port 7001. Any help is appreciated. Thanks Ravi -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 1:40 PM To: Tomcat Users List Subject: Re: mod_jk on windows Thanks

Re: mod_jk on windows

2003-07-24 Thread John Turner
- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 1:40 PM To: Tomcat Users List Subject: Re: mod_jk on windows Thanks for the kind words. Try: JkMount /ep/* ajp13 or better yet: JkMount /ep/*.jsp ajp13 JkMount /ep/servlet/* ajp13 John Ravi Pachipala wrote: Thanks

RE: mod_jk on windows

2003-07-24 Thread Ravi Pachipala
Where should JkMount be defined? Should it be in Tomcat's server.xml or Apache's httpd.conf? Thanks Ravi -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:41 PM To: Tomcat Users List Subject: Re: mod_jk on windows If its defined in Tomcat's

RE: mod_jk for Windows

2002-06-21 Thread Turner, John
I have apache 1.3 and tomcat working successfully with mod_jk on Windows 2000 Pro. I follwed the instructions at this location: http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Koes, Derrick

RE: mod_jk for Windows

2002-06-21 Thread Charles Sanders
.xml Good Luck! -Original Message- From: Koes, Derrick [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 5:03 PM To: '[EMAIL PROTECTED]' Subject: mod_jk for Windows I cannot seem to find a combination of apache httpd and tomcat that will work together. I've tried: Apache

mod_jk for Windows

2002-06-20 Thread Koes, Derrick
I cannot seem to find a combination of apache httpd and tomcat that will work together. I've tried: Apache 1.3.26 + Tomcat 3.3.1 -- Doesn't understand any of the Jk configuration...Invalid command 'JkWorkersFile'... Apache 1.3.26 + Tomcat 4.0.3 -- same Apache 2.0.39 + Tomcat 4.0.3 --

Re: mod_jk for Windows

2002-06-20 Thread anette mysel
20, 2002 5:02 PM Subject: mod_jk for Windows I cannot seem to find a combination of apache httpd and tomcat that will work together. I've tried: Apache 1.3.26 + Tomcat 3.3.1 -- Doesn't understand any of the Jk configuration...Invalid command 'JkWorkersFile'... Apache 1.3.26 + Tomcat

RE: mod_jk for Windows

2002-06-20 Thread Sexton, George
If you would look at the bottom of the message, you would find instructions on how to unsubscribe. -Original Message- From: anette mysel [mailto:[EMAIL PROTECTED]] Sent: 20 June, 2002 7:26 PM To: Tomcat Users List Subject: Re: mod_jk for Windows PLEASE STOP EMAILING ME. I AM

mod_jk for windows

2002-03-13 Thread Peter Wieland
Hi, I'm using Apache 1.3.20 with Tomcat 3.3a on a Windows 2000 machine. Starting Apache I get the following message: modules/mod_jk.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Can anybody help me how to get this fixed? I have no idea how

RE: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee
to bed but here is my windows 2k tomcat 4.0.1 and apache 1.3.2ish mod_jk conf files. goodluck B -Original Message- From: Surya Suravarapu [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 10:24 PM To: Tomcat Users List Subject: mod_jk for Windows -- HELP

Re: mod_jk for Windows -- HELP

2002-02-25 Thread jyc
Subject: RE: mod_jk for Windows -- HELP Hi guys, I've been trying to configure mod_jk for win2k, tomcat 4.0.2, and apache 1.3.22, and came accross your discussion. The problem I am having now is that apache will not start if I put in all the changes, specifically the line: AddModule

Re: mod_jk for Windows -- HELP

2002-02-25 Thread jyc
thi replace your AddModule directive - Original Message - From: James Lee [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 25, 2002 8:33 PM Subject: Re: mod_jk for Windows -- HELP would this go in the LoadModule section or after AddModule mod_jk.c

Re: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee
List [EMAIL PROTECTED] Sent: Monday, February 25, 2002 8:33 PM Subject: Re: mod_jk for Windows -- HELP would this go in the LoadModule section or after AddModule mod_jk.c ? thanks james --- jyc [EMAIL PROTECTED] wrote: try this : IfModule !mod_jk.c LoadModule

Re: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee
] wrote: thi replace your AddModule directive - Original Message - From: James Lee [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 25, 2002 8:33 PM Subject: Re: mod_jk for Windows -- HELP would this go in the LoadModule section

mod_jk for Windows -- HELP

2002-02-21 Thread Surya Suravarapu
the appropriate documentation of mod_jk for Windows. Thanks in advance. -Surya __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: mod_jk for Windows -- HELP

2002-02-21 Thread Brian Adams
going to bed but here is my windows 2k tomcat 4.0.1 and apache 1.3.2ish mod_jk conf files. goodluck B -Original Message- From: Surya Suravarapu [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 10:24 PM To: Tomcat Users List Subject: mod_jk for Windows -- HELP I'm using

RE: mod_jk for Windows -- HELP

2002-02-21 Thread Surya Suravarapu
: Thursday, February 21, 2002 10:24 PM To: Tomcat Users List Subject: mod_jk for Windows -- HELP I'm using Apache 1.3.20 and Tomcat 4.0.2. I've tried my level best to make mod_webapp work for me. But I had very little luck to make it run, Apache couldn't find many static files! I heard