Re: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-02-03 Thread Setya
Thank you for your response, I've found the cause of the problem, it seems that Apache doesn't like URL that contains jsessionid. The solution is to use Rewrite to strip down jsessionid. Regards, Setya Nick Kew wrote: > > On Mon, 31 Jan 2011 17:40:08 -0800 (PST) > Setya wrote: > >> >> Hi,

Re: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-02-03 Thread Nick Kew
On Mon, 31 Jan 2011 17:40:08 -0800 (PST) Setya wrote: > > Hi, > > From the logs, on 1st page hit requests are appended with jsessionid & > jsessionidversion, while the 2nd hit are not, maybe this is what causes the > static contents are not rendered on 1st page hit ? Could somebody explain > ab

RE: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-31 Thread Setya
From: Setya [mailto:jse...@gmail.com] > Sent: Monday, January 31, 2011 1:46 AM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Missing static contents on 1st page hit with > Apache+mod_jk > > > Hi, > > This is what I get from Apache's access_log file: &g

RE: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-31 Thread john.3.newton
] Sent: Monday, January 31, 2011 1:46 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk Hi, This is what I get from Apache's access_log file: 10.21.114.90 - - [31/Jan/2011:08:50:28 +0700] "GET / HTTP/1.1" 302

Re: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-31 Thread Setya
Hi, This is what I get from Apache's access_log file: 10.21.114.90 - - [31/Jan/2011:08:50:28 +0700] "GET / HTTP/1.1" 302 - 10.21.114.90 - - [31/Jan/2011:08:50:28 +0700] "GET /;jsessionid=9c3908b88220b3ede29a9a376456.NRSInstance1;jsessionidversion=/:0?x=gxlH4WOrHXyQ6FxyqaLHNyt8bQVL1SKKzmeFvqAf-I

Re: [users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-28 Thread Nick Kew
On 28 Jan 2011, at 09:54, Setya wrote: > Any help would be greatly appreciated. What do you see in your logs? -- Nick Kew Available for work, contract or permanent http://www.webthing.com/~nick/cv.html - The official User-T

[users@httpd] Missing static contents on 1st page hit with Apache+mod_jk

2011-01-28 Thread Setya
Hi all, I use Apache 2.2.17 as load balancer using mod_jk in front of Glassfish, when I 1st hit the site, all static contents (images, etc) are always missing, so the page is displayed in plain white background & black foreground. Only after I refresh or hit the same page again then all static co