Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-04 Thread groupalias v
I got busy at work and could not get back with information. Chris, The inconsistencies you have pointed out are my mistake in the email trying to clean up the URLs to shorten the strings and to remove machine specific identifying information. The config files are consistent and I still get the

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-04 Thread Rainer Jung
On 04.12.2009 09:31, groupalias v wrote: Also as I promised here is the mod_jk.log after running it in debug mode ( please note that I am not looking for an answer but would still be looking to figure out what's happening with mod_jk) -- Skipping init messages ... [Tue Dec 01 14:13:01 2009]

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-04 Thread groupalias v
I too saw that mod_jk thinks it is talking to tomcat. But I do not see any logs in tomcat to indicate that. Also with the same parameters mod_proxy_ajp is able to fetch my page. Could be some nasty machine specific thing. On Fri, Dec 4, 2009 at 12:45 AM, Rainer Jung rainer.j...@kippdata.de

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-02 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 12/1/2009 10:26 AM, André Warnier wrote: groupalias v wrote: httpd.conf - LoadModule jk_module modules/mod_jk.so IfModule jk_module What the h.. is this line for : ? It's for

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-02 Thread groupalias v
In response to Chris' question - I have only one tomcat instance running and it picks up the webapps in /srv/tomcat6/webapps/ and the URL www.example.com:8080/test/index.jsp works fine. I tried with the mod_jk.c and jk_module with the same result. In response to André's question this is the

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vas, On 12/2/2009 11:06 AM, groupalias v wrote: In response to Chris' question - I have only one tomcat instance running and it picks up the webapps in /srv/tomcat6/webapps/ and the URL www.example.com:8080/test/index.jsp works fine. - From

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-02 Thread Rainer Jung
Check again (I think André's) hint about JkMountCopy. Regards, Rainer On 02.12.2009 17:33, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vas, On 12/2/2009 11:06 AM, groupalias v wrote: In response to Chris' question - I have only one tomcat instance running and

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-02 Thread André Warnier
groupalias v wrote: In response to Chris' question - I have only one tomcat instance running and it picks up the webapps in /srv/tomcat6/webapps/ and the URL www.example.com:8080/test/index.jsp works fine. I tried with the mod_jk.c and jk_module with the same result. In response to André's

Debugging tomcat-apache(mod_jk) bridge

2009-12-01 Thread groupalias v
Hi, I am trying to set up mod_jk to forward requests to the webapp in tomcat. The webapp itself works when accessed directly. But I get a 400 error in mod_jk when I try to access it (even the index.jsp) through apache. I see the error 400 in mod_jk.log but see nothing in tomcat logs. Its as if

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-01 Thread André Warnier
groupalias v wrote: httpd.conf - LoadModule jk_module modules/mod_jk.so IfModule jk_module What the h.. is this line for : ? Alias /test/ /srv/tomcat6/webapps/A It kind of contradicts these next lines : JKMount/test/ A JkMount /test/* A Because of

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-01 Thread groupalias v
See answers inline - On Tue, Dec 1, 2009 at 7:26 AM, André Warnier a...@ice-sa.com wrote: groupalias v wrote: httpd.conf - LoadModule jk_module          modules/mod_jk.so IfModule jk_module What the h.. is this line for : ? I don't understand. Am I using the wrong module

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-01 Thread André Warnier
groupalias v wrote: See answers inline - On Tue, Dec 1, 2009 at 7:26 AM, André Warnier a...@ice-sa.com wrote: groupalias v wrote: httpd.conf - LoadModule jk_module modules/mod_jk.so IfModule jk_module What the h.. is this line for : ? I don't understand. Am I using

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-01 Thread Ashok Kumar
Thanks for your reply. I am using the standalone tomcat app server, no web server. We are using tomcat 6.0.20. We installed the self signed certificate on it, its working fine. Now we installed the CA (goDaddy) certificate in order to use CA certificate and updated the server.xml and restarted

RE: Debugging tomcat-apache(mod_jk) bridge

2009-12-01 Thread Caldarale, Charles R
From: Ashok Kumar [mailto:asho...@gmail.com] Subject: Re: Debugging tomcat-apache(mod_jk) bridge Thanks for your reply. I am using the standalone tomcat app server, no web server. You replied to the wrong thread - the subject line should have given you a clue. No one has attempted

Re: Debugging tomcat-apache(mod_jk) bridge

2009-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 12/1/2009 10:26 AM, André Warnier wrote: groupalias v wrote: httpd.conf - LoadModule jk_module modules/mod_jk.so IfModule jk_module What the h.. is this line for : ? It's for conditional inclusion of Apache