Re: cgi-servlet environment parameters

2006-03-06 Thread Mark Thomas
Ken Gibson wrote: > Thanks for the quick response. Is there a way to configure the > cgi-servlet that I've missed? The PATH_INFO variable is null in my > scenario; I've split it out from the other parameters below... I have just added REQUEST_URI to svn. I have also ported a couple of patches from

RE: cgi-servlet environment parameters

2006-03-06 Thread Ken Gibson
Thanks for the quick response. Is there a way to configure the cgi-servlet that I've missed? The PATH_INFO variable is null in my scenario; I've split it out from the other parameters below... runCGI(envp=[{HTTP_USER_AGENT=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 F

Re: cgi-servlet environment parameters

2006-03-06 Thread Mark Thomas
Ken Gibson wrote: > However, the environment does not seem to contain the URL of the > original request (i.e., REQUEST_URI or PATH_INFO), as below: Looking at the 4.1.31 source, PATH_INFO should be there but REQUEST_URI is never set. Mark

cgi-servlet environment parameters

2006-03-06 Thread Ken Gibson
Good morning. I'm working with Tomcat 4.1.31 and am trying to catch 500 errors for custom error pages. We host around 400 portals in one instance (kudos to the developers, by the way, it runs great!) The idea is that the Perl script would create a site on the fly with little content in the