Re: Tomcat - Apache - Jk

2005-06-09 Thread Anto Paul
On 6/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is it normal that Apache configured to relay jsp's to Tomcat doesn't write > the contents of the page (jpeg, gif, css and others) in it's access log ? > > > > I've configured Apache to relay only .jsp and .do requests, how is it that >

Tomcat - Apache - Jk

2005-06-09 Thread luc_boudreau
Is it normal that Apache configured to relay jsp's to Tomcat doesn't write the contents of the page (jpeg, gif, css and others) in it's access log ? I've configured Apache to relay only .jsp and .do requests, how is it that the images don't show up in the access log ??? Luc Boudreau

Re: Tomcat/Apache/JK(2)?

2005-05-20 Thread Tom Holmes Jr.
I have Tomcat 5.5.9 using JK to communicate with Apache 2.0.54 just fine. The workers.properties file is configured correctly, the httpd.conf is configured correctly, and I had to make a small change to server.xml to call my new site. This is all running on one Windows 2000 Server machine.

Re: Tomcat/Apache/JK(2)?

2005-05-20 Thread Darryl Wilburn
The only change I made to httpd.conf was to add the line: Include "C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\mod_jk.conf". (You can put the .conf file anywhere, you just have to tell Apache where it's located.) I did find that the HowTo instructions directed you to use "Auto-co

Re: Tomcat/Apache/JK(2)?

2005-05-19 Thread Tom Holmes Jr.
I agree I should work with the files first to see if I can get it to work. I used the sample workers.properties file from Tomcat 5.5 in order to create my working workers,properties file.So, now when I restart Apache2, it doesn't complain and it looks like it is communicating with Tomcat 5

Re: Tomcat/Apache/JK(2)?

2005-05-19 Thread Darryl Wilburn
Tom, If you need them, I can send you my actual files. Although I encourage you to do all you can do on your own to figure it out. It'll pay huge dividends in the end if you understand what you had to do to make it work. DW --- "Tom Holmes Jr." <[EMAIL PROTECTED]> wrote: > I can't thank you eno

Re: Tomcat/Apache/JK(2)?

2005-05-18 Thread Tom Holmes Jr.
I can't thank you enough. I was wondering if anyone had done it, and you certainly have. The sample files I have has always been the biggest hurdle for me also. The mod_jk.so I am using is "mod_jk-1.2.13-apache-2.0.54.so" which I think is for Windows. I'll refer to the same directions you us

Re: Tomcat/Apache/JK(2)?

2005-05-18 Thread Darryl Wilburn
Tom, I have Tomcat 5.5.7, Apache 2.0.54, JRE 1.5.0_03, JK 1.2.11, running on Win2k3 server with no problems. The biggest hurdle I had to get over was making the necessary changes on the sample files included with the software. (the worker names didn't match) The files required are mod_jk.so (dow

RE: Tomcat/Apache/JK(2)?

2005-05-18 Thread Didier McGillis
: "Tom Holmes Jr." <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: tomcat-user@jakarta.apache.org Subject: Tomcat/Apache/JK(2)? Date: Wed, 18 May 2005 11:02:00 -0400 Ok, I'm not a newbie to Apache 2.x, Tomcat 4.x, JK2 with Java SDK 1.4.x ... I have gotten these

Tomcat/Apache/JK(2)?

2005-05-18 Thread Tom Holmes Jr.
Ok, I'm not a newbie to Apache 2.x, Tomcat 4.x, JK2 with Java SDK 1.4.x ... I have gotten these to work over the years with few problems either on a Windows or Linux environment. I've modified the httpd.conf file and workers2.properties files under Apache 2.x, and the server.xml and jk2.prope

RE: Tomcat, Apache, JK/JK2, mod_backhand

2004-02-10 Thread Krell, Andrew
mcat Users List Subject: Tomcat, Apache, JK/JK2, mod_backhand I'm currently playing about with the above bits, and mod_backhand needs Apache 1.x, so I'm wondering if any1 can save me a little time by telling me if I'm using Apache 1.3.x with Tomcat 5.0.18, which is the best connect

Tomcat, Apache, JK/JK2, mod_backhand

2004-02-10 Thread Pete Stokes
I'm currently playing about with the above bits, and mod_backhand needs Apache 1.x, so I'm wondering if any1 can save me a little time by telling me if I'm using Apache 1.3.x with Tomcat 5.0.18, which is the best connector to use, jk / jk2 for a production environment ? The jk docco on jakarta tel

Re: Tomcat, Apache, JK, Internal Server Errors (intermittent)

2002-11-19 Thread tomcat
I think I've got to the bottom of this. You must make sure the tomcat AJP1.3 connector has at least the same number of processors (MaxProcessors) as are defined in apache httd.conf (MaxClients). Each apache process grabs an ajp1.3 processor and holds it for it's lifetime, at which point tomcat r

Tomcat, Apache, JK, Internal Server Errors (intermittent)

2002-11-18 Thread NickL
Config: Tomcat 4.0.6, Apache 1.3.27, JK1.2 After a while (~100 requests) you get mostly Internal Server Errors when accessing the service through apache. However, accessing Tomcat directly on 8080 works fine still. Does anyone have any ideas why this is and how to fix it? It's as if tomcat ru

RE: TOMCAT/Apache & jk

2001-02-01 Thread Mike Braden
Nadia, I'm not sure about Digital Unix, but the first line should be the library file, which is usually a shared object library (Sun=.so, HPUX=.sl) i.e. LoadModule jk_module libexec/mod_jk.so > LoadModule jk_module libexec/mod_jk.c > AddModulemod_jk.c Also, make sure that mod_jk is

TOMCAT/Apache & jk

2001-01-31 Thread Mazzino Nadia
Hi, I tried to install TOMCAT 3.2.1 with Apache 1.3.9 and jk on a Digital Unix 5.0a (Tru64Unix) I need them to load JSP I began with TOMCAT, and the installation was fine; I succeded in running TOMCAT without errors. Then I tried to configure Apache to work with TOMCAT, but, after this command: