> From: Tent Pig [mailto:[EMAIL PROTECTED] 
> Subject: RE: Configuring TOMCAT to use different ROOT context
> 
> The problem I'm encountering is a request to:
> http://path/to/sectionx/test.jsp
> will yield an error 400, bad request.

Are you sure it's even getting to Tomcat?  What happens if you try going
directly to Tomcat's HTTP port?

> I placed a:
> <Valve
> className="org.apache.catalina.valves.RequestDumperValve"
> />
> 
> in my server.xml, but it seems to have no impact on
> the output contained in my log file.

Where in server.xml did you put it?  Inside <Engine> might be best for
this purpose.

You could also try the AccessLogValve which is already there, just
commented out.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to