Re: Gui for viewing Apache responses from a chain of proxy servers

2010-07-25 Thread James Godrej
From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org That is what HEAD requests were invented for. I did not get your point.Can you give a link to what you are saying.

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-25 Thread sharkanana
I have fixed it, I reinstalled the 64 bit versions of jdk and jre, and removed all the env vars I added and it started right away. Thanks! sharkanana wrote: I've run tomcat so many times before on every one of my computers with no problem, but I just went to do it today on my desktop and

RE: SEVERE message from DeltaManager

2010-07-25 Thread Matthew Peterson
Thankyou very much for your diagnosis here, Mark. I will investigate the proposed solution and let you know how it goes. Cheers, Matt. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, 20 July 2010 3:07 AM To: Tomcat Users List Subject: Re: SEVERE message

Re: Gui for viewing Apache responses from a chain of proxy servers

2010-07-25 Thread Mark Thomas
On 25/07/2010 06:46, James Godrej wrote: From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org That is what HEAD requests were invented for. I did not get your point.Can you give a link to what you are saying. http://www.lmgtfy.com/?q=HEAD+request Mark

Re: Gui for viewing Apache responses from a chain of proxy servers

2010-07-25 Thread André Warnier
James Godrej wrote: Is there any GUI for viewing Apache headers which are being served by a chain of Reverse Proxy Servers. I have a cloud which uses a few Proxy Servers in between the client and actual server which has to serve the original request. All servers are Unix Servers. And if

FileDirContext returns the path directly without checking whether the target file really exists

2010-07-25 Thread Ivan
Hi, Seems that the doGetRealPath method in the FileDirContext returns the path directly without checking the target file or folder exists, so is it expected or file checking is required ? --- @Override protected String doGetRealPath(String path) { File file = new

error listener start

2010-07-25 Thread Adam Posner
This is a tough one . I have no clue. All I get in the logs is that error msg. Here ?xml version=1.0 encoding=UTF-8? web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

RE: error listener start

2010-07-25 Thread Caldarale, Charles R
From: Adam Posner [mailto:cuco2...@gmail.com] Subject: error listener start This is a tough one . I have no clue. And apparently don't even know the version of Tomcat you're running... or at least you haven't bothered to tell us. If and when you do, report all three fields of the version,

Re: CGIServlet followed by a Filter that modifies the response

2010-07-25 Thread Anthony Brew
I had hoped to use a CGIServlet to do some stuff for me and then modify the response on the fly on the way back with a like this: filter filter-namemod/filter-name filter-classcom.util.web.PageFilter/filter-class /filter filter-mapping