Re: MOD_JK Redirection issues

2007-01-04 Thread Rainer Jung
:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 11:21 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues You need to use JkLogFile to configure a log file for mod_jk. This will tell us, what is happening. Have a look at the docs for mod_jk concerning JkLogFile. Have

RE: MOD_JK Redirection issues

2007-01-04 Thread Jagadeesh
Thanks Rainer That solved my problem, Thank you very much!!! Regards Jagadeesh -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 3:09 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues OK, now I've got

Re: MOD_JK Redirection issues

2007-01-03 Thread Rainer Jung
not using uriworkermap.properties. Thanks Jagadeesh -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 12:51 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues Please give detailed information on the version and type of web

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
List Subject: Re: MOD_JK Redirection issues Please give detailed information on the version and type of web server and mod_jk you are using and include mod_jk config and the relevant parts of the web server config. You can increase the log level of mod_jk to debug or even trace

Re: MOD_JK Redirection issues

2007-01-03 Thread Rainer Jung
: Wednesday, January 03, 2007 1:42 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues OK, from the config I would guess, that you actually forward the request to tomcat, but get the 404 from there. What does the debug log tell you about the request in question? Small hint

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
. The second request returns 404 only when it is passed through mod jk. Thanks Jagadeesh -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 2:03 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues Set JkLogLevel to trace and have

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
200. The second request returns 404 only when it is passed through mod jk. Thanks Jagadeesh -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 2:03 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues Set JkLogLevel to trace

Re: MOD_JK Redirection issues

2007-01-03 Thread David Smith
To: 'Tomcat Users List' Subject: RE: MOD_JK Redirection issues I changed the loglevel to TRACE, But I couldn't find any new log file. The access_log now shows 61.17.42.35 - - [03/Jan/2007:03:48:05 +] GET /APIServer/authz/list/master/AB?apikey=WEB_INTERFACE_API HTTP/1.1 200 1350 - Mozilla/5.0

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
: Re: MOD_JK Redirection issues I can see how the server might decode %2f in the path to /. The % character is a special character in urls and should be decoded. If you really mean for the url to literally include '%2f' as part of the file name, I would think the url should be: http

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
, January 03, 2007 3:55 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues I can see how the server might decode %2f in the path to /. The % character is a special character in urls and should be decoded. If you really mean for the url to literally include '%2f' as part of the file

Re: MOD_JK Redirection issues

2007-01-03 Thread Rainer Jung
:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 2:03 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues Set JkLogLevel to trace and have a look at the JkLogFile. Jagadeesh wrote: Thanks for the tip and I will delete the cachelines. I want jkmod to redirect all the requests

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
[mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 11:21 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues You need to use JkLogFile to configure a log file for mod_jk. This will tell us, what is happening. Have a look at the docs for mod_jk concerning JkLogFile. Have a look

Re: MOD_JK Redirection issues

2007-01-02 Thread Rainer Jung
Please give detailed information on the version and type of web server and mod_jk you are using and include mod_jk config and the relevant parts of the web server config. You can increase the log level of mod_jk to debug or even trace to follow, how mod_jk tries to match your requests against

RE: MOD_JK Redirection issues

2007-01-02 Thread Jagadeesh
uriworkermap.properties. Thanks Jagadeesh -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 12:51 PM To: Tomcat Users List Subject: Re: MOD_JK Redirection issues Please give detailed information on the version and type of web server