RE: [us...@httpd] UNIQUE_ID to tomcat

2009-03-09 Thread Jigar Sutaria
Hi, Sorry for the abstract info Platform: Windows XP (for now) Apache: 2.2 Tomcat:4.1.39, 5.0 Connector: ajp13 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, March 09, 2009 1:38 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] UNIQUE_ID to tomcat

Re: [us...@httpd] UNIQUE_ID to tomcat

2009-03-09 Thread André Warnier
Jigar Sutaria wrote: Hi All, I am using apache's mod_unique_id module to generate the unidque id for the request and I want to pass it to tomcat. Any Idea how to do it -Jigar It might be useful if you told us a bit about your environment, such as which platform, which Apache, which Tomcat

Re: [us...@httpd] UNIQUE_ID to tomcat

2009-03-09 Thread REllis
You may be able to do it by rewriting the id into the URL ( http://xyz.example.com/foo.jsp?unique_id=xxx). Jigar Sutaria 03/09/2009 03:36 PM Please respond to users@httpd.apache.org To cc Subject [us...@httpd] UNIQUE_ID to tomcat Hi All, I am using apache's mod_unique_id mod