<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
On 3/1/12 1:05 PM, Brent Putman wrote:
<blockquote cite="mid:4F4FBA77.30201@georgetown.edu" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<br>
Perhaps you can explain more of the problem that you are trying to
solve. The usual problem is that the message receipt endpoint is
not calculated correctly, when things like reverse proxy from
Apache via AJP are used. In the decoder this URI is calculated
simply as the value of:
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<span class="pygments-n">HttpServletRequest#</span>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<span class="pygments-o"></span><span class="pygments-na">getRequestURL</span><span
class="pygments-o">(). So that has to be right. For Tomcat I
believe that they have some attributes you can set on the AJP
connector to determine this. <br>
</span></blockquote>
<br>
Btw, I don't think this is always necessary with Tomcat + Apache +
AJP. Just some cases, but I don't remember the specifics.<br>
</body>
</html>