Thanks for the reply.

Apache is configured thusly:

JkMount /myApp/*.do  ajp13
JkMount /myApp/*.jsp  ajp13

It happens for every session, I can reproduce the behavior at will.

John



> -----Original Message-----
> From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 20, 2002 3:34 AM
> To: Tomcat Users List
> Subject: RE: GIF images don't show up on first request, but 
> show up fine
> after on 4.1.12
> 
> 
> Just a loosely cupled bunch of questions/remarks.
> 
> Have you configured apache to forward all request to tomcat
> or yust /servlet/* and *.jsp ?
> 
> To isolate the problem you could create a static page that 
> contains the same link.
> With this page try it with mod_jk enabled/disabled to
> see if you can reproduce the error.
> 
> Can you see any (error) messages on the tomcat side when the 
> image requests fail ?
> 
> Is it for every session or just the first session after a 
> restart ?
> 
> Disable cookies and url rewriting. This way each request 
> will be a new session, so if the failure happens on
> every new session it should now happen with each request.
> 
> 
> > -----Original Message-----
> > From: Turner, John [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, November 19, 2002 4:18 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: GIF images don't show up on first request, but show up fine
> > after on 4.1.12
> > 
> > With Apache (2.0.43), using JK, the GIF images on the page 
> > show as broken links the first time accessing this URL: 
> http://some.server.com/
> > 
> > Apache, and it is the first request of the session.  All 
> > other content on the initial page (text, etc.) shows up 
> > just fine.  Only the GIF image links are broken, and only
> > on the first request.
> > 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to