apache -- tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
I'm very new to tomcat and apache. I've set up apache to forward to tomcat using mod_jk. It works fine on the localhost, but if I try to connect through to tomcat from any other host I get 404 file not found, although I can connect to apache. As follows: These work on localhost:

Re: apache -- tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Lyndon Tiu
On Mon, 10 Oct 2005 09:01:04 -0700 (PDT) tomcat-user@jakarta.apache.org wrote: I'm very new to tomcat and apache. I've set up apache to forward to tomcat using mod_jk. It works fine on the localhost, but if I try to connect through to tomcat from any other host I get 404 file not found,

Re: apache -- tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
--- Lyndon Tiu [EMAIL PROTECTED] wrote: On Mon, 10 Oct 2005 09:01:04 -0700 (PDT) tomcat-user@jakarta.apache.org wrote: I'm very new to tomcat and apache. I've set up apache to forward to tomcat using mod_jk. It works fine on the localhost, but if I try to connect through to tomcat

Re: apache -- tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
Thanks for the tip Lyndon. It took a few tries, but I finally got it right, I think! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-15 Thread Kiarna Boyd
Hi, I've been following this thread for a bit and can offer some of my painfully gained insights. I have Apache, tomcat 5.0.28, mod_jk and SSL. This is not a real fix, just my workarounds. It drove me nuts forever until I figured out that Apache webserver does not successful apply rewrite

Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
I know this has been asked, but the all the emails and on-line docs don't seem to make sense to me. What I have is this. Apache, Tomcat, Mod_JK all running and working on my server. The SSL on Apache is working as well. All I want to do is have certain urls use SSL on Apache. So when you go

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
sense to me. What I have is this. Apache, Tomcat, Mod_JK all running and working on my server. The SSL on Apache is working as well. All I want to do is have certain urls use SSL on Apache. So when you go to /site it's non-ssl, which works now, but when you access /admin it redirects to SSL

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Mladen Turk
docs don't seem to make sense to me. What I have is this. Apache, Tomcat, Mod_JK all running and working on my server. The SSL on Apache is working as well. All I want to do is have certain urls use SSL on Apache. So when you go to /site it's non-ssl, which works now, but when you access /admin

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
. Where should I look to see why this one works but my app doesn't? Stanczak Group wrote: I know this has been asked, but the all the emails and on-line docs don't seem to make sense to me. What I have is this. Apache, Tomcat, Mod_JK all running and working on my server. The SSL on Apache

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Mladen Turk
Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are saying that you can access

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
test time Stanczak Group wrote: Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are

Re: Apache + Tomcat + Mod_JK + SSL How to? Got it.

2005-08-14 Thread Stanczak Group
It was something simple. I didn't have to mod_jk directive setup on the virtual host with ssl. Stanczak Group wrote: Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure

apache-tomcat-mod_jk-ssl

2005-05-24 Thread faisal
hi guyz i ve just configured to use my tomcat 5.5.x running on win2k machine with apache web server 2.0.49 running on fedora core 2 machine. my application are running perfectly well. infact i m noticing a certain level of increase in performance. however, i get into troubles as soon as i take my

Re: apache-tomcat-mod_jk-ssl

2005-05-24 Thread Tom Holmes Jr.
I have Tomcat 5.5.9 and Apache 2.0.54 running on Windows 2000, connecting them with mod_jk (not jk2). The only thing I want to do now is have Apache run Tomcat in-process like I did with jk2, is this possible? And if it is, what files do I need to update and configure? Thanks.

Re: FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-02 Thread Nikola Milutinovic
Batpurev wrote: Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. There are three (sometimes complex) steps to take: 1. Setup Tomcat VHost 2. Setup

Re: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-02 Thread Andoni
:47 AM Subject: FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. I have Apache 2.0.49 Tomcat

Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-01 Thread Batpurev
Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. I have Apache 2.0.49 Tomcat - 4.1.30 Mod2_jk Need to do some JSP virtual hosts. I have read many

FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-01 Thread Batpurev
Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. I have Apache 2.0.49 Tomcat - 4.1.30 Mod2_jk Need to do some JSP virtual hosts. I have read

Session Cookie problem with Apache, Tomcat, mod_jk, mod_rewrite.

2004-10-21 Thread Brendan Colthurst
I apologize if this is the wrong list, but I think it should be the right one. Tomcat writes session cookies with the webapp name in the cookie's path field, but I map URLs by domain to hide the webapp name, with mod_rewrite. So my sessions ain't stickin', 'cause the browser does not know to send

apache tomcat mod_jk index.jsp

2004-04-13 Thread James Kessler
Hello, I'm having trouble loading index.jsp from the root directory. If i browse to www.foo.com/test/ everything works. If I browse to www.foo.com (which points to the same directory) it shows the jsp tags. I'm running apache 1.3, tomcat 4.1 and mod_jk 1.2 using ApacheConfig to auto-create

Re: apache tomcat mod_jk index.jsp

2004-04-13 Thread Graham Bleach
On Tue, Apr 13, 2004 at 01:05:20PM -0400, James Kessler wrote: Hello, I'm having trouble loading index.jsp from the root directory. If i browse to www.foo.com/test/ everything works. If I browse to www.foo.com (which points to the same directory) it shows the jsp tags. I'm running apache

RE: Apache+Tomcat + MOD_JK on different machine

