Basic question - Ingterating Tomcat with Apache

2007-09-21 Thread Tata, Jagadeesh
Hi All, I installed tomcat 6.0.13 on Solaris SPARC. Which is the better (suited) version of Apache and Apache connector for installed Tomcat? Thanks in advance, Jagadeesh Tata.

Integrating Apache 2.x with Tomcat 6.x

2007-09-20 Thread Tata, Jagadeesh
Hi, Please let me know the process for integrating Apache 2.x with Tomcat 6.x. I installed Tomcat 6.0.13, Apache 2.x And Apache connector Jk-1.2.25 on Solaris SPARC server. If there is any documentation, that would be greatful. Thanks in advance. Jagadeesh Tata.

Tomcat integration with Sun ONE web server

2007-09-19 Thread Tata, Jagadeesh
pache will be integrated with Tomcat for load balancing. How should I proceed for configuring Sun ONE or Tomcat integration with Sun ONE? Which will be better and stable Apache with Tomcat or Sun ONE with Tomcat?. Please guide me if I'm wrong. Thanks in advance. Jagadeesh Tata.

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-03 Thread Jagadeesh
fAB?apikey=WEB_INTERFACE_API is sent to the server, the log file is not even getting updated and it seems mod jk is ignoring it. For all the other requests, the log file shows complete details except for the request with '%2F'. :( Any thoughts ?? Thanks Jagadeesh -Original Message---

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
ea to use special characters like % as part of the resource name. It creates nothing but headaches as the server has to figure out whether the url has already been normalized or not. --David Jagadeesh wrote: > Further to my last mail, whenever I try accessing this url > > http://xxx.xx

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
rce name. It creates nothing but headaches as the server has to figure out whether the url has already been normalized or not. --David Jagadeesh wrote: > Further to my last mail, whenever I try accessing this url > > http://xxx.xxx.xxx/APIServer/authz/list/master%2fAB?apikey=WEB_INTERFACE_A

RE: MOD_JK Redirection issues

2007-01-03 Thread Jagadeesh
edora) Server at cluster.omnidrive.com Port 80" The interesting thing is '%2F' has been replaced with a '/' Any thoughts??? Thanks Jugs -----Original Message- From: Jagadeesh [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 2:38 PM To: 'Tomcat Users Li

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 Jagadeesh
redirected to tomcat servlet container, however http://loadbalancer.xxx.com/authenticate/jagadeesh?key=12345678 http://loadbalancer.xxx.com/authenticate/jagadeesh%2C/abcd?key=12345678 http://loadbalancer.xxx.com/authenticate/jagadeesh?key=12345678&test=%2F are all getting redirected properl

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_

MOD_JK Redirection issues

2007-01-02 Thread Jagadeesh
/authenticate/user%2fjagadeesh?key=123456789 Here the actual request is http://loadbalancer.xxx.com/authenticate/user/jagadeesh?key=123456789 where %2f is the encoded string for '/'. Whenever MOD JK gets a request like this, it seems to be ignoring it rather than passing it to the a