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 it. There

Re: MOD_JK Redirection issues

2007-01-04 Thread Rainer Jung
? > > Thanks > Jagadeesh > > -Original Message- > From: Rainer Jung [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

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
-- From: Rainer Jung [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 JkL

Re: MOD_JK Redirection issues

2007-01-03 Thread Rainer Jung
s HTTP/1.1 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

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
th [mailto:[EMAIL PROTECTED] Sent: Wednesday, 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 t

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
07 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

Re: MOD_JK Redirection issues

2007-01-03 Thread David Smith
MAIL PROTECTED] Sent: Wednesday, January 03, 2007 2:38 PM 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

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
INTERFACE_API and /APIServer/authz/list/master%2fAB?apikey=WEB_INTERFACE_API gave the correct response and the status was HTTP/1.1 200. The second request returns 404 only when it is passed through mod jk. Thanks Jagadeesh -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
?apikey=WEB_INTERFACE_API gave the correct response and the status was HTTP/1.1 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: Tomca

Re: MOD_JK Redirection issues

2007-01-03 Thread Rainer Jung
CTED] Sent: 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
cer > > # Status worker for managing load balancer > worker.status.type=status > > #============= > > I am not using uriworkermap.properties. > > Thanks > Jagadeesh > > -Original Message- > From:

Re: MOD_JK Redirection issues

2007-01-03 Thread Rainer Jung
= I am 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 s

RE: MOD_JK Redirection issues

2007-01-02 Thread Jagadeesh
workermap.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 and mod_

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

MOD_JK Redirection issues

2007-01-02 Thread Jagadeesh
Hi All, Happy New Year!!! I am having a few problems when using MOD JK with jBoss application server. I am hosting an application in jBoss which uses REST protocol to serve the contents. So the GET requests that reach MOD JK can be an encoded string like http://loadbalancer.xxx.com/auth