2004-04-01 Thread Hari Om
: Randall Svancara [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Wed, 24 Mar 2004 15:26:09 -0700 From what I can see, it should work. So you can browse http://someserver:8080

RE: Apache+Tomcat + MOD_JK on different machine

2004-04-01 Thread Randall Svancara
No problem. Good luck. -Original Message- From: Hari Om [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 9:08 AM To: [EMAIL PROTECTED]; Randall Svancara Cc: [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Hi Randall, I WOULD LIKE TO THANK YOU. My

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-24 Thread Hari Om
] To: Hari Om [EMAIL PROTECTED],Tomcat Users List [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Tue, 23 Mar 2004 09:21:36 -0700 Your workers.properties should be on your webserver where apache is located. I typically place the workers.properties in the same

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-24 Thread Randall Svancara
So, did you ever get this working then?? -Original Message- From: Hari Om [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 7:52 AM To: [EMAIL PROTECTED]; Randall Svancara; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Thanks

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-24 Thread Hari Om
PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Wed, 24 Mar 2004 13:41:46 -0700 So, did you ever get this working then?? -Original Message- From: Hari Om [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 7:52 AM To: [EMAIL PROTECTED]; Randall Svancara

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-24 Thread Randall Svancara
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Randall Svancara Subject: RE: Apache+Tomcat + MOD_JK on different machine NO...I am still strugllingwonder why. Please check the logs 3 files ERROR_LOG [Tue Mar 23 15:50:39 2004] [notice

Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
SUBJECT: Apache+Tomcat + MOD_JK on different machine I am using Apache 2.0.47 and Tomcat 4.1.27 on my SuSE Linux. I had configured my mod_jk and it works just great! (My Web and App Server were on same box) Now I have a Web Server and App Server on a different box and was wondering what

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
.type=ajp13 worker.ajp13.lbfactor=5 -Original Message- From: Hari Om [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 7:58 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Apache+Tomcat + MOD_JK on different machine SUBJECT: Apache+Tomcat + MOD_JK on different machine I am

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Tue, 23 Mar 2004 08:15:40 -0700 I would leave your httpd.conf file the same as you have it shown below. I would also confirm in you logs that everything is working ok

Re: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Henry Martin
On Tuesday, March 23, 2004, at 09:55 AM, Hari Om wrote: My MOD_JK.CONF file is AUTOGENERATED on my AppServer. I start my App Server FIRST which AUTOGENERATES mod_jk.conf file. So, how can I reference this file on my HTTPD.CONF (Include conf/mod_jk.conf) - which is indeed located on a different

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
PROTECTED] Sent: Tuesday, March 23, 2004 8:56 AM To: [EMAIL PROTECTED] Cc: Randall Svancara Subject: RE: Apache+Tomcat + MOD_JK on different machine Thanks Randall for your reply... appreciate that! My MOD_JK.CONF file is AUTOGENERATED on my AppServer. I start my App Server FIRST which

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
PROTECTED] To: Hari Om [EMAIL PROTECTED],Tomcat Users List [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Tue, 23 Mar 2004 09:21:36 -0700 Your workers.properties should be on your webserver where apache is located. I typically place the workers.properties

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
[mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 2:59 PM To: Randall Svancara Subject: RE: Apache+Tomcat + MOD_JK on different machine Hi Randall, the reply u sent was blankwondering if u replied my last query? THANKS a LOT From: Randall Svancara [EMAIL PROTECTED] To: Hari Om [EMAIL

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
Oh, one other thing, make sure your workers.properties file, your ajp13.port is pointing to port 8009. -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 3:23 PM To: Hari Om; Tomcat Users List Subject: RE: Apache+Tomcat + MOD_JK on different

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Hari Om [EMAIL PROTECTED],Tomcat Users List [EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Tue, 23 Mar 2004 15:23:13 -0700 Sorry about the blank reply. Ok, I tried to mock up your configuration as best I could

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
: Apache+Tomcat + MOD_JK on different machine Thanks Randall again I tried that but in vain. I am still getting the same error... HTTP 400 Bad Request error...wonder why? It is even NOT working for examples application. Does is have to do something with Virtual Host? Thanks again! HARI OM

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
from ajp13 #2 [jk_ajp_common.c (1382)]: Into jk_endpoint_t::done, recycling connection From: Randall Svancara [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Hari Om [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: Apache+Tomcat + MOD_JK on different machine Date: Tue, 23 Mar

Apache + Tomcat + MOD_JK on different machines

2004-03-22 Thread Hari Om
I am using Apache 2.0.47 and Tomcat 4.1.27 on my SuSE Linux. I had configured my mod_jk and it works just great! (My Web and App Server were on same box) Now I have a Web Server and App Server on a different box and was wondering what changes do I have to make to MOD_JK for the Integration to

Apache+Tomcat + MOD_JK on different machine

2004-03-22 Thread Hari Om
SUBJECT: Apache+Tomcat + MOD_JK on different machine I am using Apache 2.0.47 and Tomcat 4.1.27 on my SuSE Linux. I had configured my mod_jk and it works just great! (My Web and App Server were on same box) Now I have a Web Server and App Server on a different box and was wondering what

Apache+tomcat+mod_jk is not working

2004-01-30 Thread Kavita Modi
Hi All, I m using Apache 2.0.47 with Tomcat 4.1.27 on Redhat linux 7.3. I want to use apache-tomcat combination to serve my jsp pages..Ive used jk1.2.5 connectors for the same. I compiled my apache and jk from the source tarball. I followed the instruction as per the document. Getting

AUTO 'Getty=992-873'Apache+tomcat+mod_jk is not working

2004-01-30 Thread Getty Images USA Support
case ID is:992873 -Original Message- From: Kavita Modi [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 10:52AM To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Apache+tomcat+mod_jk is not working Hi All, I m using Apache 2.0.47 with Tomcat 4.1.27 on Redhat linux 7.3. I want to use apache

Subject: HOWTO: Apache + Tomcat + mod_jk OR mod_jk2 even IIS

2003-12-31 Thread Lenny Sorey
For those seeking a solution to Integrating the following: Tomcat 4(or 5) and mod_jk2 (Tomcat/Jk2Generic) Tomcat 4.1.x and Apache 2.0.x on Linux with mod_jk2 and IP sockets (LinuxJK2) Tomcat 4.1.x and Apache 2.0.x on Linux with mod_jk and IP sockets (LinuxJK) Tomcat 4.1.x and IIS on

RE: Subject: HOWTO: Apache + Tomcat + mod_jk OR mod_jk2 even IIS

2003-12-31 Thread Enils Bashi
www.chesapeakebay.net -Original Message- From: Lenny Sorey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 9:14 AM To: Tomcat Users Group Cc: Apache HTTP Users List Subject: Subject: HOWTO: Apache + Tomcat + mod_jk OR mod_jk2 even IIS For those seeking a solution to Integrating

Apache + Tomcat + MOD_JK

2003-12-24 Thread Hari Om
Hello, I am using Apache 2.0.47 and Tomcat 4.1.27 on SuSE 8.0 box on same machine. I am trying to make use of MOD_JK.SO (jk connector)which I build it from source. I have 2 different Users to the system httpd and jakarta with respective directories as /usr/local/httpd and /usr/local/jakarta

Re: Apache + Tomcat + MOD_JK

2003-12-24 Thread Ben Ricker
On Wed, 2003-12-24 at 10:05, Hari Om wrote: Hello, I am using Apache 2.0.47 and Tomcat 4.1.27 on SuSE 8.0 box on same machine. I am trying to make use of MOD_JK.SO (jk connector)which I build it from source. I have 2 different Users to the system httpd and jakarta with respective

Please, help with Jsp not working with Apache-Tomcat-mod_jk

2003-10-29 Thread Joaquin Corchero
Hello! I just installed Apache (2.0.47), Tomcat (4.1.27) and mod_jk (1.2.5) in a redhat Machine following the instructions found in http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html Everything went perfect during the installations except that I configure the apache

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-13 Thread Thorsten Westmeier
At 23:04 12.10.2003 -0700, you wrote: Which changes has to be made in the Tomcat 5 server.xml to use the new Connector-Version 1.2.5? By default, Tomcat 5 is configured for JK2, or not? No changes are required in server.xml for any Tomcat versions 3.3.x-5.0.x. Just like with Tomcat 4.1.x, the

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-13 Thread Thorsten Westmeier
At 18:34 12.10.2003 +0200, you wrote: Which changes has to be made in the Tomcat 5 server.xml to use the new Connector-Version 1.2.5? By default, Tomcat 5 is configured for JK2, or not? [...] In Tomcat 5 server.xml it's only the following JK Connector: !-- Define a Coyote/JK2 AJP 1.3

Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Thorsten Westmeier
, Tomcat 5 is configured for JK2, or not? Thanks for your help, Thorsten At 12:52 11.10.2003 -0500, you wrote: The Tomcat team is pleased to announce the release of version 1.2.5 of the Apache Tomcat mod_jk web server connector

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Giuliano Gavazzi
At 17:04 +0200 2003/10/12, Thorsten Westmeier wrote: Hi, if I interpret the Version-Number correctly, then it is a follower of the old JK Connector and not of the new JK2. I can confirm that. Can I use my old uriworkermap.properties and workers.properties? I have just managed to build jk1.2.5

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Eric C
, 2003 6:34 PM Subject: Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5 At 17:04 +0200 2003/10/12, Thorsten Westmeier wrote: Hi, if I interpret the Version-Number correctly, then it is a follower of the old JK Connector and not of the new JK2. I can confirm that. Can I use

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Bill Barker
of the Apache Tomcat mod_jk web server connector. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Apache Tomcat mod_jk 1.2.5 Web Server Connector released

2003-10-11 Thread Glenn Nielsen
[October 11, 2003] The Tomcat team is pleased to announce the release of version 1.2.5 of the Apache Tomcat mod_jk web server connector. Tomcat is the reference implementation of a web application server which implements the Java Servlet and JavaServer Pages specifications. mod_jk is a connector

Apache + Tomcat + mod_jk

2003-08-14 Thread Marcia de Oliveira Cardoso
Versions: Tomcat 4.1.24 Apache 1.3.28 using mod_jk OS : FreeBSD 4.8 1 - Tomcat seems to work. http://localhost:8180 works - the Tomcat page appears. http://localhost:8180/examples/jsp/index.html works too I tested the examples and everything works fine. 2 - I have some users that

Apache + Tomcat + mod_jk

2003-08-09 Thread Marcia de Oliveira Cardoso
Versions: Tomcat 4.1.24 Apache 1.3.28 using mod_jk OS : FreeBSD 4.8 1 - Tomcat seems to work. http://localhost:8180 works - the Tomcat page appears. http://localhost:8180/examples/jsp/index.html works too I tested the examples and everything works fine. 2 - I have some users that

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
Following are my config files (my new application is called geode): httpd.conf : - ServerRoot C:/Apache/Apache2 PidFile logs/httpd.pid Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 IfModule mpm_winnt.c ThreadsPerChild 250 MaxRequestsPerChild 0 /IfModule Listen

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
OK, but where's mod_jk.conf? That's the critical file! John v.siguier wrote: Following are my config files (my new application is called geode): httpd.conf : - ServerRoot C:/Apache/Apache2 PidFile logs/httpd.pid Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
The generated jakarta-tomcat-4-1-24\conf\auto\mod_jk.conf : ## Auto generated on Thu Jul 31 15:51:00 CEST 2003## IfModule !mod_jk.c LoadModule jk_module c:/apache/Apache2/modules/mod_jk-2.0.43.dll /IfModule JkWorkersFile C:/jakarta-tomcat-4-1-24/conf/jk/workers.properties

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
Forgive me, but I've lost track of what this thread is about. What is not happening that you want to see happen, given the configuration files you've posted? What is your question again? John v.siguier wrote: The generated jakarta-tomcat-4-1-24\conf\auto\mod_jk.conf : ## Auto

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
No problem, my question is : I have configured Apache and Tomcat with mod_jk in order to connect them together but now all ressources of my application must be located under Tomcat directory to be founded. As I want to put all static ressources directly under Apache, somebody can tell me what I

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
DocumentRoot C:/jakarta-tomcat-4-1-24/webapps/geode You will need to copy the mod_jk.conf file to some other location and modify it manually. Change your Include line in httpd.conf to reflect the new location. I like to put mine in the Apache conf directory. I'm not sure what you mean

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
I would like to put .html files under htdocs/geode, .js under htdocs/geode/javascript and all images under htdocs/geode/images. If the user want to access to a html file (http://host:port/geode/*.html), I want it to be served by Apache. If the user want to access to a servlet

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
Which server (Apache or Tomcat) actually serves the file has nothing to do with file location. Which server (Apache or Tomcat) actually serves the file is completely driven by the JkMount directives. JkMount is inclusive...that is, unless you define a JkMount for a particular URI, the file will

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
I am agree with you, only one location for all my application resources is better but my customer want to separate static resources from dynamic resources. You tell me that only JkMount directives indicate which serv files, or in my mod_jk.conf there is only : JkMount /geode/jsp/j_security_check

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
argh... Because you don't have a DocumentRoot. Please, please just try one thing for me: - copy mod_jk.conf to APACHE_HOME/conf - edit mod_jk.conf...in the correct VirtualHost block, add a line that says: DocumentRoot PATH_TO_YOUR_WEBAPP_HERE - change httpd.conf, change the Include line for

Re: Apache + Tomcat + mod_jk

2003-07-30 Thread v.siguier
Dear John, All I do to configure Apache with Tomcat thanks to mod_jk is from your document at http://www.johnturner.com/howto (NT platform)... is there a mail address where I can forward you all config files (httpd.conf, server.xml...) ? Regards or 3) dispensing with the mod_jk.conf

Re: Apache + Tomcat + mod_jk

2003-07-30 Thread John Turner
Hi - I try to avoid free individual support. If you post your questions and your config specifics to the list, someone will help you, and then at least it will be in the archives for everyone else instead of just your InBox and mine. John v.siguier wrote: Dear John, All I do to configure

Apache + Tomcat + mod_jk

2003-07-29 Thread v.siguier
Hello, I have configured Apache and Tomcat with mod_jk in order to connect them together but now all ressources of my application must be located under Tomcat directory to be founded. As I want to put all static ressources directly under Apache, somebody can tell me what I have to configure in

Re: Apache + Tomcat + mod_jk

2003-07-29 Thread Zach Gatu
Where have you put your JSPs and/or servlets? If for example you've put them in tomcat-install/webapps/myfiles, then in your mod_jk conf file you need to put a directive like this: Alias /tcfiles tomcat-install/webapps/myfiles JkMount /tcfiles/servlet/* ajp13-wrk1 JkMount /tcfiles/*.jsp

Re: Apache + Tomcat + mod_jk

2003-07-29 Thread John Turner
You'll need DocumentRoot, too. John Zach Gatu wrote: Where have you put your JSPs and/or servlets? If for example you've put them in tomcat-install/webapps/myfiles, then in your mod_jk conf file you need to put a directive like this: Alias /tcfiles tomcat-install/webapps/myfiles JkMount

Re: Apache + Tomcat + mod_jk

2003-07-29 Thread v.siguier
Thanks for your help but I don't understand where I have to put these new lines... I have made changes in server.xml and I have created workers.properties (under Tomcat) in order to generate automatically mod_jk.conf. In Apache config file, I have made no changes for my new webapp... do I have to

Re: Apache + Tomcat + mod_jk

2003-07-29 Thread John Turner
We didn't know you were using the mod_jk.conf method. How about posting your dir structure, with a description of where you want your files to be, and then post the relevant VirtualHost block (sanitized if necessary) from mod_jk.conf? Then we can see what it is you have already so we don't go

Re: Apache + Tomcat + mod_jk

2003-07-29 Thread John Turner
or 3) dispensing with the mod_jk.conf method and modifying httpd.conf manually to work in your environment. John John Turner wrote: We didn't know you were using the mod_jk.conf method. How about posting your dir structure, with a description of where you want your files to be, and then post

Re: Apache-Tomcat mod_jk Problem

2003-06-23 Thread John Turner
Did you restart Tomcat to generate a new mod_jk.conf file? If so, did you also restart Apache so that it picks up the new changes? If so, can you post the new mod_jk.conf file that shows the new configuration? Have you tried it without using the Alias command in server.xml? John On Sat, 21

Apache-Tomcat mod_jk Problem

2003-06-21 Thread Dave Wicks
I have recently setup mod_jk with Apache 2.0.40 serving as a proxyfor Tomcat 4.1.24. The problem is that some redirects don't work correctly. e.g. Access the login.jsp on Tomcat directly (port 8080) login (tomcat/password), this works fine!

Re: Apache-Tomcat mod_jk Problem

2003-06-21 Thread Sam at Yahoo
I tried both of your URLs and they seem to be working now! I'm trying to do the exact same thing...but am having problems. I've got it all working with localhost but can't get it working with my domain name (e.g. http://localhost/examples vs http://www.mydomain.com/examples). Can you give me

Apache-Tomcat mod_jk Problem

2003-06-19 Thread Dave Wicks
Hello, I have compiled and configure mod_jk for use with Apache 2.0.40 proxying for Tomcat 4.1.24. There seems to be a problem when I try out the example login.jsp. It works fine if I go directly to the tomcat server directly, but if I access it via the proxy then Apache returns 404 (not

Re: Apache-Tomcat mod_jk Problem

2003-06-19 Thread John Turner
We'll need more information, like what are your JkMount statements, what are the contents of your workers.properties file, and what does mod_jk.log say when you make the request on port 80. You might want to increase JkLogLevel in Apache's httpd.conf to get more info in mod_jk.log. John On

RE: [ANN] Apache Tomcat mod_jk 1.2.4 Web Server Connector released

2003-06-11 Thread Angus Mezick
PROTECTED] Subject: [ANN] Apache Tomcat mod_jk 1.2.4 Web Server Connector released The Tomcat team has released version 1.2.4 of the Tomcat mod_jk web server connector. This version fixes a number of minor bugs and ports all features from the Apache 1.3 version to the Apache 2 version

[ANN] Apache Tomcat mod_jk 1.2.4 Web Server Connector released

2003-06-10 Thread Glenn Nielsen
The Tomcat team has released version 1.2.4 of the Tomcat mod_jk web server connector. This version fixes a number of minor bugs and ports all features from the Apache 1.3 version to the Apache 2 version of mod_jk 1.2. See the file CHANGES.txt in the source distribution for a complete list of

Apache/Tomcat/Mod_JK woes

2003-06-03 Thread Rohit Peyyeti
I have integrated Apache 1.3/Tomcat 4.1 but when I try to access any JSP in the VirtualHost -- I get I get this error on the browser. Any idea about this error? HTTP Status 404 - /jsp/someFrame.jsp type Status

RE: [OT] Apache-Tomcat mod_jk

2002-12-16 Thread Turner, John
It's alpha. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.17-alpha/ John -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 9:35 AM To: 'Tomcat Users List' Subject: RE: [OT] Apache-Tomcat mod_jk Do you know

RE: [OT] Apache-Tomcat mod_jk

2002-12-13 Thread Denise Mangano
Do you know where I could get Tomcat 4.1.17 release? Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 5:56 PM To: Tomcat Users List Subject: RE: [OT] Apache-Tomcat mod_jk

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Denise Mangano
Thank you very much for your help. The instructions were easy enough to follow, with a few exceptions. I downloaded the mod_jk-1.3-eapi.so because as per the site, that was the module to use if I am running Apache 1.3 with mod_ssl. After doing all the steps I tried to restart Apache and got the

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Denise Mangano
, December 12, 2002 10:38 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk Thank you very much for your help. The instructions were easy enough to follow, with a few exceptions. I downloaded the mod_jk-1.3-eapi.so because as per the site, that was the module to use if I am running Apache

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Turner, John
[mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:38 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk Thank you very much for your help. The instructions were easy enough to follow, with a few exceptions. I downloaded the mod_jk-1.3-eapi.so because as per

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Turner, John
Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:40 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk By the way - not sure if I have the right path to my apache/libexec, but other modules were in my /usr/lib/apache/ directory so

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Denise Mangano
Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:52 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk Do you have a workers.properties file? Creating one is explained in my HOWTO...JK needs one to understand how to get to Tomcat. Do you

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Turner, John
: Thursday, December 12, 2002 11:41 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk I do have a workers.properties file. I checked that, my server.xml, and my httpd.conf and all server names are the same. I thought the mod_jk.conf file took care of the LoadModule directive

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Ben Ricker
- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:38 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk Thank you very much for your help. The instructions were easy enough to follow, with a few exceptions. I downloaded the mod_jk-1.3

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Ben Ricker
]] Sent: Thursday, December 12, 2002 10:52 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk Do you have a workers.properties file? Creating one is explained in my HOWTO...JK needs one to understand how to get to Tomcat. Do you have the JkMount statements in httpd.conf

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Denise Mangano
Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 11:44 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk You seem to be confused here. I believe you said you were accessing

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Denise Mangano
' Subject: RE: Apache-Tomcat mod_jk The mod_jk.conf file should take care of your JkMounts as well as your LoadModule line, too. My bad, I just re-read your messagehttp://localhost works but localhost:8080 does not? If :8080 isn't working, that has nothing to do with Apache, I apologize

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Turner, John
. John -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 12:08 PM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk I think I am confused : ) I originally set up my website in Apache, and it is listening to port 80

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Ben Ricker
: Thursday, December 12, 2002 11:44 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk You seem to be confused here. I believe you said you were accessing port 8080 when it was working. Now, unless you setup Apache to listen on port 8080, you were talking directly to Tomcat's web server

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Turner, John
. John -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 12:14 PM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk Nope, its not commented out in server.xml. I'm not too sure what I am looking for but from what I can

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Turner, John
mod_jk.conf has JkMount statements in it. John -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 12:19 PM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat mod_jk On Thu, 2002-12-12 at 11:07, Denise Mangano wrote: I think I am

  1   2   >