On 05.05.2009 16:12, nohacks wrote:
> Hi Guys,
> 
> Thanks for your feedback with this issue. This has been making me crazy for
> such a long time.
> 
> I have put this in last night and tested. 
> 
>    <VirtualHost *:80>
>         JkMount /*.jsp loadbalancer
>         JkMount /*.jsf loadbalancer
>         JkMount /* loadbalancer
>         JkMount /servlet/* loadbalancer
> 
>         JkMount /a4j_3_2_2-SNAPSHOTorg/* loadbalancer
>         JkStripSession On
> 
> 
> It does not work again. Strange it works for a while then when the session
> times out there seems to be an issue.
> 
> 78.124.0.12 - - [05/May/2009:09:43:51 -0400] "GET /login.jsf HTTP/1.1" 200
> 3370 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR
> 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; FDM; .NET CLR 2.0.50727)"
> 
> == 404 here after a 200 ====
> 
> 78.124.0.12 - - [05/May/2009:09:43:52 -0400] "GET
> /a4j_3_2_2-SNAPSHOTorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAF7sqpgb-jyGdIAFrMEaw__.jsf;jsessionid=FFC14D3D01CF7F18460147292A996BF8.tomcat3
> HTTP/1.1" 404 7014 "http://www.myAppName.com/login.jsf"; "Mozilla/4.0
> (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322;
> Media Center PC 4.0; FDM; .NET CLR 2.0.50727)"

1) Which component should respond to this request, Apache or Tomcat? I
assume Tomcat. Does the right component answer the request? If you don't
know, add an access log to Tomcat and check, whether the request hits
Tomcat or not.

2) Assuming yo want Tomcat to serve those and your configuration already
does that right. The URL doesn't really look like a usual static
content. Which part of your webapps is expected to serve the content for

/a4j_3_2_2-SNAPSHOTorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAF7sqpgb-jyGdIAFrMEaw__.jsf

If you can't answer that question, discuss with your developers. I
expect, that this does not refer to static content (a file with the name
eAF7sqpgb-jyGdIAFrMEaw__.jsf in a folder
.../richfaces/renderkit/html/css/basic_classes.xcss/DATB/). More likely
either this URL is totaly wrong and meant to address some static file like

/a4j_3_2_2-SNAPSHOTorg/richfaces/renderkit/html/css/basic_classes.xcss

or there is some servlet, which should answer that request dynamically
and is not configured right, resp. the servlet producing the page which
contains this link produces garbage in the page.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to